Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Please try
chr(34)&'if(sum("Importo Effetto">$'&'(soglia7),'&chr(34)& 'A'&chr(34)&','&chr(34)&chr(34)&')'