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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis to check length

Hi All,

Can please guide me on how to type the following using set analysis:

sum( if( len(Field1)=0 or Field1=1, amt))

Thanks!

Labels (1)
1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Try this

     Sum({<Field1={"=(Field1=1) OR (Len(Field1)=0)"}>} amt)

Celambarasan