Build Analytics
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Blox - Display 0 instead of No Results

In my Blox Code, if the "Panel" value is not returned, the display shows No Results. Is there anyway to display a 0 instead? Blox Code is as below: { "style": { "verticalAlignment": "center" }, "script": "", "title": "", "showCarousel": true, "carous...

mirzay by 8 - Cloud Apps
  • 1145 Views
  • 1 replies
  • 0 kudos

Existing Dashboard Page Not Loading - Error 500

I have been working on a dashboard and lots of custom Blox code since a couple of days. This has been working fine before. I did add a column to a view that is pulled via Live Model and published the Data Model. However, since, I am unable to get int...

mirzay by 8 - Cloud Apps
  • 1279 Views
  • 1 replies
  • 0 kudos

Show a total value with sparkline

Hi, how can I show a total value (sum YTD), and then include a sparkline of the YTD amount by month? Here is my BloX code. This displays the monthly amount, not the YTD total. The $4,727,773 is just the current month. { "style": "", "script": "", "ti...

gwolfe_1-1656440277053.png gwolfe_0-1656440218769.png
gwolfe by 9 - Travel Pro
  • 1985 Views
  • 4 replies
  • 0 kudos

Resolved! How do I pass the content of a text Input to a Blox filter?

I'm trying to create a slightly more restrictive text filter using Blox. I want my users to be able to type in a search term to filter on, but I only want them to be able to do a 'contains' filter, not the other free text filter options.I've managed ...

Resolved! Custom Filtering for Viewers - Blank Filter Menu

I have a dashboard with three filter buttons made from BloX that will filter the dashboard for specific time ranges (last 2 weeks, last 4 weeks, last 8 weeks). These buttons work as expected by creating a custom filter when there is no option that ma...

blankDateFilter.png
vrice by 8 - Cloud Apps
  • 1375 Views
  • 1 replies
  • 0 kudos

Iteration in Blox with Header iterations

I want to make the iteration over the Form Name marked(in red) in the below image. So, basically here there is a header name which has some attributes and their corresponding values which is different for every header and also there are multiple such...

Hitendra_Dixit_0-1655319196883.png

Resolved! Hide Widget

Hi, I referenced this post to arrange widgets https://community.sisense.com/t5/build-analytics/arranging-widgets-in-a-dashboard/m-p/2827 I want the widgets I am referencing to remain on the same dashboard, but I want to hide them so that they are onl...

gwolfe by 9 - Travel Pro
  • 2013 Views
  • 3 replies
  • 0 kudos

Blox Date gran for different week start day

We have been using blox date gran template successfully for number of months. https://support.sisense.com/kb/en/article/change-date-granularity-of-a-widget-using-blox The issue is it is using server setting for week start date - for our server this i...

Wojtek by 9 - Travel Pro
  • 757 Views
  • 0 replies
  • 0 kudos

JUMP TO PIVOT CELL COLOR FORMAT

I have the following code that formats the pivot table seen below: widget.on("ready",function(w, args) { var headerBgColor = '#a90a40'; //Header background var headerFontColor = '#F2F3F2'; //Header Font Color var footBgColor = '#44546A'; // Pivot Foo...

cartercjb_0-1653074419912.png

BLOX EQUAL & DYNAMIC SPACING

I have the following BLOX widget: Which is generated via this BLOX code: { "style": "", "titleStyle": [ { "display": "none" } ], "script": "[].slice.call( document.getElementsByClassName('blox-date') ).forEach(function ( div ) { div.innerHTML = new D...

cartercjb_0-1652810819890.png

Resolved! PREVENT EXPORTS

I have two questions after searching through the community: HOW DO YOU PREVENT A WIDGET FROM BEING DOWNLOADED? HOW DO YOU PREVENT USERS FROM EXPORTING AN ENTIRE DASHBOARD TO PDF?

cartercjb_0-1652723644237.png cartercjb_2-1652723716527.png