How to Strip HTML tags from data

  • Thread starter Thread starter Steve P
  • Start date Start date
S

Steve P

I'm querying a MS Share Point list and need to strip HTML from the query
results.

Is there a way?
 
Try wrapping PlainText() around the field name in the Field row of query
design, e.g.:
PlainText([Surname])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top