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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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

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