Book a Demo

Author Topic: Ordering in a Report  (Read 3806 times)

cb2

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Ordering in a Report
« on: July 18, 2006, 01:09:48 am »
Hello,
i have created a BPM with a couple of activity diagrams.

With the following report
----
package >
{Pkg.Notes}
diagram >
{Diagram.Name} -
{Diagram.Notes}
{Diagram.DiagramImg}
{Diagram.Figure}
< diagram
element >
{Element.Name}
Description:
{Element.Notes}
tagged value >
Tagged Values
{ElementTagVal.Name} = {ElementTagVal.Value}.  {ElementTagVal.Notes}
< tagged value
< element
< package
------

i get a report that locks like

<diagram 1>
<diagram 2>
...
<diagram n>

<activity 1>
...
<activity n>

Is ist possible to create a report that look like

<diagram 1>
<activities in diagram 1>

<diagram 2>
<activities in diagram 2>
...
<diagram n>
<activities in diagram n>


thanks
cb

StefanPears

  • EA User
  • **
  • Posts: 119
  • Karma: +6/-0
  • Unwissenheit schützt vor Erkenntnis nicht
    • View Profile
Re: Ordering in a Report
« Reply #1 on: July 18, 2006, 05:22:25 am »
In this forum there are a lot of threads about this topic. You should take a look around. Anyway, "ordering in a report" is queer, so you should look at VB- and SQL-solutions as well.
Stefan