Skip to main content
Nintex Community Menu Bar

Displaying XML field values in Reports ?

  • August 6, 2009
  • 0 replies
  • 4 views

Forum|alt.badge.img+4

Hi,


I have a query in Displaying XML field values in Reports using OOTB smart object( List Process Instance) in K2 BlackPearl. 


"Status, Comments, Assigned to" - these are maintained as History XML data field at Process level and appending status,Comments and Assignedto node values for each activity. I want to fetch this xml datafield values( All node) and display in Reports.


I tried to get the details using OOTB  "my process Process Instance" Smart object ( List process instances method), Reports displayed only first node value(XML Data field) but this doesn't give me all(node) the values(History). How to display XML field values in reports?


Note:able to fetch all XML node values programmatically using the same smart object & method but this doesn't displaying in reports .