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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

doubt

Hi,

I have only 1 month of data and I created multiple objects in multiple sheets.

Now I have recieved next 2 months of data

I want to see the latest month of data if made no selections and by default

I did this by document triggers but not worked.

Any ideas??

Labels (1)
14 Replies
Anil_Babu_Samineni
MVP
MVP

Check now

=Max({<id -= {'0'}>}month)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
avinashelite
MVP
MVP

you this

=Max({<id = {"*"}>}month)

Not applicable
Author

Hi Avinash,

This is working fine for the specific object.

That's my dummy data In my original data there are multiple sheets with various charts/tables following by different dimensions and expressions.

So I want to see this by dynamic.

Not applicable
Author

I have already shared my sample data.

avinashelite
MVP
MVP

the logic which I shared will work with all the object which used the id count ....if you have different combination and need to set the month according to that then go for sheet level triggers and set that according to your requirement