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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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