Workday Adaptive Planning
  • 16 Jan 2025
  • 4 Minutes to read
  • Dark
    Light

Workday Adaptive Planning

  • Dark
    Light

Article summary

Overview

ReportWORQ supports the refresh of Excel-based reports created using the Workday Adaptive Planning OfficeConnect Excel add-in. These reports use specifications that are embedded into hidden properties on each worksheet. ReportWORQ understands these report specifications and can use them to dynamically query data from Workday Adaptive Planning to update Excel worksheets.

ReportWORQ helps you automate these reports by using ReportWORQ Parameters to copy sheets and adjust filter elements in the report specifications. In addition, ReportWORQ can respect and adjust certain workbook properties such as the Relative Start Date. ReportWORQ additionally supports Workday Adaptive Planning-specific Parameter types, driven by either Workday Adaptive Dimension or Attribute values. ReportWORQ also provides several proprietary formulas for reading and writing data in Workday Adaptive Planning. These are described in a Technical Article titled, “Excel Functions”.

ReportWORQ reads data from the Workday Adaptive Cloud REST API. To optimize performance, ReportWORQ maintains a local cache of Workday Adaptive Planning metadata once a Datasource connection is configured. The cache is refreshed daily by default. You can also manually refresh the metadata cache from the Datasource’s configuration interface.

Single Connection Limitation

Only a single connection to Workday Adaptive Planning is currently supported.

This article includes the following topics:

Datasource Configuration

To add and configure a Workday Adaptive Planning Datasource:

  1. In the ReportWORQ Administration interface, select the add icon beside the Datasources heading.
    The New Datasource Connection pane appears:



  2. Select the Workday Adaptive Planning button.



    The Datasource configuration interface appears:

  3. In the Datasource Settings area, configure the following settings as required:

    • Datasource Name: Specify a meaningful name for the Datasource connection.
      This name is visible to all ReportWORQ users when they access information related to Workday Adaptive Planning, such as when they use Parameters. The Datasource Name must be unique across all ReportWORQ Datasources.

    • Metadata Cache: ReportWORQ maintains a cache of the Workday Adaptive dimension structure locally. This allows ReportWORQ to only retrieve data values during a job run instead of pulling the entire dimension structure. The potential downside is that ReportWORQ may contain stale dimension structure data. Select the Refresh Metadata icon anytime to manually refresh the cache. The time of the most recent refresh is displayed.


  4. Authentication settings for a Workday Adaptive Planning datasource vary depending on the Authentication Type used.
    In the Authentication Settings area, select one of the following Authentication Types:

    • Basic Credentials

    • Adaptive Token

    • Workday OAuth

  5. If you selected Basic Credentials authentication, specify the Username and Password.
    These distribution credentials are required, and are the same credentials used to authenticate Workday Adaptive OfficeConnect.


  6. If you selected Adaptive Token authentication, provide the Authentication Token acquired from the Adaptive instance, to authenticate with the Adaptive Workday API.


  7. If you selected Workday OAuth, configure the following settings:


    • Workday Token Url: Endpoint where the Workday Access Token is retrieved:

      • <gateway>: Workday Gateway

      • <tenant>: Workday Tenant

    • Adaptive Token Url: Endpoint where the Adaptive Access Token is retrieved using the Workday Token:

      • <gateway>: Workday Gateway

      • <tenant>: Workday Tenant

    • Workday ClientId: Id of the Workday API application, generated during Workday API access configuration.

    • Workday Secret: Secret value permitting access to the Workday API application, generated during Workday API access configuration.

    • Workday Refresh Token: Required to continue accessing the Adaptive API after permission expires. The token is generated during Workday API access configuration.

  8. If you want to Use different credentials for data collection, select that option and then configure the following settings as required.
    Note: Data Collection settings apply only if your ReportWORQ implementation includes Data Collection, which is a set of legacy features that remain available only to customers who are already licensed to use them.


    • Username and Password: Data Collection credentials are optional. When enabled, they limit contributor access to specified areas of the system.

    • Authentication Token: The token provides an alternative way to authenticate with the Adaptive Workday API. The authentication token is acquired from the Adaptive instance.

  9. To confirm that the settings are properly configured, select Test Connection.
    If the test fails, edit the settings as required, and then test again.

  10. In the Datasource Settings area, select the Enable datasource connection checkbox.

  11. Select the Save icon to save and apply the settings.

To review and configure Advanced Settings for a Workday Adaptive Planning Datasource:

  1. Select the Advanced Settings button.
    The Advanced Options pane appears:


  2. Review and configure the following settings:

    • Timeout: The amount of time, in seconds, before a ReportWORQ request times out.

    • Allow multi-threaded sheet processing

  3. Close the Advanced Options pane.

  4. To confirm that the settings are properly configured, select the Test Connection button.
    If the test fails, edit the settings as required, and then test again.

  5. Select the Save icon to save and apply the settings.

Parameters Specific to Workday Adaptive Planning

ReportWORQ Parameters include a Workday Adaptive Planning Dimension Parameter type, which can be used to define Parameters that do the following:

  • Manually select a List of Dimension Elements (the Manual Burst Type option)

  • Dynamically source a List of Elements based on an Attribute selection (the Attribute Burst Type option)

This Parameter type also features a display type option that defines which selected items are used at Job runtime:

  • Details: include only selected detailed, leaf items, ignoring any consolidated items.

  • Consolidation: include only selected consolidated items, ignoring any leaf items.

  • Details and Consolidation: include all selected items.

For more information about using Parameters in ReportWORQ, see Configuring Parameters.


Was this article helpful?

What's Next