Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
ZachDev
Contributor II
Contributor II

Change Field

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

Labels (1)
1 Reply
Mark_Little
Luminary
Luminary

Hi 

You can use

NUM(Field ) As Field,

In script and it will enforce it being a number.