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: 
zied_ahmed1
Specialist
Specialist

change set analysis

Hello I have this set analysis expression :

Count({<[Calendar date]=, [%Year week SEQ]={$(=max([%Year week SEQ])-1)} >}Value)

This expression display the value of the max week of the month ,

I would like to display the total value of selected months not just the last week

Regards

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

then remove the Week part

Count({<[Calendar date]=>}Value)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

1 Reply
vinieme12
Champion III
Champion III

then remove the Week part

Count({<[Calendar date]=>}Value)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.