Home > Forum > Forms > Custom Report Presentation

Custom Report Presentation
0

Hi, I have to do a Report with search from 1 process.
In this process I am using a list position(list items).
In my report column I will use column only from this list items.

I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ?
I could use Reporting Services but maybe there is some other things in webcon site?

MVP

Hi Marcin,

I have no idea, whether I understood what you want to achieve. Adding a screenshot/mockup/picture would help most of the time.

In case you want to display values from the item list you can actually do this, if you select the columns, in the "columns" tab of the report configuration.
The values of the fields of the workflow will be repeated for each row. It's probably a simple inner join between the WFElements and WFElementDetails table.

You will than be able to filter the column, as any other one and even be able to only display this column in the report.

Best regards,
Daniel