Jump to content
We've recently updated our Privacy Statement, available here ×

Display Multiple Values


2004 IR Help

Recommended Posts

By: ags - aparnag

Display Multiple Values

2005-04-19 12:06

Hello All,

 

I have a XML datasource that's filling my report. I need help to display multiple comma separated values in my report. Here is an example:

 

In my XML file I have:

 

<Cases>

 

<Case>

 

<Class name = "A" text="B"/>

<Class name = "C" text = "D"/>

</Case>

 

.....

</Cases>

 

In my report I need to display the Class name as A,C. I am able to get the first value "A", but not the other values. How do I loop through the nodes correctly?

 

-Aparna

Link to comment
Share on other sites

  • 1 year later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...