Make report with non related informations
Posted: Tue Jan 29, 2008 2:25 pm
Hi, I need create a report with diferent information. In this report I'll have a top element like a information about a Person and later I'll have information about Jobs of this Person and later I'll have information about many bank accounts of this Person and later I'll have information about kids (son) of this Person.
So, You can see that all the informations is related to Person and It's not a hierarchy. Then I can't use groups
let me try to show for you.
+-----------------+
| Page 1
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page 2
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page n
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
I make things like it using a resource called "SubReport" in another tool with DELPHI.
In this another tool one sub report is a report inside other. Then, I can have information "non related" in same report.
How can I do something like it using StimulReport ?
+-----------------+
| Page n
|
| Person
|+-------+
|| Job 1 |
|| Job 2 |------------------- subrepot
|| Job n |
|+-------+
|
|+----------+
|| Acount 1 |
|| Acount 2 |---------------- subrepot
|| Acount n |
|+----------+
|
|+------+
|| Kid 1 |
|| Kid 2 |-------------------- subrepot
|| Kid n |
||+-----+
|
+-----------------+
[]s
Herbert Pimentel
So, You can see that all the informations is related to Person and It's not a hierarchy. Then I can't use groups

let me try to show for you.
+-----------------+
| Page 1
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page 2
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page n
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
I make things like it using a resource called "SubReport" in another tool with DELPHI.
In this another tool one sub report is a report inside other. Then, I can have information "non related" in same report.
How can I do something like it using StimulReport ?
+-----------------+
| Page n
|
| Person
|+-------+
|| Job 1 |
|| Job 2 |------------------- subrepot
|| Job n |
|+-------+
|
|+----------+
|| Acount 1 |
|| Acount 2 |---------------- subrepot
|| Acount n |
|+----------+
|
|+------+
|| Kid 1 |
|| Kid 2 |-------------------- subrepot
|| Kid n |
||+-----+
|
+-----------------+
[]s
Herbert Pimentel