Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Guan_Achinech
Contributor II
Contributor II

Cross selling

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

 

1 Solution

Accepted Solutions
skamath1
Creator III
Creator III

You can apply the Number Formatting to Simple and pick % from the dropdown list

 

skamath1_0-1630690921948.png

 

View solution in original post

2 Replies
skamath1
Creator III
Creator III

You can apply the Number Formatting to Simple and pick % from the dropdown list

 

skamath1_0-1630690921948.png

 

Guan_Achinech
Contributor II
Contributor II
Author

Thank you Sir !!!