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

Forum Posts

Resolved! Customizable card view for widget

Hi, Can I manipulate card view for individual widgets and also easily make changes to set the card view type border only for certain sides of the (Top, Bottom, Left, Right)  widget? Thanks

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
  • 2039 Views
  • 1 replies
  • 0 kudos

Removing First Row

Hi Sisense Community! I would like to write a script to remove the first row of the pivot table in my widget. I don't want to use an advanced filter, as I already tried that and using a filter affects the rest of the values since I use a DIFFPASTWEEK...

amelia by 10 - ETL
  • 1739 Views
  • 1 replies
  • 0 kudos

Resolved! Filtering until last week

Hi! I am creating a pivot table and I currently have all the values populated until the end of this year. However, I would only like to include values up until the previous week, which is a dynamic date. Is there an advanced filter I could use that w...

amelia by 10 - ETL
  • 2372 Views
  • 4 replies
  • 0 kudos

Removing the "Analyze It" button from your Dashboard Widgets

When sharing a dashboard you might want to prevent the user from seeing the "Analyze It" buttons on the widget's title bar   Add the following dashboard script: dashboard.on('widgetready', function(dash) { $('.analyze-it-button').remove()}) BeforeAf...

Ophir_Buchman_2-1655366090343.png Ophir_Buchman_0-1655366052371.png 83227784_3726975083979609_8570336295451099136_n[1].jpg

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

Adding text to indicator widget

Hi! I have an indicator widget that is updated weekly to show the latest weekly values. As such, I would like to have a line underneath this number that says something like 'updated as of *latest week date*' . The date would have to be updated based ...

amelia by 10 - ETL
  • 2432 Views
  • 2 replies
  • 0 kudos

Resolved! Secondary Indicator Widget

Good morning - I would like to create a 'simple' numerical indicator widget with a sales value as the primary metric and the target sales value as the secondary metric. The target sales value is stored in an excel sheet with a structure like this:  ...

Screen Shot 2022-06-07 at 7.13.08 AM.png Screen Shot 2022-06-07 at 7.26.15 AM.png
amelia by 10 - ETL
  • 2845 Views
  • 2 replies
  • 0 kudos

Unwanted categories in dashboard filter

Core issue: Dashboard filter is showing selectable categories which have no values in the table used by the dashboard. Example: I have a dashboard which presents data from the Charges (fact) table below.  There is no reference to the Inventory table ...

cglowe_0-1653315136304.png
cglowe by 8 - Cloud Apps
  • 997 Views
  • 1 replies
  • 0 kudos

Column Chart - Format a column to have rounded corners

When creating a column chart, you might want to design it to have rounded corners To round all corners - Apply the following widget script: widget.on('processresult',function(widget,result) { result.result.plotOptions.column.borderRadius = 10;}); B...

Ophir_Buchman_0-1654798931497.png Ophir_Buchman_1-1654798941442.png Ophir_Buchman_2-1654799261604.png Ophir_Buchman_3-1654799271095.png

How to allow Blox widgets to take the default dashboard style

I'm starting out trying to create Blox widgets. Most of these are not intended extend dashboard functionality to show sparklines and to put filters on the dashboard rather than to the side of it. So I'd like these widgets to fit in  with the styling ...

Pivot 2.0 - Add more than 3 measures in the "columns" pane

Sisense limits a user from defining more than 3 column values to make sure that the underlying SQL (group by) query doesn't get too complex (notice the missing '+'): However, in some cases, a user would like to add more than 3 values. These include:...

Ophir_Buchman_0-1654800812711.png Ophir_Buchman_1-1654801164599.png 83227784_3726975083979609_8570336295451099136_n[1].jpg

Case Statement at Widget Editor Level

Hi,   I am trying to create a new dimension base off of a case statement in the widget editor, but I can't get it to work (unless it's based on a value).  For example, this first snippit (this is what I need) won't work . The second will. I don't wan...

gwolfe_0-1654791729748.png gwolfe_1-1654791940004.png
gwolfe by 10 - ETL
  • 2031 Views
  • 2 replies
  • 0 kudos
Check out our Software Developer Communities!