Report External Parameters
Is there a way to add external values generated in a workflow? I am looking to add information to the heading that includes items like the user name who has generated the report, the total number of records that appear in the report, as well as other values that are generated in the workflow.
0
-
HI Andrew,
Yes you can pull values generated from a workflow into a report but it would be done through a multi-layer report. Please take a look at the workflow/report example from this article: https://support.geocortex.com/essentialsGSCCodeGallery?sub-nav=codegall&main-nav=essentials&#!/feedtype=SINGLE_ARTICLE_DETAIL&criteria=BESTANSWERS&id=kA4600000004EXNCA2
It would not be exactly what you are looking for but to achieve what you want, you will need to create something similar to that.
The idea would be to create a table with a column for each of the values you want to add to the report. You assign the table a name and then add it to a data set which is them referenced in the "Template Report" activity. Then in the main report, you create a subreport box and reference the table name under the "ReportName" column in the properties on the right, and then under "Tag" you reference the subreport (filepath and subreport name with extension). In the subreport, you will create labels/textboxes that reference the columns created in the workflow which will then pull the values generated in the workflow.
I know this all sounds kind of confusing and it can get fairly complicated so if you need more guidance, please feel free to email the Support team at support@geocortex.com
- Carmen0 -
This is just what I was looking for. Thanks! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare