Hello,
I want to build a report with fixed positions. I have a queryresult that gives personnumber, ID and results and it looks like:
Pnr ID Result
11 1 A
11 2 AA
11 3 AC
Now I want to place these result fixed on a report. It can be so that personnumber 12 only has ID 1 and 3. So ID 2 should be null.
So I want to display the result for each ID on a fixed position next to some text.
How can I do this?
Thanks in advance,
Sven.
I want to build a report with fixed positions. I have a queryresult that gives personnumber, ID and results and it looks like:
Pnr ID Result
11 1 A
11 2 AA
11 3 AC
Now I want to place these result fixed on a report. It can be so that personnumber 12 only has ID 1 and 3. So ID 2 should be null.
So I want to display the result for each ID on a fixed position next to some text.
How can I do this?
Thanks in advance,
Sven.