Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Qlikview uses by default $ ( current selection) as identifier.
In the App , i don't have the same result if i put $ or nothing.
Do you have an explanation ?
My formula :
= (((sum ( {$<DIM1={$(=vAnnee)} , DIM2= {'Structure constante'}, LIB_FAMILLE = >}CA_apres_remise) - sum({$<DIM1={$(=vAnneePrec)} , DIM2 = {'Structure constante'}, LIB_FAMILLE = >}CA_apres_remise)) ) / sum({$<DIM1={$(=vAnneePrec)} , DIM2 = {'Structure constante'}, DIM3 = >}CA_apres_remise))
Result = - 4 , 60 %
= (((sum ( {<DIM1={$(=vAnnee)} , DIM2= {'Structure constante'}, LIB_FAMILLE = >}CA_apres_remise) - sum({<DIM1={$(=vAnneePrec)} , DIM2 = {'Structure constante'}, LIB_FAMILLE = >}CA_apres_remise)) ) / sum({<DIM1={$(=vAnneePrec)} , DIM2 = {'Structure constante'}, DIM3 = >}CA_apres_remise))
Result = - 3, 23 %
Thanks
Lucas
If you operate with Alternate States it will definitely make a difference.
Hi Petter,
can you explain it in more details
Thanks,
Abdul