Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

INFO

You can find all How-to information about viewing a workbook in this chapter.

Opening a Workbook

To open an already existing Workbook, double-click on the Workbook or right-click and select "Open". The Workbook opens in a new tab. 


Opening a Prior Version of a Workbook

INFO

You can save previous versions of a Workbook when it is run more than once.

To open a prior version of a workbook:

  1. Right-click the Workbook and select "Show Details". The Workbook Details page opens.
     
  2. Click on "View Latest Results" or scroll down to the section 'Current Data' and select the "Show Data" icon.
     or 
  3. Open the required Workbook or download the data.
     

Opening a Workbook Using a URL

INFO

A Workbook can be opened by a user with permissions to view the Workbook entry by entering a URL into the browser.

To open a Workbook by using a URL:

  • by ID: Enter the URL with the Workbook ID, e.g. https://localhost:8080/workbook/25

    http(s)://<server>:<port>/workbook/<wbkID>
  • by path: Enter the path, e.g. https://localhost:8080/workbook?path=Users/Matthew/Seasonal_Earnings

    INFO: The schema is: http(s)://<server>:<port>/workbook?path=<path/to/workbook.wbk> 
  • into a specific worksheet: Enter the path to a specific sheet, e.g. https://localhost:8080/workbook?path=/Users/Matthew /Seasonal_Earnings.wbk&sheet=products

    INFO: The schema is: http(s)://<server>:<port>/workbook?path=<path/to/workbook.wbk>&sheet=<sheetName> 
  • No labels