Hi all,
I asked my question in Stackoverflow, and received no reply.
Maybe in this forum somebody will help.
Let me explain my problem,
in Pentaho Report Designer I want to build such a report, where I have one data set, i.e. one request to database
and show result of this request NOT in the form of list, but put every result in appropriate place. i.e. like in below picture
prd.jpg
Where field "code" is unique, just one result can be put into red label in picture.
How can I do this in Pentaho Report Designer?
I can solve this problem by creating 3 data set, for each of caption. But what if captions like this will be much more, creating requests for each of this caption will not be so effective.
Hope I could explain my question.
I asked my question in Stackoverflow, and received no reply.
Maybe in this forum somebody will help.
Let me explain my problem,
in Pentaho Report Designer I want to build such a report, where I have one data set, i.e. one request to database
Code:
SELECT code, name FROM EMPLOYEES
and show result of this request NOT in the form of list, but put every result in appropriate place. i.e. like in below picture
prd.jpg
Where field "code" is unique, just one result can be put into red label in picture.
How can I do this in Pentaho Report Designer?
I can solve this problem by creating 3 data set, for each of caption. But what if captions like this will be much more, creating requests for each of this caption will not be so effective.
Hope I could explain my question.