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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Clusterung

Folgender Sachverhalt...

if(Ball>= -5 and Ball<= 5, 'groß',
if(Ball< -5 ,'klein',
if(Ball/* ???*/,'mittel',
'Später als geplant'

))) as Ball_Cluster,

Mittel soll ausgegeben werden wenn Ball komplett leer ist. Also irgendwie Ball = ''. Das geht aber nicht. Wie muss ich das schreiben?

1 Reply
Not applicable
Author

Hi Thomas,

Maybe have a look at these, might help you with this

http://community.qlik.com/docs/DOC-6076

http://community.qlik.com/docs/DOC-6086

hope that helps

Joe