Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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