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

load from internet

I wanna load data from internet. the problem is i get one line which i wanna split at every } . How can i do this. I have an attachment.

So every new id must be a new record in qlikview. How can i do this

1 Solution

Accepted Solutions
MayilVahanan

HI

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

4 Replies
MayilVahanan

HI

PFA

Are you expecting like this..

i can't reload the data. so i test in textbox object. use subfield() for split, if you want to remove []{} braces, use purgechar() .

Want to replace unwanted character, use replace() function

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
francisvandergr
Partner - Creator II
Partner - Creator II
Author

Sorry this is not what i mean. I have in your way the end of the record. But at that point a new record has to start. So i wanna have 5 records for all 5 id's

First record start with ID 7383

Second record start with 8242

third 7907 etc.

MayilVahanan

HI

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
francisvandergr
Partner - Creator II
Partner - Creator II
Author

thnx