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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nbk44
Contributor
Contributor

Selecting min create datetime from today's date

Hi,

I'm new to QlikSense and having an issue with applying a saved bookmark. In my dashboard, I made 3 selections in the following order to display the data with the first create time from today for all currencies. 

Currency = ALL

As_of_date = today()

created_time = Aggr(NODISTINCT min(created_time),currency)

The filter works, but when I save them to a bookmark and then apply it, the sequence of the selections appears to be run in the wrong order. The created_time selection is run first, so the data returned is the first created_times of the data set instead of the first created_times from today. 

Any idea why?

0 Replies