ShowBusinessReport: run a business report
Tag: ShowBusinessReport
The ShowBusinessReport function runs a business review and can print it to PDF.
Tag Attributes
Attributes | Value Description |
---|---|
Name | Name of business review to run - required The name is seen in column HBS FIle Name in the Business Review backstage grid |
FilePath | User definable - path of PDF output file. |
KeepAlive | TRUE (Keeps business review dialog open) / FALSE Defaults to FALSE |
Example Script
<ytriaAutomation>
Runs BR br_Link_Percentage and leaves it open on screen
<ShowBusinessReview name="br_Link_Percentage.br_hbs" keepAlive="true"/>
Runs BR br_Link_Percentage, exports to PDF and and closes it
<ShowBusinessReport name="br_Sub_petit.br_hbs" filepath="D:\temp-exports\BR_Report.pdf"/>
</ytriaAutomation>