Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select(Year & Month). Display data's >= Curr. Selected(Year & Month)

Hi All,

I want to display the data which meet the condition like >= Current Selection (Year & Month field).

I am going to apply this in the Straight Table and also this is on hide state.

I dont have any idea where to add in Dimentions or Expression.

Example:

     Year.bmp

All suggestion are most welcome.

Thanks

Gangadharan M

1 Solution

Accepted Solutions
Not applicable
Author

Please check this out if this is what you are trying to do.

View solution in original post

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Try with this,

           If((Year>Min(Year) OR GetSelectedCount(Year) = 0), Year)

Celambarasan

Not applicable
Author

Please check this out if this is what you are trying to do.

Not applicable
Author

Awesome !!