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: 
firoz24
Creator
Creator

Qlik sense filter pane

Hi Guys,

I want to set the expression in filter pane 

=monthend ([Inspection Date 1]),([STATION]={'BACK DOOR GLASS'})

I have a field called station from there it should take monthend date 

I am trying to create a bookmark so it will be bookmark automatically after each day as the data gets update.

Labels (4)
3 Replies
Rohan
Specialist
Specialist

Hi Firoz,

You can't apply Set expressions to Dimensions unless you use Aggr(). You can instead simply use If condition in your Filter pane Dimension. Something like :

If ([STATION]='BACK DOOR GLASS',monthend ([Inspection Date 1]),null())

Regards,

Rohan.

firoz24
Creator
Creator
Author

I got 4.5333 but not received date in filter pane 

when I select the number it didnt get filtered

Nicolae_Alecu
Creator
Creator

Hello,

@Rohan solution should work just fine.

Nicolae_Alecu_0-1710543122342.png

Also you can apply this into a bookmark:

Nicolae_Alecu_1-1710543368599.png

Best Regards,