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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mahnoor1279
Contributor III
Contributor III

How to use any regex method to separate values into column and its row

Hello everyone  i'm new to qliksense and i was assigned to a taske to separate value the below value into column and its respective value 

for example :

ResultSet : Electronic_Email_statement :null| isIsaveActive :no| AccountCode :04123| AccountTitle :xyz     | AccountSNo :33221155        | AccountCat :null| mobileNo : 9123456789 

this should be like this 

Electronic_Email_statement        isIsaveActive          AccountCode    AccountTitle     AccountSNo      mobileNo 

null                                                          no                              04123xyz                             33221155        9123456789

 

 

Labels (5)
0 Replies