Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm trying to use set analysis to ignore the "GrupoCalibre" dimension, but it is not working.
I'm using the following expression:
=Sum({$<GrupoCalibre=>} KilosPronCalib)/1000
What is wrong with this?
Thanks!
To ignore dimensions, use the TOTAL qualifier:
=Sum( TOTAL<Especie,Variedad> KilosPronCalib)/1000
To ignore dimensions, use the TOTAL qualifier:
=Sum( TOTAL<Especie,Variedad> KilosPronCalib)/1000