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: 
vicky_qv
Contributor III
Contributor III

Quotes in Set Analysis

Sum({<Period={"='P'&Date(MonthStart(Today()),'YYYY-MM')"}>}Qty)

This is not working.

Period is having values as P2020-06. Please help.

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

Sum({<Period={"$(='P'&Date(MonthStart(Today()),'YYYY-MM'))"}>}Qty)

View solution in original post

1 Reply
tresB
Champion III
Champion III

Try like:

Sum({<Period={"$(='P'&Date(MonthStart(Today()),'YYYY-MM'))"}>}Qty)