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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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)