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: 
Qlik__Vinodh
Partner - Creator II
Partner - Creator II

Sharepoint Data Extraction Issue

Dear Friends,

Please find the attachment.I am fitching the data from sharepoint data using RPC process. But some fields data having Number and , and # symbols in front. please look the screen. if any change in process, please guide me....

Thanks,

vinodh c

2 Replies
omyahamburg
Creator II
Creator II

Try in your script:

replace(SubField(your_fieldName,';',2),'#','') as newfield

Qlik__Vinodh
Partner - Creator II
Partner - Creator II
Author

Thanks for this