Skip to main content
Workday User Guide
Last Updated: 2023-06-23
INFO

INFO

Description

Returns the requested information about the Workday environment. Possible values are: memused, recalc (recalculation mode), release (build version), system, username (the most recent user to run a function), usertimezoneshort, and usertimezonelong.

Syntax

INFO(
type_text
)
  • type_text
    : The type of information to return. Possible values are:
    • memused: Memory usage.
    • recalc: Recalculation mode: Automatic or Manual.
    • release: Build version of Worksheets.
    • system: System identifier string such as Sheets Engine Server.
    • username: The Workday user name. Note that this argument gives only one result: the most recent user to run the function.
    • usertimezoneshort: Time zone abbreviation.
    • usertimezonelong: Time zone name.
    • wd.sheet.count: The count of sheets in the workbook.
    • wd.sheet.name: The name of the sheet containing the formula.
    • wd.sheet.names: The names of all sheets in the workbook.
    • wd.workbook.id: The workbook ID.
    • wd.workbook.name: The workbook name.

Example

Formula
Result
=INFO("usertimezonelong")
Mountain Daylight Time