Forum Discussion
SebSchoon1
3 years agoPost Patron
Measure provide wrong result
Hello all, I have a strange behavior I do not understand, I make multiple measures which are giving me the expected values But then i want to use this result to a final step and it does n...
DimaMD
3 years agoSolution Sage
Hi SebSchoon1 After examining the fascist sample data, I found that your measure (1) Total des reliquats gives the wrong value.
I suggest you use (1)Nombre entier Répartition in your event:
If(
[Rank Pour Dispatch] <= [(1)Nombre entier Répartition] && [Rank Pour Dispatch] <> BLANK() , 1, Blank())
SebSchoon1
3 years agoPost Patron
Hello DimaMD
Concerning the measure, it will not work since
if i have two items for 3 wharehouse it will not split the remaining quantities
since full number is 0 and remaining quantities = 0.67
it will not consider the total remaining quantities (0.67 * 3 ) = 2
So it will not work đŸ™‚