def pure dashUrl(script: number): text
def pure dashUrl(script: number, tabSearch: text): text
def pure dashUrl(): text
def pure dashUrl(tabSearch: text): text
Returns a URL that redirects to the latest dashboard, optionally targeting a
specific script or tab.
script: numeric identifier of the script.
tabSearch: tab name to open.
Examples
show scalar "Dashboard URL" with dashUrl(10000)
Output: a URL string pointing to the latest dashboard of script 10000.
Remarks
The overloads without script cannot be used from modules or user-defined
functions. This function is not available on
try.lokad.com.