Hello all
I've created an expression for my cross selling table but I do not understand why I cannot get it in %:
Expression:
Count( distinct{ 1 < SalesOrder=P(SalesOrder), Item={*}-P(Item) >} SalesOrder)
/
count( distinct total SalesOrder)
Unfortunately, i get back these values in decimals instead of %.
Would you have any tip here?
Best regards
Guan
You can apply the Number Formatting to Simple and pick % from the dropdown list
You can apply the Number Formatting to Simple and pick % from the dropdown list
Thank you Sir !!!