Knowledge Base
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Change Date Granularity of a Widget using BloX

This article will cover the below options:Section 1- Buttons + Highlight Background-Color - Creating Buttons of date granularity slicing options (Alternative for Tabber plugin)ORSection 2 - Dropdown List - Creating Drop-down list with Date granularit...

intapiuser by Community Team Member
  • 2162 Views
  • 7 comments
  • 3 kudos

Using BloX To Dynamically Change A Dimension

The goal is to allow users to dynamically choose a dimension. The below script will work with a table or a pivot table, but it can be modified to work with other widget types as well. Step 1Create a BloX widget with the below script. It will consist ...

intapiuser by Community Team Member
  • 1473 Views
  • 3 comments
  • 0 kudos

BloX Template - Search box to filter 2 dimensions

BloX Template - Search box to filter 2 dimensions  This article provides a BloX template for the use case when you need a search box to be able to filter 2 dimensions at once. This solution is based on a custom action developed. See the guide for re...

jcordell_0-1695933061649.png jcordell_1-1695933061210.png

BloX Sort Values Action

Challenge:When making a BloX widget, there is no UI element that you can use to sort the widget.Solution:This custom BloX action allows you to trigger a sort for any widgets including itself.Steps To Implement:STEP 1A: CREATING THE ACTIONCreate the a...

intapiuser by Community Team Member
  • 835 Views
  • 6 comments
  • 0 kudos

BloX Template: Title & Details

Introduction: The Title & Details template contains a styled title, followed by 4 key-value sets, providing additional information.   It can be used as an informative title, especially in drilling dashboards that describe individual subjects, such ...

intapiuser by Community Team Member
  • 1415 Views
  • 2 comments
  • 0 kudos

BloX - Dropdown list as a dashboard filter

Introduction:The below article will provide a BloX template that will help you create a dropdown filter The ‘Dynamic Dropdown’ snippet allows you to populate your dropdown list with a list of values from a specific field (for example, list of Brands)...

intapiuser by Community Team Member
  • 4039 Views
  • 5 comments
  • 0 kudos

BloX Button To Add/Remove Break By

This article details the process of creating a BloX button that applies/removes Break By on one or more widgets. Step 1Create the widget(s) including the Break By field. We will need to retrieve the JAQL for the Break By field and add it later via a ...

intapiuser by Community Team Member
  • 708 Views
  • 1 comments
  • 0 kudos

Blox Dropdown Placeholder

By default, BloX will use the first element in your dropdown as the default text in the dropdown box.Instead of this value, the following method adds a different default non-selectable value.Steps For ImplementationAdd the addPlaceholder class to you...

intapiuser by Community Team Member
  • 714 Views
  • 1 comments
  • 0 kudos

Switch Multiple Rows In Pivot (As Viewer)

Part 1: Preparation And Setup Download the BloX Template HereImport the Template into BloX (tutorial here)Create an action called "Dim Swapper With Selection"Add the code below to the action and save it. if(payload.data.selectVal != 0){ //...

intapiuser by Community Team Member
  • 1526 Views
  • 4 comments
  • 0 kudos

BloX Metadata Changer List

BloX actions allow for a user to attach a script to be executed on a click of a button. A popular use case that has gained a lot of usage recently, has been meta data changing with BloX actions. These actions change an existing widget’s panel items, ...

intapiuser by Community Team Member
  • 926 Views
  • 2 comments
  • 0 kudos

Sisense BloX Custom Actions Guide

Sisense BloX 2.0 has introduced custom actions. These answer any need for interactivity that is not met by the 5 native action types.Once an action is created, its snippet is added to the “My Actions” section of the actions tab, and it can be called,...

intapiuser by Community Team Member
  • 2258 Views
  • 1 comments
  • 2 kudos

Relative Date Filter in Blox

Part 1: Preparation And Setup Download the BloX Template HereImport the Template into BloX (tutorial here)Create an action called "RelativeDate"Add the code below to the action and save it. if (payload.text == "Year" ) { prism.activeDashbo...

intapiuser by Community Team Member
  • 1090 Views
  • 1 comments
  • 1 kudos

BloX Template: Indicators With Sparkline

IntroductionIn many use cases, the most current state of your KPI is as important as the trend of that KPI over time (for example, the trend of stock price, impressions or reach of your social media campaigns, etc), so you want to show both an indica...

intapiuser by Community Team Member
  • 1748 Views
  • 1 comments
  • 1 kudos

BloX Template: Currencies Conditional (Crypto)

I have created a BloX template called Crypto Conditional to display currencies changes. This template will display the comparison of data value and an indicator to show it recent behavior The BloX display the data directly from sisense elastic data h...

intapiuser by Community Team Member
  • 552 Views
  • 1 comments
  • 1 kudos

BloX - Executive Dashboard Example

Article Topics:Tabs to switch between dashboardsIndicators + Conditional FormattingSwitch between widgets- Including modeling solution (Alternative for Tabber plugin)Tabs to switch between dashboards:Add an action type "jump to dashboard" - the new d...

intapiuser by Community Team Member
  • 1596 Views
  • 0 comments
  • 0 kudos

BloX Calculator With What If Editing

Download BloX Template or DashboardThis BloX template demonstrates how you can leverage the input fields to create a simple calculator that can be used for what-if scenarios.By default, the input fields are populated by the values in the value panel....

intapiuser by Community Team Member
  • 736 Views
  • 0 comments
  • 0 kudos

Implement Tabber In Blox

USE CASE:Tabber provides the ability to allow users to show and hide widgets based on their interaction with the dashboard.We can use blox to accomplish the same thing. The advantage to this approach is more flexibility in how you use and display tab...

intapiuser by Community Team Member
  • 1711 Views
  • 0 comments
  • 1 kudos
Labels