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: 
vikasmahajan

Replace ; with - in a field

Dear all,

I have field like vsin20p4138; vsin20p4801; vsin20p4896; vsin20p6001; vsin20p6003; vsin20p4807  like this i want

vsin20p4138- vsin20p4801- vsin20p4896- vsin20p6001- vsin20p6003- vsin20p4807 in loading qv data.

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
avinashelite

replace(fieldname,';','-') as fieldname

View solution in original post

3 Replies
avinashelite

replace(fieldname,';','-') as fieldname

Kushal_Chawda

is this not working ?

Replace(Field,';','-')

vikasmahajan
Author

Thanks

worked

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.