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

Knowledge Base Articles

Alerts In Slack

Sometimes users prefer to receive alerts via Slack channel as opposed to email. While alerts are only built for email, we can receive alerts in Slack using Slack's 'Email' app. 1. Click 'Add Configuration' 2. Choose the Slack channel you want to send...

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

Have You Seen Dependency Mapping Yet?

If you’re anything like us—and if you’re reading this, you probably are—you’ve found yourself in a position where you’ve created 60+ interdependent (600+ line) data transformations defined in SQL as a core step of your ETL. You may even be sitting th...

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

Connecting To Your Warehouse Via Psql Or SQL Workbench/J

Connecting To RedshiftYou can connect to Amazon Redshift using a JDBC or ODBC connection, any tool or program which connects via these methods, or programmatically (AWS provides examples for Java and .NET). AWS supports SSL connections for security.A...

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

Change In KPI Chart

MotivationA frequent business question often posted is "What is the change in [users, units sold, views, etc]? Using Python's matplotlib library, one way to visualize this change is to visualize it alongside an arrow indicating the direction of chang...

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

Custom Timezone Filter

I’ve seen this quite a few times so I thought I’d write a little community post about it since our native way in specifying timezones doesn’t work with filters! Normally, this would be the way to convert a datetime column to a specific timezone. See ...

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

Adding Pagination To Tables With Filters

Sometimes it's important to be able to access large amounts of data directly in a table. For chunks of data that can't be safely loaded in a browser, one option would be to split the results in multiple charts on the same dashboard, so the user could...

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

Difference Between Row_number(), Rank(), And Dense_rank()

Found a great article that reviews the differences between these 3 useful window functions. I've adapted the theoretical data to provide a more practical (albeit simplified) business context.All coding credit goes to the authors of the article. Highl...

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

Using The Embed Refresh Trigger

The Embed Refresh Trigger PostMessage that is accepted by embedded dashboards can be used to allow public users to refresh their view of an embedded dashboard, or to set a refresh rate on those embeds. The data_ts parameter is sufficient for checking...

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

Sisense For Cloud Data Teams Embeds In Salesforce

Here's an example script for how to embed dashboards in a Salesforce page - in this case, we're embedding in the Accounts page. Be sure to replace your dashboard id, API key, and include the appropriate filters. # Salesforce apex page tag # include ...

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

Notes On Data Latency For Embeds

When opening an embedded dashboard, we check the most recent refresh timestamp for the given filter set, and if this is less than the specified “data_ts” parameter, then we will refresh the embedded dashboard at the time of opening. Specifically, thi...

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

Embedded Drilldown Example

The following is a simplified example on how to create an event listener in order to implement a Drilldown in an embedded chart. Refer here for our official documentation on our Embeds Refer to this community post to see how to easily generate an emb...

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

User & Role Management API Call Examples In Python (RBAC)

Similar to the User and Group API, Sites that have RBAC enabled can use the User and Role Management APIs for RBAC allows us to create, read, update, and destroy users and roles programmatically. Here's the official documentation. Below are simple ex...

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

User & Group Management API Call Examples In Python

With the release of our User and Group Management APIs, we can now create, read, update, and destroy users and groups programmatically. CRUD! Here's the official documentation.Here are some super simple examples showing how you can test this out in P...

intapiuser by Community Team Member
  • 693 Views
  • 0 comments
  • 1 kudos
Labels
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: