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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis - Select All Dates

I have an application where I have two dimensions Date and Dvision.  My date dimensions currently has 12 dates like: 8/1/2011, 8/18/2011......  How would I add a condition to add Date=All?

Sum({$<Division = {Sales}>} ExpiredCount)

1 Solution

Accepted Solutions
Not applicable
Author

Sum({$<Division = {Sales},Date=>} ExpiredCount)

This should Fix your issue and pull in all dates even if there is a selection.

View solution in original post

1 Reply
Not applicable
Author

Sum({$<Division = {Sales},Date=>} ExpiredCount)

This should Fix your issue and pull in all dates even if there is a selection.