si je fais le calcul de tête (-2.43) - (-2.10) = -0.33 si je laisse Qlik gérer : 1.15
>_< si je passe par des variables v1 = ([Invoicing Amount CYTD] - COST_AMOUNT) v2 = ([Invoicing Amount PYTD] - ({<YEAR = {"$(=MAX(YEAR)-1)"}>} COST_AMOUNT)) Et que je lui demande v1-v2 => -0.33
I am not really sure but I think it is about set analysis. In the first expression it also filter data for first measures: Invoicing_Amount_CYTD and COST_AMOUNT. And maybe that change gives the different result. In variables, the set analysis only work for last measures: Invoicing_Amount_PYTD and COST_AMOUNT.