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

How to detect empty field

Hello everybody,

I need to detect empty fields in the 2nd column.

exemple_champs_vides.PNG

I tried to use

if(len(trim([Id Tool]))=0,'undefined',[Id Tool]) as Id_Tool2

But it does not work.

Anybody can help ?

Thank you !

10 Replies
marieclaire
Creator
Creator
Author

Thank you Tresesco. I finally managed to make it work with a new dataset.