Software Developers
The place for software developers working with Sisense ComposeSDK to meet and collaborate
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Welcome to the Software Developers Forum!

Hello World! On behalf of the entire Sisense team, welcome aboard, and thank you for being a member of the Software Developers Forum! We're thrilled to have you! Also, check out our Sisense Discord Server! We are here to provide a vibrant and support...

DRay by Community Team Member
  • 355 Views
  • 0 replies
  • 1 kudos

Preventing Widgets from becoming Ellipsis?

I have been using Sisense JS and I like it a lot!But the issue I am having is what renders for a widget when it is shrunk down to a small size.Both values and labels turn into ellipsis at a small enough viewport widthIs there any way to prevent this?

Compose SDK minor Version 1.16.0 released

Compose SDK minor version 1.16.0 released: [1.16.0] - 2024-08-06   Added Extend cartesian charts to support trends and forecast for internal testingExtend ThemeSettings to support widget theme settingsSupport widget design styling on fetched dashboar...

DRay by Community Team Member
  • 142 Views
  • 0 replies
  • 1 kudos

Resolved! Javascript custom properties

I wrote javascript that creates a dashboard filter. I want my javascript to mark which filter it created. That way, on the next refresh, it can update or delete it if needed.I've done that by creating a new property like this: dashboard.filters(choos...

Tim by 10 - ETL
  • 436 Views
  • 3 replies
  • 0 kudos

Office hours at 1pm Central today

Office Hours with Jeremy F. starts at 1pm central in the Sisense Discord. We hope to see you there! https://discord.gg/MHexhtXa?event=1247660034171863041

DRay by Community Team Member
  • 106 Views
  • 0 replies
  • 0 kudos

Inactivity Timeout with iFrame Dashboard

I'm working on an Angular/Spring application that embeds Sisense dashboards in iFrames. I'm trying to add an inactivity timeout for the application, so that users are signed out after a certain period of inactivity. However, I'm not sure how to detec...

khawkins by 7 - Data Storage
  • 292 Views
  • 4 replies
  • 0 kudos

Open Office Hour today in Discord

Office Hour in Discord today at 1pm Central! Bogdan Karlenko, Engineering Manager at Sisense, will be live in Discord hanging out and answering questions. We look forward to seeing you! https://discord.gg/dEcNYE9Z?event=1247657970280697856

DRay by Community Team Member
  • 143 Views
  • 0 replies
  • 1 kudos

ComposeSDK v1.15.0 and v1.15.1 are released.

[1.15.1] - 2024-07-15 Changed Fix an issue with Include All members filter [1.15.0] - 2024-07-15 Added Extend component MemberFilterTile to support excluded members Changed Make improvements to dashboard rendering: fixing UI issues of DateRangeFilter...

DRay by Community Team Member
  • 114 Views
  • 0 replies
  • 0 kudos

Resolved! Help with connecting to Sisense instance

 The current documentation advises configuring the connection with the following setup: export const SISENSE_CONTEXT_CONFIG: SisenseContextConfig = { url: '<instance url>', // replace with the URL of your Sisense instance token: '<api token>'...

Resolved! REST API logout not taking an effect

Hello everyone! I am trying to trigger building the datamodel from Apache Airflow. I am following this path to do so:- I use GET `api/v1/authentication/login` endpoint to generate an access token- I use POST `api/v2/builds` endpoint to schedule a new...