Execute Book Input File

This file, referenced in requirement.csv to support the opening of books in Reports, should specify the book to open. Each line of the file should be in the following format.

format=BOOK_FORMAT or

format=BOOK_FORMAT;globalPov=[DIM 1:MEMBER 1],[DIM 2:MEMBER 2],..

A sample input file to generate a pdf from a book with the global POV [Version View:Working],[Sales Entity:International Sales]:

format=pdf;globalPov=[Version View:Working],[Sales Entity:International Sales]

Note:

  • Supported book formats are PDF and XLSX.
  • 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:View should be specified as Version\\:View