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: 
Not applicable

chart expressions

Hi All,

below is the formula am using for below chart. but I wanna show only data from current month past show go 0

how do I do it? thanks in advance

Sum(rangesum(ALLOCATION, -ACTUAL_SAH,-PROJECTION))

chart1.jpg

8 Replies
sasikanth
Master
Master

Hi

try some thing like below

sum(if(Month=month(today()),rangesum(ALLOCATION,-Actual_SAH,-PROJECTION),0)

jyothish8807
Master II
Master II

Hi Mafaz,

Try like this:

if(Month=month(today()),sum(rangesum(ALLOCATION,-Axctual_SAH,-PROJECTION)),0)

Regards

KC

Best Regards,
KC
Not applicable
Author

not working

jyothish8807
Master II
Master II

Did you replaced the field name properly? There is spelling misrtake in my expression.

Regards

KC

Best Regards,
KC
jagan
Partner - Champion III
Partner - Champion III

Hi,

Attach some sample file so that it would be easier to give solution.

Regards,

Jagan.

amit_saini
Master III
Master III

Check this attachment.

Thanks,

AS

SunilChauhan
Champion II
Champion II

sum(if(Month=month(today()),rangesum(ALLOCATION,-Actual_SAH,-PROJECTION),0)


and go to chart properties->uncheck supreess zero values

Sunil Chauhan
Not applicable
Author

Please check the attachement and kindly help me on that also  QlikView formula error