How to print a list of values in the Bursting Control File?
Friends,
I need to create a report that will send e-mails containing the list of the departments an employee has worked in. In the report's output xml file, this list in under a group, say, <G_Departmens> and under that group, naturally, there are various <Departments>. I can deal with it in the report, using the <For-each...> tag, but I need to be able to do that in the bursting control file. The e-mail does not have any attachment. the information should be in the body.
So, here is my question, if you could help me with that:
How can I add a "for each"-like statement in the xml bursting control file so as to print all the values in a group within my report output xml file?
I need to create a report that will send e-mails containing the list of the departments an employee has worked in. In the report's output xml file, this list in under a group, say, <G_Departmens> and under that group, naturally, there are various <Departments>. I can deal with it in the report, using the <For-each...> tag, but I need to be able to do that in the bursting control file. The e-mail does not have any attachment. the information should be in the body.
So, here is my question, if you could help me with that:
How can I add a "for each"-like statement in the xml bursting control file so as to print all the values in a group within my report output xml file?
0