Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Range Filter in Multibox

Hi Team,

I have a multibox which is showing range value like Dec16-Nov17.

I want to convert it into a single filter as 2017 for Dec16-Nov 17 and 2018 for Dec17-Nov18 and so on.

How can I achieve this.

Please help me on this.

Thanks.

4 Replies
Anil_Babu_Samineni

Are you looking for Fiscal Year

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hi Anil,

This scripting is done on the extraction side on the link you have attached.

I have already a long script on extraction part and i want to achieve this on set-analysis.

I am already getting the value as Dec16-Nov17 from a field u can call RangeYear.

How can I achieve the year only 2017 by using that field on Set Analysis.

Could you please help on it.

Thanks.

Anil_Babu_Samineni

Thus, Sum({<RangeYear = {'$(=Max(RangeYear))'}>}Sales) ​not returning for you?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

It is not working for me.

I am using a multibox in which I have used a field called TDimMonth.RangeYear which is returning value Dec16-Nov17, Dec15-Nov16 and so on.

Year Filter1.PNG

Instead of this value I want to get Year - 2017 only.

Year filter.PNG

Please help.