hi
I have :
RoundUp(DataCardValue4 / Dropdown5.SelectedText.Value, 2)
I would like the result to show as a percentage please.?

hi
I have :
RoundUp(DataCardValue4 / Dropdown5.SelectedText.Value, 2)
I would like the result to show as a percentage please.?
Hi @JerryH ,
Don't use RoundUp Function as it will give incorrect data.
Use a simple % formula and you will get the answer.
If any field hold string data, convert to Value( variable/data ).
Hope this helps