Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Himanshu
Contributor II
Contributor II

text to num format of a column having length 20

Hi,

I have a text column which has below values:

0000B101498600000201
0000B106216400000101

 

How can I change this to num format?. I have used num function but it is disappearing the column values.

 

Thanks & Regards,

Himanshu

1 Solution

Accepted Solutions
Sweta_Sharma
Former Employee
Former Employee

Hi Himanshu,

You could try this too- KeepChar(ColumnName, 0123456789)

Cheers!

If the issue is solved please mark the answer with Accept as Solution

View solution in original post

2 Replies
akshatagrawal
Partner - Contributor III
Partner - Contributor III

Hi,

Try Num#(ColumnName) as ColumnName

Thanks & Regards

Akshat Agrawal

Sweta_Sharma
Former Employee
Former Employee

Hi Himanshu,

You could try this too- KeepChar(ColumnName, 0123456789)

Cheers!

If the issue is solved please mark the answer with Accept as Solution