• Bulk Editing and Exporting Data in Lists & Views

    When selecting the Settings gear icon on a List/View section on an Instance, you may see three options: Bulk Edit, Export or Export on. Note: If Enterprise Administrators have disabled exporting for the enterprise, Export and Export on will not be available. Bulk Editing Content To bulk edit the content…

  • Essential Domains to Safelist

    Please safelist the following email domains for your company to ensure users receive their notification emails: App environment – notifications come from @mail.app.shibumi.com EU environment – notifications come from @mail.eu.shibumi.com AP environment – notifications come from @mail.ap.shibumi.com Some companies have internal security policies that restrict the downloading of attachments. If so,…

  • Sorting List/View Content

    Users are able to sort their Lists and Views with our Sort By options. In the Sort By dropdown, users may select one or more columns to sort by. To change the sort order, click on the Settings icon (gear) at the top right of the Section. Select Customize. Hover…

  • Filtering List/View Content

    Overview Vast amounts of data can be daunting to go through. Shibumi makes it easy to filter, sort, and export this data to easily digestible segments. In any List or View of data, there is the ability to filter data by selecting the filter icon. The filter icon is located…

  • Supported Browsers

    Shibumi currently supports the most recent, publicly released version of: Chrome Firefox Edge Safari iOS 16 Android (Updated as of March 2023)

  • Edit Form

    Overview An Edit Form section displays fields that are used to collect and maintain critical and strategic program data. Attributes are first defined within the template Data Panel and can then be added as fields on Edit Forms. Changes to the attribute definition can be done within the attribute settings…

  • timePeriod()

    The timeperiod() function references the value in a specific time period of a metric. Syntax metric__m.dataset__d.timePeriod(time period) Argument Description time period (required) The time period of the metric. The time period arguments can be constants (i.e., hard-coded values or attribute references) or an expression. Where Available Available in all places the expression…

  • GraphQL API

    Shibumi exposes create, read, update, and delete capabilities through its GraphQL API. GraphQL is a standard for communicating between a client and a server via HTTP, with goals similar to REST. Unlike REST, however, GraphQL exposes a rich language clients can use to describe the data they’re fetching. The structure…

  • cumulativeYTD() 

    The cumulativeYTD() function returns the accumulated values of a metric for the current fiscal year into a time-series array. Syntax cumulativeYTD(value) Argument Description value (required) The expression returning the values to be accumulated.  The expression can simply be the metric API name of the metric to be aggregated or could be a…

  • yearly()

    The yearly() function returns a time-series array of values in a yearly cadence. When you reference a metric, it is immediately converted to the target metric cadence.  This function allows you to specify an intermediate cadence to convert to. To clarify, for example, the As Of metric expression: AsOf metric = sumif(Initiative__t,CAPEX_Daily__m,active)…