...

dashUrl

dashUrl() -> text, pure function

Produces an URL which, when visited, redirects to the latest dashboard of the script from which it was called.

Cannot be called from module or from a user-defined function.

If you want the URL to point to the dashboard produced by the current run, use currentDashUrl instead.

dashUrl(tabSearch: text) -> text, pure function

Produces an URL which, when visited, redirects to the latest dashboard of the script or instance from which it was called, and opens the tab named tabSearch.

dashUrl(script: number, tabSearch: text) -> text, pure function

Produces an URL which, when visited, redirects to the latest dashboard of the script with the identifier script, and opens the tab named tabSearch.

dashUrl(script: number) -> text, pure function

Produces an URL which, when visited, redirects to the latest dashboard of the script with the identifier script.

User Contributed Notes
0 notes + add a note