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

Knowledge Base Articles

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
  • 544 Views
  • 1 comments
  • 0 kudos

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
  • 1770 Views
  • 6 comments
  • 3 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
  • 572 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
  • 1283 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
  • 801 Views
  • 2 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

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
  • 1971 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
  • 975 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
  • 1539 Views
  • 1 comments
  • 0 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
  • 461 Views
  • 1 comments
  • 1 kudos

Cycle Through Dimensional Values + Filter Dashboard (Using BloX)

Objective:Cycle through the values of a DIMENSIONAL table and apply a filter to the dashboard accordingly. For each value, return: 1) an image associated with that value, 2) its relevant KPI's, 3) option to filter dashboard on that particular value (...

intapiuser by Community Team Member
  • 699 Views
  • 0 comments
  • 0 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
  • 1381 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
  • 638 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
  • 1566 Views
  • 0 comments
  • 1 kudos

Turn Any HTML Into A Blox Template

In this example we'll cover how to take any piece of HTML and turn it into a blox template.Find A TemplateI like to find templates on codepen or jsfiddle through google or through their search.https://codepen.io/yyildiz/pen/XjRAYvOn each Tab you may ...

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

Dashboard Request Portal // Embedding Google Form with BloX

Solution:To manage requests for new dashboards (or any other data collection needs) you can embed a Google Form straight into a dashboard using BloX! Get started with this BloX template and follow the steps below. You can then create a dashboard to m...

intapiuser by Community Team Member
  • 698 Views
  • 0 comments
  • 1 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
  • 1264 Views
  • 0 comments
  • 0 kudos
Labels