Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem, i have this table:
Sales Own F/V
123 12 14
456 11 15
789 12 14
The columns in the table are filters, I need to sum sales ignoring the colum F/V, how can i do this??
Greetings
Carlos
hi
assuming i understood you
you can use set analsys
somthing in the lines of:
sum( {<F/V = >} Sales )
this way you calcuate the expression with out any selection in the field
hi
assuming i understood you
you can use set analsys
somthing in the lines of:
sum( {<F/V = >} Sales )
this way you calcuate the expression with out any selection in the field
Thank you very much for your answer.
Greetings
Carlos