Hi,
I use one beastmode to give me the MTD % of achievement vs the MTD Target.
On one card it work with this rule :
sum(`product_A`)/(SUM(DISTINCT `product_a_Target_dly`)*DAY(CURDATE()))
So it's giving me the MTD % even in the total row.
I use the same formula on another card but with product_B.... and the total row show me a sum of all the percentage instead of doing the calculation.
I don't find what I'm doing bad.... is there a way for the total row to apply the calculation and not summing it ?
PS : If i put over () at the end... it work but then the % if wrong for all the store. Only the total row become good.
Thanks :)