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: 
marcorizzo
Contributor III
Contributor III

load inline

I want to create this table but I've got some problem with syntax.

newdimension:

LOAD * INLINE [

    newdim,

    "if(sum([Importo Effetto]>$(soglia7),'A','')"

];

Any help ?

Many thanks

Marco

10 Replies
sasiparupudi1
Master III
Master III

Please try

chr(34)&'if(sum("Importo Effetto">$'&'(soglia7),'&chr(34)& 'A'&chr(34)&','&chr(34)&chr(34)&')'