convert data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-22-2023 07:17 AM
I have created a record procedure for one of my tables called Employee.
if I submit the record procedure all the data will be loaded into the Employee Description field in the employee table.
and that the employee description field is HTML type. currently, data is displaying like
ex: name: ABC Location:xyz age:26 blood group:o positive.
but I need data to display :
name:ABC
Location:XYZ
age:26
like this
how to covert data HTML to string type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-22-2023 07:30 AM
You need to use :-
[code]
<p>name: ${variable}</p>
<p>Location: ${variable}</p>
<p>age: ${variable}</p>
[/code]
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-22-2023 07:41 AM
not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-22-2023 07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-22-2023 11:43 PM
Hello @VSN ,
You will have to remove the HTML tags. Ex: