Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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 !!!