Skip to main content
Skip table of contents

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

XML
<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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.