Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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??

14 Replies
Anil_Babu_Samineni

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

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

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