Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

date range options

Hi

(eg)I am creating a bar chart listing no.of orders placed by each customer in my database. now i wish to see the only the no of orders placed by him from this particular date to this particular date. kindly give with examples

1 Reply
giakoum
Partner - Master II
Partner - Master II

Assuming that particular dates limits are placed in variables vFromDate and vToDate :

count({$<[OrderPlacedDate]={">=$(vFromDate)<=$(vToDate)"}>} [Orders])