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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
badamsrinivas
Contributor II
Contributor II

Interview question

 
Labels (1)
3 Replies
badamsrinivas
Contributor II
Contributor II
Author

Below is Interview question, PFB details

Inline * load[

Name
er#io*io
uig&^jk
hjkg$%&

];

How can i remove the symbols from above filed, user need only characters to be with that Name filed? how do you achieve it?

Iswarya_
Creator
Creator

Hi, 

You can use Keepchar() to specify the charcters which are needed

anat
Master
Master

its not a" inline * load",the format is "load * inline"

load Name,keepchar(Name,'abcdefghijklmnopqrstuvwxyz');

load * inline

[

Name
er#io*io
uig&^jk
hjkg$%&

];