Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?