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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transform expression to set analysis

Hello,

how can I transform this expression to set analysis?

=sum( if(Date= date(DayStart( MonthEnd(Date))),VAL))

thx,

Yacine

Labels (1)
1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Try with this

=Sum({<Date={"=Date=Date(Floor(MonthEnd(Date)))"}>} VAL)

Hope it helps

View solution in original post

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Try with this

=Sum({<Date={"=Date=Date(Floor(MonthEnd(Date)))"}>} VAL)

Hope it helps