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

Knowledge Base Articles

Creating A Dynamic Rank Button With BloX

This post details how to create a 'rank' button to filter a widget based on user input. Ex: if the user inputs a 5, the widget will show the top 5 records by the measure of choice. Step 1Create the desired widget (it does not have to be a table) incl...

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

Jump To Dashboard (JTD) BloX Close Button

Closing the modal window of a Jump to Dashboard can only be done be clicking outside of the window. This post details how to use BloX to create a button that resides within the window, which allows users to close it. STEP 1Create a BloX widget in the...

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

BloX Template: Dynamic IFrame

Introduction:The Dynamic iFrame template contains an iFrame element whose hosted page's URL is set by data, fetched from the Elasticube, or contains it.Since the URL is data-related, the content of the iFrame would be sensitive to filters.Please note...

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

BloX Template: Jumbotron

Introduction: The Jumbotron template mimics Bootstrap's  Jumbotron element and suggests an elegant and actionable header. Installation Instructions: 1. Download the attached template 2. Extract the json file into your BloX template directory:   C:\...

intapiuser by Community Team Member
  • 344 Views
  • 0 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
  • 1202 Views
  • 0 comments
  • 0 kudos

BloX Template: Dynamic Pivot Table

Introduction:The Dynamic Table template allows you to create a pivot table which dynamically sizes columns based on the size of the browser.This template is structured for 4 columns, each of which are set to 25% of the column set size, which changes ...

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

Creating Dynamic Infographics With BloX

ChallengeWhen developing a web page or a BloX widget designers face the same challenge. Accurately placing text and other design elements in the design space are difficult and arduous processes. Furthermore, advanced knowledge of CSS is required to a...

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

Passing User Information In BloX Post Action

ObjectiveSend the user information along with data in a BloX Post payload without additional data security or dimension transformation.MethodThis method uses the following BloX components:A widget scriptA text input fieldA standard post actionHIGH-LE...

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

BloX Template: Gradient Title Bar Indicator

The Gradient color in bar/column/line/area chart script contains a styled title bar of 3 KPI with a gradient background. Installation Instructions: 1. Download the attached template 2. Extract the json file into your BloX template directory: C:\Pro...

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

Percent Complete Circle And Indicator

This is a purely HTML, SVG, and CSS widget requiring no Javascript.The style of the guage is:.circular-chart { display: block; margin: 10px auto; max-width: 80%; max-height: 250px; } .circle-bg { fill: none; stroke: #eee; stroke-width: 3.8; } .circ...

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

Creating A Filter From A Text Box

The information in a blox text box can be used to create a filter.I ran into a use case wherein the client wanted to create a filter based on a list of values in csv file. The filter dimension has thousands of options and users would often need to se...

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

Highlight Selected BloX Filter Button

1. Apply this widget script (found in the widget menu) to the BloX widget:var ChooseYourHighlightColor = '#00cee6'; widget.on('ready',function(widget, args){ var filterToFind = widget.metadata.panels[0].items[0].jaql.dim; var dashboardFilters = ...

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

BloX Filter Buttons For Trailing X Months

Use this Date Offset Filter Buttons template to add buttons to your dashboards that allow your users to filter the dashboard by a month offset.After importing the template, you can modify the JAQL in the Editor section to provide the table and column...

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

BloX Auto Slider

Disclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this post will work in every scenario or with every Sisense ...

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

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

Alternating BloX Background Color

Add the following css to the style tag of the main blox property.Modify the widgetid value to match your blox widget ID. The ID is the text after /widgets/ in the URL bar.Modify the color to be whatever color you'd like to alternate between.widget[wi...

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

Creating A Quiz In Blox

Today we will create a quiz widget in Blox that will looks something like this:This is a blox exercise to show a simple use case for custom actions.The first step is creating a data source file.You can create some csv with have some questions answers...

intapiuser by Community Team Member
  • 308 Views
  • 0 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
  • 3662 Views
  • 0 comments
  • 0 kudos
Labels