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: 
Anonymous
Not applicable

Need to remove html tags in the data from XML

Dear Community Members,

We have a scenario in which we need to import data from XML. We did it by Qlik Rest Connection.

One of the fields, have HTML tags with it.

We need a way to remove it and display only the values which is arabic.

Thanks

1 Reply
Anil_Babu_Samineni

May be remove some thing like below

If (Not WildMatch(FieldName, TextBetween(FieldName,'<','>')), FieldName)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful