Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to iterate dataset and display all data in data element?
bitisony
I bind a dataset to a data element, and then I want to let data element iterate dataset each row data, and display all data in this data element.
for example,
dataset
name count
java 2
ibm 3
sun 4
The data element display as:
2,3,4
How can I do this?
Thanks in advance for your help!
Find more posts tagged with
Comments
mwilliams
Hi bitisony,
What version of BIRT are you using again? I'll make a quick example of one way to do this.
bitisony
The BIRT's version that I use is birt-runtime-2_3_2.
Thank you very much for your reply.
mwilliams
bitisony,
As I told you on Yahoo messenger, if you just put an aggregaion in the footer of your table, use the concatenate function with a separator of ", " on the field you want to put like this, then delete the detail row, you should get what you want. Let me know.
bitisony
Michael,
It works.
Thank you very much for your help!
mwilliams
No problem. Glad to help any time I can.