ghostofelmo
IS-IT--Management
I am sorting my reports by priority. We are using a range of 1-10, how do I get the 10 to print after the 9, instead of the 1?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if Length({your.field}) = 1
then "0" & {your.field}
else {your.field}