How do i show my XQuery field in my reports?

  • In my query there is one column of XML datatype.How do i take this column in my reports.When i take this query below it just displays RequestXMl column as text.

    SELECT     RequestXML ,CreateDate, VendorName, ErrorMessage, ResponseDate

    FROM         tblBPINTIEEUploadRequestLog

    WHERE  (CreateDate  BETWEEN @startdate AND @enddate) and VendorName=@vendorname

    I want that when user view reports RequestXML should show a link and user should be able to click on that link to open the xml.How do i do that?

     

     

     

  • have you tried using "action" properties of textbox?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply