Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QLIKCommunity:
I need to sum ESvnatural field, if 2 conditions like below;
SUM(IF((ESidproducto=1)and (EStmovimiento=S)),ESvnatural)
But I get Error in expression,, please you help on this...Tk in advanced
James Marines
May be you should use like this
SUM(IF((ESidproducto=1)and (EStmovimiento=S),ESvnatural))
You can go with set analysis like
SUM({<ESidproducto={1},EStmovimiento={'S'}>} ESvnatural)
HI
Try like this
=Sum({<ESidproducto={1},EStmovimiento={'S'}>}ESvnatural)
Hope it helps
May be you should use like this
SUM(IF((ESidproducto=1)and (EStmovimiento=S),ESvnatural))
You can go with set analysis like
SUM({<ESidproducto={1},EStmovimiento={'S'}>} ESvnatural)
Great! It works , Thanks a lot .....I am very glad for all this strong QlikSupport.....I really appreciate it.
Jaime Marines
Great! It works , Thanks a lot .....I am very glad for all this strong QlikSupport.....I really appreciate it.
Jaime Marines
Great! It works , Thanks a lot .....I am very glad for all this strong QlikSupport.....I really appreciate it.
Jaime Marines