Changing the format type in a expression

Hello, I have a workflow the is calculating the percent between two Price type columns. The calculation works but shows as Price as the format and not as percentage. How can I changes this to a percentage in the expression?

*<<(sum(Select(Monthly Job Cost Work Orders[WorkOrderGrossMargin], TRUE))/sum(Select(Monthly Job Cost Work Orders[WorkOrderEstTotal], TRUE)))100>>

2X_0_01d5f74c0061dfe2d104dc9af8e4a70844e92e39.png

Thanks

Solved Solved
0 5 546
1 ACCEPTED SOLUTION

CONCATENATE() is not needed, just %<<SUM(โ€ฆ)*100>> is enough.

View solution in original post

5 REPLIES 5

Try to wrap the whole formula inside of NUMBER() or DECIMAL() expression.

Thanks, โ€œDecimalโ€ did removed the $ sign. Should concatenate a % to front or is there another method?

CONCATENATE() is not needed, just %<<SUM(โ€ฆ)*100>> is enough.

Rightโ€ฆ Thanks so much for the quick support!!!

Youโ€™re welcome

Top Labels in this Space