Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue in chart

Hi,

Can someone please help me with this requirement:

I want to remove the current month from my chart.

And my expression is

rangesum(above(sum(NetWorkDays([Fund Start Cycle],[Fund End Cycle])-1),0,12))

/

rangesum(above(count(NetWorkDays([Fund Start Cycle],[Fund End Cycle])),0,12))

Regards,
Sachin

2 Replies
sunny_talwar

May be this:

RangeSum(Above(Sum({<DimensionDateField = {"< $(=Date(Max(DimensionDateField), 'MMM YYYY))"}>}NetWorkDays([Fund Start Cycle],[Fund End Cycle])-1),0,12))

/

RangeSum(Above(Count({<DimensionDateField = {"< $(=Date(Max(DimensionDateField), 'MMM YYYY))"}>}NetWorkDays([Fund Start Cycle],[Fund End Cycle])),0,12))

Not applicable
Author

It didn't work!!!