EvBNV 
The Book Navigation function returns a hyperlink to a report in a published book. You can display specific members within the report. For more information, see Book Publishing.
Syntax EvBNV(Application,Book name,Section name,Report name,TargetWindow,Member1,Member2...Membern)
You use the following parameters with the Book Navigation feature:
Parameter |
Description |
|---|---|
Application |
The name of the application. |
Book name |
The name of the containing book. |
Section name |
The name of the section of the book you want to reference. |
Report name |
The name of the report you want to reference. |
TargetWindow |
Determines where to display the specified report.
|
|
(Optional) One or more members you want to see in the report. |
The following example displays a URL called View the Book. When you select it, the system displays a report called Trend.xlt from the WeeklyForecast book corresponding to SalesUSEast in the Finance application displays.
Hyperlink(EvBNV(Finance,WeeklyForecast,,Trend.xlt,SalesUSEast),View the Book)