Navigation :
currentDashUrl
currentDashUrl, function
def pure currentDashUrl(): text
Returns a URL that redirects to the dashboard produced by the current run.
Examples
show scalar "Dashboard URL" with currentDashUrl()
Output: one scalar tile containing a URL for the current run.
currentDashUrl() cannot be called from modules or
user-defined functions, and it is not available
on try.lokad.com.
See also
- sliceUrl for a URL to a specific slice on this run.
- dashUrl for the latest dashboard of a script.
- sliceSearchUrl for a named slice on the latest dashboard of a script.