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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aleksander
Partner - Contributor II
Partner - Contributor II

clear selection not working as expected

Hi, I have a field with some blank rows so i created in my list /filter box a: len(trim()>0 statement. But now my triggers for clear selection for that field does not work. It works if I remove the statement and only have the field in the filter box. 

Is this intended  and I should just do this in the script? It feels like a bug. 

I am using Qlik sense Nov 2020 patch 6 

Labels (1)
2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Aleksander,
It sounds a bit like a hug indeed, but better would be to just solve this in the script with:
If len(trim(YourField) > 0, null(), YourField)

Jordy 

Climber 

Work smarter, not harder
rameshmatam1710
Partner - Contributor
Partner - Contributor

It doesnt work