Execute Report Input File
This file, referenced in requirement.csv to support the opening of
management reports, should specify the report to open. Each line of the file should be
in the following format.
format=[REPORT_FORMAT];globalPov=[DIM 1:MEMBER 1],[DIM 2:MEMBER 2],..;prompts=[PROMPT 1:VALUE 1],[PROMPT 2:VALUE 2],..
globalPov and prompts are optional. Prompts are in the
format: prompts=[PROMPT1:VALUE1],[PROMPT2:VALUE2], and so
on. In this format, PROMPT1 identifies a prompt name and
VALUE1 identifies its value. VALUE can
take multiple values separated by comma . For example:
prompts=[PROMPT1:VALUE1,VALUE2,VALUE3,..]
Note:
- Supported report formats are
pdfandembedded. - If the name of the globalPov dimension or its members contain a colon (:) or
semicolon (;), use the escape character \\ preceding it. For example, the
dimension name
Version:Viewshould be specified asVersion\\:View
A sample input file to generate a pdf from a report with the global POV [Version
View:Working],[Sales Entity:International Sales] and prompts
[Actual;Budget],[Year:2018,2019]:
format=pdf;globalPov=[Version View:Working],[Sales Entity:International Sales];prompts=[Actual:Budget],[Year:2018,2019]