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

Knowledge Base Articles

Creating Records For Non Existent Transactions

IntroductionSometimes when your analyzing sales you may want to look at products that are not being sold. Or maybe for a service provider you may want to see territories where you have no subscriptions. Unfortunately, data typically does not contain ...

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

Calculating Week Number Of Quarter

IntroductionThis Post Explains how to create a new column that will calculate the week number of a Quarter.Business CaseIn many cases Business Analyst would like to track trends over time aggregated by quarters but broken down to the week within each...

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

BloX Template: Dynamic IFrame

Introduction:The Dynamic iFrame template contains an iFrame element whose hosted page's URL is set by data, fetched from the Elasticube, or contains it.Since the URL is data-related, the content of the iFrame would be sensitive to filters.Please note...

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

BloX Template: Jumbotron

Introduction: The Jumbotron template mimics Bootstrap's  Jumbotron element and suggests an elegant and actionable header. Installation Instructions: 1. Download the attached template 2. Extract the json file into your BloX template directory:   C:\...

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

BloX Template: Dynamic Pivot Table

Introduction:The Dynamic Table template allows you to create a pivot table which dynamically sizes columns based on the size of the browser.This template is structured for 4 columns, each of which are set to 25% of the column set size, which changes ...

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

Creating Dynamic Infographics With BloX

ChallengeWhen developing a web page or a BloX widget designers face the same challenge. Accurately placing text and other design elements in the design space are difficult and arduous processes. Furthermore, advanced knowledge of CSS is required to a...

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

Editing An Existing SQL Custom Import Query

Question: I want to edit existing Custom Import Query, how can I do so?     Solution: From the context menu open on the table with custom import query Change connection settings for table: From there you will be able to see your custom import query...

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

Passing User Information In BloX Post Action

ObjectiveSend the user information along with data in a BloX Post payload without additional data security or dimension transformation.MethodThis method uses the following BloX components:A widget scriptA text input fieldA standard post actionHIGH-LE...

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

BloX Template: Gradient Title Bar Indicator

The Gradient color in bar/column/line/area chart script contains a styled title bar of 3 KPI with a gradient background. Installation Instructions: 1. Download the attached template 2. Extract the json file into your BloX template directory: C:\Pro...

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

Percent Complete Circle And Indicator

This is a purely HTML, SVG, and CSS widget requiring no Javascript.The style of the guage is:.circular-chart { display: block; margin: 10px auto; max-width: 80%; max-height: 250px; } .circle-bg { fill: none; stroke: #eee; stroke-width: 3.8; } .circ...

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

Add Non-Repeating Header To List Of Items

Question: How to add a main header row that contains the column title of each row of data?Solution: You can solve it with a widget script, please follow these steps:1. Add a class to your "title", or the part that you only want to repeat once (in our...

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

Using SQL Coalesce To Handle Null Values

Question:SQL NULL is not technically a value, but rather a state. Fields are not equal or not equal to null, they are or are not null.  As such, null fields can get a little tricky when attempting different kinds of transformations.For example, mathe...

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

Creating A Filter From A Text Box

The information in a blox text box can be used to create a filter.I ran into a use case wherein the client wanted to create a filter based on a list of values in csv file. The filter dimension has thousands of options and users would often need to se...

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

Flattening JSON Objects In SQL Server

Question: In instances where tables within SQL Server contain JSON objects within a column you can use the import sql query editor feature in Sisense to flatten these objects into individual fields. For example: Can be turned into:   Solution: T...

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

Highlight Selected BloX Filter Button

1. Apply this widget script (found in the widget menu) to the BloX widget:var ChooseYourHighlightColor = '#00cee6'; widget.on('ready',function(widget, args){ var filterToFind = widget.metadata.panels[0].items[0].jaql.dim; var dashboardFilters = ...

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

BloX Filter Buttons For Trailing X Months

Use this Date Offset Filter Buttons template to add buttons to your dashboards that allow your users to filter the dashboard by a month offset.After importing the template, you can modify the JAQL in the Editor section to provide the table and column...

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

Removing Leading Zeros

Question: What is the best way to remove leading zeros?  I have a field that is alphanumeric values (JONESBJ001, SMITH KC02, 0000012345, 0000555213.   Solution: If all of your data with leading zeros will always be some sort of numerical string (ie ...

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