I've found all sorts of posts that are similar, but nothing seems to work for me. I have a column that contains xml data. I need to extract that table data into something usable so I can display it on a dashboard.
Is there a simple way to make this work?
The xml data looks something like this (and resides as text in one of the columns):
<RepeaterData>
<Version/>
</RepeaterData>
Any ideas how I can get into columns or something easily displayed on a dashboard?