Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

How to force select today() in this expression?

Hi,

Count({$<ShipmentStatus={'Completed'}>}DISTINCT(CarrierID))

I just wanted to display always based on today's dates.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Something like this:

Count({$<ShipmentStatus={'Completed'}, myDate={'$(=Today())'}>}DISTINCT(CarrierID))

View solution in original post

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Something like this:

Count({$<ShipmentStatus={'Completed'}, myDate={'$(=Today())'}>}DISTINCT(CarrierID))