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

Knowledge Base Articles

Ordering My Pie Chart From Largest Percentage To Smallest

Modeling Need:My pie chart is ordering the data in alphabetical order by category. I am looking to order the data from largest to smallest percentage.Solution:I can change the widget type from pie chart to column chart. Then order the values in desce...

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

Using "Now" In A Dashboard Function Date Comparison With R

OverviewThis post offers food for thought in regards to how R can be used to retrieve the real-time datetime with the RDouble function. It shows how to run date comparisons using the R syntax. ChallengeNormally if you want to compare a datetime to "...

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

Filter For Last Working Day

When a filter based on this custom column is active, the dashboard will reference the last working day.If the dashboard is checked on Monday or Sunday, Friday's data will be shown. If the dashboard is checked on Tuesday - Saturday, the prior day will...

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

Maintain Percentage Contribution Using ALL Function

Analytical Need Even though this requirement sounds fairly simple, a lot of times, this use case gets confusing. If there are 10 stores for a Retail Chain, sometimes the Management would only want to compare 3 stores and split the entire contributio...

intapiuser by Community Team Member
  • 3617 Views
  • 0 comments
  • 1 kudos

Divergent/Negative Bar Chart

Sometimes you may want to compare two values alongside each other to measure impact of one vs the other but without stacking them or having them side by side.This is often called a divergent bar chart.This can be done in Sisense with just a little bi...

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

Cohort Analysis

Data PreparationOrange: Borrowed from another table via lookup() Blue: Custom columnIf the first visit date is available in the dimension:Lookup the user’s First Visit Date from the dimension table in a custom column of the fact table based on the us...

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

Hide Values After Sorting In Column/Bar/Line Charts

Works With Any Chart Widget That Allows Right/Y2 Axis.CHALLENGE:As a dashboard designer you might want to sort the X axis of a chart based on some aggregated values but want to show another aggregation. For example:In the below widget we would like t...

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

Creating A Dynamic Rank Button With BloX

This post details how to create a 'rank' button to filter a widget based on user input. Ex: if the user inputs a 5, the widget will show the top 5 records by the measure of choice. Step 1Create the desired widget (it does not have to be a table) incl...

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

Change X Axis Interval

In the example above, the interval was set to 7.This will work for any data type.Widget Script:widget.on('processresult', function(a,b){ b.result.xAxis.tickInterval = 7 })

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

How to hide the element at the page

Question: Is there a way to hide, for example, the version in the user menu of the dashboard?  Solution: You can develop a plugin to remove the element: $('.menu-version-item').remove()

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

Jump To Dashboard (JTD) BloX Close Button

Closing the modal window of a Jump to Dashboard can only be done be clicking outside of the window. This post details how to use BloX to create a button that resides within the window, which allows users to close it. STEP 1Create a BloX widget in the...

intapiuser by Community Team Member
  • 700 Views
  • 0 comments
  • 1 kudos

Automatically Sort Values Into Ranges Of Known Size

If you know the size your range/bucket will increment by, this quick method will help you automatically sort your values into their respective range.This is useful when you cannot create or maintain ranges using a CASE statement. In the below example...

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

Convert Quad Decimal IP Addresses To IP Integers

This expression will convert IP addresses in the quad decimal format of 'www.xxx.yyy.zzz' to integers that can be used for further analysis (eg. cross referenced to a geo-location).For example, it would convert the string '66.249.66.1' to the integer...

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

Cheat Sheet - Detecting Incorrect Data

Data is a beautiful mess. As data heroes, we spot the mess and get rid of it to highlight the beauty. Here are a couple useful tricks to detect incorrect data. We will assume a table that describes the number of meows made by each cat in each box, o...

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