Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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!

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Try this

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

Celambarasan