Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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
Luminary Alumni
Luminary Alumni

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