July 7, 2008 at 12:01 am
Hello,
Is there a way I can display an XML to reporting services? Right now it displays like a normal text.
Thank 🙂
July 7, 2008 at 12:57 am
Before displaying your xml string to report dumpt that into temp. tables are per your schema.
& display your report from that temp. table.
I'm doing the same & works fine.
Wish u all the best.
Sandip
July 7, 2008 at 1:34 am
Hi Sandip,
Have you got a sample one for me?
I already built a query and that includes the XML message that I got from my table. I don't know how to make schema one as I'm new with SQL and still learning.
Thanks for your help.
Cheers 🙂
July 7, 2008 at 4:04 am
Please explain me what exactly ur looking for
I did not understnd your requirement corretly.
thank you
July 7, 2008 at 4:50 pm
Hi,
I'm using a table with xml field with it and I need to display it in SSRS in the right xml format. What I did is I made a query in Data tab:
SELECT LoginDate, XMLMessage
FROM Table1
The XMLMessage displays but in the format that I wanted to, it displays as normal text, which is in one line and I wanted to display it as xml format.
Can xml schema do this?
Thanks 🙂
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply