Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

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!!!