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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to filter data

Hi..     

I have a calendar month from Jan to Dec (PFA) ... and i am using one button to select last 3 months of data ..for that using ACTION-->SELECT IN FIELD-->SEARCH STRING(='>='&MonthEnd(max({1} Day), -2)), but it is showing May, Jun, July data but i need to disply Apr,May and June data only ..i tried in many ways ..but not getting please any one can help  to get this..

Regards,

Sh.

6 Replies
swuehl
MVP
MVP

Maybe like this?

='>='&MonthEnd(max({1} Day), -3)&'<'&Monthend(max({1} Day))

Anonymous
Not applicable
Author

try with this...

='('& month(MonthEnd(max({1} OrderDate), -1)) & '|' & month(MonthEnd(max({1} OrderDate), -2))& '|' & month(MonthEnd(max({1} OrderDate), -3))& ')'

Anonymous
Not applicable
Author

='('& month(MonthEnd(max({1} Day), -1)) & '|' & month(MonthEnd(max({1} Day), -2))& '|' & month(MonthEnd(max({1} Day), -3))& ')'

Not applicable
Author

Hi

Thanks to All for the reply ...Itried those conditions but are not helpful...please suggest some more conditions..

Regards,

Sh.

Not applicable
Author

Hi

Thanks to All for the reply ...I tried those conditions but are not helpful...please suggest some more conditions..

Regards,

Sh.

Not applicable
Author

Hi

Thanks to All for the reply ...I tried those conditions but are not helpful...please suggest some more conditions..

Regards,

Sh.