Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
why this command work fine on qlikview 9, but it doesn't work on qlikview 8?
Sum ({<anno_ven={2010}>} val_tot_ven)
What can I use on qlikview 8?
Thanks
Rocco
Try to use full syntax:
Sum ({$ <anno_ven={"2010"}>} val_tot_ven)
It does not work 😞
Thanks
Rocco
Hi
Try
Sum (if(anno_ven=2010,val_tot_ven))
Anders
Thanks, this works fine, but this is the complete expression ![]()
This work fine, but this is the complete expression.
Sorry
Rocco
Hi,
anyone knows how help me?
Thanks
Rocco
Hi
Can be ...
1.- Sum({<mese_ven={$(=GetFieldSelections(mese_att_fat, ',', 12))}, anno_ven={$(=GetFieldSelections(anno_pre_fat))}>} , val_tot_ven) // see comma
2.- anno_pre_fact //exist?
3.- anno_pre_fact //contains only an value ? else to use separator
good luck