Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
y want to use the subtotal in a new expression like this...
TMCausa= sum({<PLANTA={'Malabrigo'} >}CANTABS)
Did you try this:
= sum({<PLANTA={'Malabrigo'} >}CANTABS)/sum(Total {<PLANTA={'Malabrigo'} >}CANTABS)
IF not can you share a sample app that depicts the data above?
Thanks,
V.
Did you try this:
= sum({<PLANTA={'Malabrigo'} >}CANTABS)/sum(Total {<PLANTA={'Malabrigo'} >}CANTABS)
IF not can you share a sample app that depicts the data above?
Thanks,
V.
Or this if the total needs to change based on different ORIGEN:
=Sum({<PLANTA={'Malabrigo'}>}CANTABS)/Sum(TOTAL <ORIGEN> {<PLANTA={'Malabrigo'}>}CANTABS)