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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Venkatsj
Contributor III
Contributor III

Filter by expression

Hi , 

Please help me with the below question.

Doc NumberOwnerExpired Date
1MaxFeb-21
2FuryAug-19
3KitJun-19
4KateMar-19
5BellFeb-20
6KaleMay-21
7MaddyJun-20
8NimbyDec-21
9KiwiJan-21
10RusselFeb-21
11BuffyMar-20

 

From the above table I want to use filter expression for the column "Expired Date" I want to filter the dates only between June 2021 to Dec 2021. Can someone help me with the expression ?

Thanks

1 Solution

Accepted Solutions
Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi Friend,

Use this expression in Expired date:

1#:

Use date function to change format [your wish - Date(Date#(Expireddate,'YY-MMM'))]

=aggr(only({<Expired_Date={">=6/1/2021<=12/1/2021"}>}Expired_Date),Expired_Date)

2#:

Uncheck 'Include null Values'

View solution in original post

3 Replies
Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi Friend,

Use this expression in Expired date:

1#:

Use date function to change format [your wish - Date(Date#(Expireddate,'YY-MMM'))]

=aggr(only({<Expired_Date={">=6/1/2021<=12/1/2021"}>}Expired_Date),Expired_Date)

2#:

Uncheck 'Include null Values'

Venkatsj
Contributor III
Contributor III
Author

Thank you it worked. 

Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi,

Kindly Mark this  as 'Solved'😊.