Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello i want to calculate sum of "Quantité" where ID_Transaction are 1 and 3 i set the below formula but it is not working
u used the formula :
=sum({$ < [ID_Transaction] = {"1"},[ID_Transaction] ={"3"} >}[Qantité] )
when i select Item " DIS001" and the date 03/01/2016 it return just
it calculated just sum Quantité of ID 3
Thanks it solved using the formula
=sum({$ < [ID_Transaction] = {"1","3"} >}[Qantité] )
I think this will help you get what you want.
=sum({$ < [ID_Transaction] = {"1", "3"} >}[Qantité] )
Thanks it solved using the formula
=sum({$ < [ID_Transaction] = {"1","3"} >}[Qantité] )