Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How Can I change text Field to Num Field.
I have a column that under a certain condition displays text, but I want to move it to the right side like the numbers
Hi
You can use
NUM(Field ) As Field,
In script and it will enforce it being a number.