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...
429 views
0 comments


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...
865 views
3 comments


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....
928 views
0 comments


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...
618 views
3 comments


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'...
205 views
0 comments


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...
438 views
1 comment


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...
402 views
0 comments


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


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