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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense Default Filter

Hello Everyone,

I'm having trouble with creating default filter that will not ignore date selection.

So my code for pivot table looks like this:

Sum({<MTD={'$(=Today())'}>}Amount_Actual)

But when i click on different date in my filter pane it ignores my selection. I already tried adding $ sign and 1 didnt help.

Basically my app shows initially Today's Sales Amount but i need to be able pick older date and update my pivot tables accordingly. Please help. Thank you !

1 Solution

Accepted Solutions
Not applicable
Author

In case you need to achieve it i found the way . I just used Max (MTD) function and got my desired soulution.

Thank you.

View solution in original post

1 Reply
Not applicable
Author

In case you need to achieve it i found the way . I just used Max (MTD) function and got my desired soulution.

Thank you.