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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to ignore Filter selction on MultiBox Date field

Hi Champs,

I have a multiBox with Month&Year format (like Jan-16,Feb-16 etc.,) and how to ignore a filter selection on this MultiBox which is in the date format.

I have an idea to implement using for other aggregation  SUM({<[SalesType]=>}Amount),but How to write the same when we have date filed in Multi box

In-Advance

Thank you

4 Replies
Not applicable
Author

Hi anil, I think that you should create Month&Year format as a field in script.

For example:

Month & '-' & Year AS MonthYear

And then, in expression

SUM({<Monthyear=>}Amount)

Hope it helps !

Regards,

sunny_talwar

Unfortunately there is not much information to go in details, but may be put this Multi box object in a alternate state.

Anonymous
Not applicable
Author

I have date filed in Multi Box over the  Pivot table.Filed Name is msp3_CalenderMonthWithYear(MMM YYYY foramt) .

I have one more Generic filter; Gender which contains male and Female,my scenario is that Gender section should not effect my date filter.

I tried in MultiBox Expressions as ,but no luck

=MinString({<[Gender]=>}msp3_CalenderMonthWithYear).

MultipBox.png

Anonymous
Not applicable
Author

Experts ,

Need some suggestions