Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
How can I get the addition ratio of the number I calculated next to the two dimension? I have two dimension on the left and on the right I want to divide by the sum of these digits.
Measure Formula: SUM({<[Flag]={"0"}>} Quantity)
Exp: 80803/1135617
I could not provide the display in the table for this rate calculation.
Thank you.
This looks like it should be:
SUM({<[Flag]={"0"}>} Quantity) / SUM({<[Flag]={"0"}>} Total Quantity)
This looks like it should be:
SUM({<[Flag]={"0"}>} Quantity) / SUM({<[Flag]={"0"}>} Total Quantity)
Thank you, total function never came to my mind 🙂