Knowledge Base
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Add Checkboxes To Pivot Table

reDownload: Pivot CheckboxesIntroduction This article explains how to add filter checkboxes to a pivot table.Purpose/BenefitsWhen showing a pivot table, you can make multiple selections by holding control and right clicking on several cells to set a ...

intapiuser by Community Team Member
  • 3630 Views
  • 0 comments
  • 0 kudos

Change Weekly Formating "Week X" To Date Mm/Dd/Yyyy

In some cases a user may want to present his weeks in the format of the first day of the week date.The issue is once you change the format it will show you the date of the 4th day of the business week.1. Week format2. Change Format3. Add the followin...

intapiuser by Community Team Member
  • 968 Views
  • 0 comments
  • 0 kudos

Change Font Colour And Size Of Values In Bar Chart

In order to change the colour and size of value in bar charts you can use the following script:widget.on('processresult',function(w,e){ e.result.plotOptions.series.dataLabels.style.color = "green"; e.result.plotOptions.series.dataLabels.style.fon...

intapiuser by Community Team Member
  • 1146 Views
  • 0 comments
  • 0 kudos

Retrieve All Widget IDs, Titles And Types In A Dashboard

1) Open the Developers Console (press F12 in Chrome.) 2) Navigate to Console tab: 3) In the console prompt line, enter the following script and press Enter: 4) prism.activeDashboard.widgets.toArray() 5) This results in a printout of an object with ...

intapiuser by Community Team Member
  • 2024 Views
  • 0 comments
  • 2 kudos

Formatting Text Widget In Sisense

Use the following script on the widget script of the Text Widget to change the font family and color: You can use the options provided with the widget to change the size of the font. widget.on("ready", function() { $("div[id=editor-3]").css("fo...

intapiuser by Community Team Member
  • 1152 Views
  • 0 comments
  • 0 kudos

Embedding Twitter Widgets In Sisense Dashboards

Introduction In this post we will demonstrate how to add a twitter feed within a dashboard. Business Case Viewing the latest tweets from key people in your industry may be an enhancing capability.  Example Embedded Twitter Widget that is shown below...

intapiuser by Community Team Member
  • 375 Views
  • 0 comments
  • 0 kudos

Style Pivot Column Base On Another Column

Introduction The following article will explain how to style a column in a pivot widget based on another column values, using custom JavaScript.Purpose/Benefits This script allows you to style a column in a pivot widget base on another column values ...

intapiuser by Community Team Member
  • 445 Views
  • 0 comments
  • 0 kudos
Labels