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...
397 views0 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...
829 views3 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....
888 views0 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...
581 views3 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'...
192 views0 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...
417 views1 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...
388 views0 comments
Blox Template 2 - Cards
Here is a blox template for cool cards Blox Editor: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ { "type":...
413 views0 comments
Blox Template 1 : Cards
Here is a blox template for cool cards Blox Editor script: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ {...
379 views0 comments
bottom of page