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: 
abhaysingh
Specialist II
Specialist II

set analysis Logic

I want to write this logic in set analysis

if(Date <= '2014-01-31',sum(amount))

kindly help

4 Replies
MK_QSL
MVP
MVP

SUM({<Date = {'<=$(=MonthEnd(YearStart(Today())))'}>}Amount)

tresesco
MVP
MVP

Try like:

=Sum({<Date={" <= 2014-01-31"}>}amount)

Not applicable

Hi,

Try this. Hope it works...

sum ({$<Date<={'2014-01-31'}>} amount)

ychaitanya
Creator III
Creator III

Sum( {< Date = { "=2014-01-31"> amount) ..

Hope this helps