top of page
Tags


Call Rest API using Blox
Here is an example of calling a rest API using Blox and displaying its response. This example is to display a list of Sisense folders...
Â
Â
Â


Blox drop-down v2 - Without 'Apply' button
We know its possible to create a dropdown using blox. But it requires a button to apply the filter to dashboard. Here is a solution to...
Â
Â
Â


Blox drop-down with 'All' selection
Here is a solution to create dropdown filter using blox which contains an additional 'All' element to filter all item in the column....
Â
Â
Â


Filter Dropdown in Widget
Here is script to add filter dropdown to a widget. We can filter to a particular item by selecting an item from the list. Steps: Create...
Â
Â
Â


Add Scrollbar to widget
If X-axis of a line chart, bar chart, column chart or area chart contains too many items, one option to view them is enable 'Auto Zoom'...
Â
Â
Â


Blox Filter Buttons
Here is a blox template and script to create filter buttons, where each buttons represent items in a table column. These buttons are...
Â
Â
Â


Custom No Result message
Below script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
Â
Â
Â


Blox Template 2 - Cards
Here is a blox template for cool cards Blox Editor: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ { "type":...
Â
Â
Â


Blox Template 1 : Cards
Here is a blox template for cool cards Blox Editor script: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ {...
Â
Â
Â
bottom of page
