Jump to content
We've recently updated our Privacy Statement, available here ×

tanatpan_w

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by tanatpan_w

  1. select * from TB1 where A >= $P{DATESTART} and A < to_date($P{DATESTART},'yyyy-MM-dd') + INTERVAL '1 Day'
  2. select * from TB1 where A >= $P{DATESTART} and A < $P{DATESTART} + INTERVAL '1 Day'
  3. I used PostgreSQL in the past. And I'm creating a Jasper report that includes the following parameters: DATESTART (Date)Example : PostgreSQL Query select * from TB1 where A >= $P{DATESTART} and A < $P{DATESTART} + 1 day Is there any way to do something similar in Jasper Reports (PostgreSQL)?
×
×
  • Create New...