Legacy Discussions
Previous posts awaiting migration to new sections
cancel
Showing results for 
Search instead for 
Did you mean: 

Activity in Legacy Discussions

create custom measure on a dashboard

Hello,I would like to create a custom measure on Sisense dashboard that can do the same this SQL is doingSELECT COALESCE(SUM(CASE WHEN channel = 'Email' AND message_event_type = 'Dispatched' THEN count_of_engagement ELSE 0 END ), 0) AS email_count_di...

custom queries in widgets

I have a very simple ask. When I go into widgets I am able to click on the three dots and hit Analyze SQL Query but I don't see a way to edit it. I would like to be able to edit the query, is there a way to do that? I need to create custom calculated...

mbussey by 7 - Data Storage
  • 124 Views
  • 2 replies
  • 0 kudos

Resolved! Best practises for co-dev in version control

Hello,We are implementing git integration with sisense and will use it to build artifacts in dev instance and deploy to test and prod eg: so considering that the "local repository" (GIT FS) is specific to an environment/project rather than a develope...

Screenshot 2024-04-05 at 8.36.37 AM.png

Cdata JDBC Drivers license

Hello everyone,I have a couple of questions that I hope you can help me with:1) Does the Sisense Linux license provide us with free access to all cdata connectors, or do we have to purchase them separately? If we do need to purchase them separately, ...

Abenezer by 7 - Data Storage
  • 195 Views
  • 3 replies
  • 0 kudos

Export PivotTable to image crops the bottom row

See the bit in the red rectangle:Sisense version L2023.11.0.387We have "Full-Size Widget to Image Download" turned on.My guess is it's a bug in the export procedure. Can anyone confirm? Any workaround?

Tim_0-1712197929070.png
Tim by 10 - ETL
  • 295 Views
  • 6 replies
  • 0 kudos

Resolved! SSO Sisense App vs Iframe

Hi SisenseWe are trying to implement Auth0 SAML 2.0 SSO with Sisense. Once implemented, we see a new option on Sisense Login UI which asks us to login via SSONow my question is if I embed sisense as an iframe to our company App, will it require users...

Data model

I'm unable to see my data models suddenly; they have disappeared. However, the dashboard built with those data models is still visible.

Krish2456 by 7 - Data Storage
  • 154 Views
  • 3 replies
  • 0 kudos

Share Dashboard folder public

Hello experts,In Sisense, assets are private by default. example if you organize your dashboard in a folder, it requires you to share that report individually for each user or groupI wonder if there is a way to make this publicly available? example. ...

Resolved! Can use use Switchable Dimensions for Line and Area Charts

I am trying to use switchable dimensions pluggin in Sisense for a line chart and area chart using a date dimensional table where my dates are in numerical values for conventionality. I am trying to use this pluggin to go from monthly, quarterly, and ...

Astroraf by 8 - Cloud Apps
  • 263 Views
  • 3 replies
  • 0 kudos

Formula to display null values

I have a widget that I would like to replace all null values with values of "0". I am trying to use the following formula: "CASE WHEN ISNULL (PASTYEAR(SUM([Total TotalSales]))) THEN 0 ELSE (PASTYEAR(SUM([Total TotalSales]))) END" but I am having no s...