Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 11:36 AM
Hi,
How can I remove double quotes from a sting?
"Hello World" should just be Hello World
Thank you.
------------------------------
Marcel van der Merwe
------------------------------
How can I remove double quotes from a sting?
"Hello World" should just be Hello World
Thank you.
------------------------------
Marcel van der Merwe
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 11:49 AM
Hi,
you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World".
Create Calculation stage with: Replace([Hello World], """", "") as EXPRESSION
------------------------------
Andrzej Fidos
------------------------------
you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World".
Create Calculation stage with: Replace([Hello World], """", "") as EXPRESSION
------------------------------
Andrzej Fidos
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 11:49 AM
Hi,
you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World".
Create Calculation stage with: Replace([Hello World], """", "") as EXPRESSION
------------------------------
Andrzej Fidos
------------------------------
you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World".
Create Calculation stage with: Replace([Hello World], """", "") as EXPRESSION
------------------------------
Andrzej Fidos
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 11:56 AM
Works like a charm,
Thank you Andrzej.
------------------------------
Marcel van der Merwe
------------------------------
Thank you Andrzej.
------------------------------
Marcel van der Merwe
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 02:44 PM
if limited rows you can do it in calculation stage.
but if collection values is more eg 1000+ you can use internal VBO object (Utility - Collection Manipulation)
you can Action replace text in the field.
------------------------------
loganathan s
IT Developer
DXC
Asia/Kolkata
------------------------------
but if collection values is more eg 1000+ you can use internal VBO object (Utility - Collection Manipulation)
you can Action replace text in the field.
------------------------------
loganathan s
IT Developer
DXC
Asia/Kolkata
------------------------------
