• Release 176.0

    12-13 August 2022 (Note: Official release notes are available as an attachment to this article) Enhancements: Increase label font size for Form Fields Add row grouping to Table section Add aggregations to Table section Ability to refresh a Table section Auto-refresh Table section when updates are made Issue Resolutions: Tabs…

  • Page Filters

    Overview Page filters can be configured on template and dashboard layouts and tied to specific sections so all sections on a page react to the same filter values. Note: When a dashboard with a page filter is used as a slide in a presentation, the page filter will not be…

  • toFilter()

    The toFilter() function formats values into filter-friendly values. Text values will be surrounded by double quotes to allow for exact match filtering. Multi-select pick lists will resolve selected options surrounded by double quotes and separated by commas. Dates will be formatted as “yyyy-MM-dd”. Numbers will resolve to the raw numeric…

  • Configuring Templates

    Overview Templates can be configured by App Admins by accessing Apps from the Navigation Sidebar and opening the template – or – you can select View Template from the Action Menu (upper right corner) on any instance of a template. Add/edit/remove template tabs via the tab management dialog in the…

  • Creating and Editing Attributes from the Data Panel

    Overview In Shibumi, data is tracked through values defined for attributes and metrics. Attributes and Metrics are created and maintained on the Data Panel. The Data Panel can be launched from both template Configure and Design modes, allowing seamless management of data when customizing a template. Creating Attributes and Metrics…

  • npv()

    The npv() function provides the ability to calculate the Net Present Value of an investment. Syntax npv(rate, value1, [value2]…) Argument Description rate (required) The discount rate over one period. An expression that results in a numeric value (i.e., a hard-coded number, a reference to a numeric attribute, or an expression…

  • power()

    The power() function provides the ability to use exponents in expressions. Syntax power(base, exponent) Argument Description base (required) The base number. An expression that results in a numeric value (i.e., a hard-coded number, a reference to a numeric attribute, or an expression that returns a numeric value). exponent (required) The…

  • Enabling Additional Data Sets

    Data Sets allow additional collection of data (e.g., Actual, Target, Forecast, etc.) for metrics, date and number attributes. On the Data Sets tab of the App Detail Page, App Admins can enable data sets. Actual and Target will be enabled by default and cannot be disabled. To enable data sets,…

  • Configuring Export / Import Sections

    Overview The Export/Import section provides users with the ability to download an Excel file of work items (i.e., instances of a specified template type) and upload the edited file to update and create records within their solution. The exported file will contain columns configured by the app/dashboard/presentation Admin, as well…

  • Configuring Table Sections

    Overview The Table section is an extremely performant display of work items (i.e., instances of a template) or associations. Tables can be configured to include editing of data or creation of new work items. Tables will be paginated when they’re set to Fixed Height and will have virtual scrolling when…