Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter-Names and Parameter-Values can either be static (hardcodedhard coded) values or values computed at runtime (any formula term, function or field-reference will work).

...

 
This only works if the report is run in the platform.

Drilling into a new Tab

To open a report in a new tab within the platform use the following formula function:

Code Block

=OPENINMANTLETAB([url]; [tab-text])

This creates the following javascript-url:

Code Block

javascript:top.mantle_openTab('<contents of tab-text>', '<contents of tab-text>', '<contents of url reference>')