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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

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

View solution in original post

1 Reply
tresesco
MVP
MVP

Try like:

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