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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to split value to two values

Hi,

I have PhoneNoMobile and PhoneNoWork columns in sql table with values 447341891543,447897674285 as combined in PhoneNoMobile  and column PhoneNoWork contains some NULL values and values with Data .

I have to split the above value as PhoneNoMobile=7341891543 and PhoneNoWork=447897674285

Is it possible to get this and I have to split this values only when PhoneNoWork contains NULL values i,e if PhoneNoWork=NULL then it should replace with 44789674285. Please help

Thanks.

11 Replies
Not applicable
Author

Thanks and it's working.

Not applicable
Author

Thanks and it's working.