Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
It doesnt work