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

Compose SDK hackathon is live!

Are you ready to showcase your skills and push the boundaries of data analytics? Join us for Analytics in Action: A Compose SDK Hackathon, where your creativity and expertise can shine. Whether you're a seasoned developer or a passionate innovator, t...

DRay by Community Team Member
  • 132 Views
  • 0 replies
  • 2 kudos

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
  • 127 Views
  • 0 replies
  • 1 kudos

ComposeSDK Minor version 1.6.0 released

Minor version 1.6.0 released [1.6.0] - 2024-03-20 Added Support simple pivot tables and gracefully handle unsupported widgets in hooks useGetDashboardModel, useGetDashboardModels, useExecuteQueryByWidgetId and component DashboardWidget Implement tran...

DRay_0-1711033787714.png
DRay by Community Team Member
  • 199 Views
  • 0 replies
  • 1 kudos

Failed get-data-model

I am attempting to set-up a PoC using the Vue components.While working thru the documentation and running "npx @sisense/sdk-cli get-data-model" I get a thrown errornode:internal/errors:484ErrorCaptureStackTrace(err);^Error [ERR_MODULE_NOT_FOUND]: Can...

Blox align containers horizontally

Hello there,I'm a novice to customizing Blox templates. In the attached screenshot, I want to adjust the layout to make the cards appear side by side. I also want the titles Signups and orders to appear as a title to the card. Can I have suggestions ...

What are your thoughts on ComposeSDK?

I would love to hear what you all think of the ComposeSDK. Do you have any plans to implement it? What problems does it solve for you? What problems does it not solve?

DRay by Community Team Member
  • 197 Views
  • 0 replies
  • 2 kudos

Resolved! Compose SDK - useExecuteQueryByWidgetId

Hi,useExecuteQueryByWidgetId hook from Compose SDK is returning the error "no csrf cookie" code 800, when tring to execute jaql query against data source, even though there is a cookie XSRF-TOKEN setDo you know why this might be happening?

vladimir by 8 - Cloud Apps
  • 521 Views
  • 5 replies
  • 0 kudos

ComposeSDK Minor version 1.5.0 released

Minor version 1.5.0 released [1.5.0] - 2024-03-05 Changed Improve the AI components and hooks (private beta) Extend CLI command get-data-model to include additional metadata about Live data models for JAQL optimization Note: If you are using Live mod...

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

Compose SDK - useGetDashboardModel include widgets

Hi,Why i am not getting widgets info when using useGetDashboardModel({ dashboardOid: , includeWidgets: true, }); ? This is offficial Compose SDK hook which calls https://analytics.com/api/v1/dashboards/?expand=widgets&trc=sdk-ui-1.3.0 in the backgrou...

vladimir by 8 - Cloud Apps
  • 824 Views
  • 9 replies
  • 1 kudos

Create vertical line in line chart with dates as x-axis

hello,I am trying to add vertial lines (indicating event in time) to a simple line chart with dates as x-axis.Unfurtunatly i succeeded only adding a single line according to index on x-axis and not value.Questions:1. How can i add the line for specif...

eshaul by 7 - Data Storage
  • 757 Views
  • 6 replies
  • 0 kudos

CSDK Minor version 1.4.0 released - 2024-02-22

Minor version 1.4.0 released - 2024-02-22 Added Implement additional components and hooks in @sisense/sdk-ui-vue package for public beta testing Add component PivotTable (alpha) for React, Angular, and Vue Changed Breaking: Refactor ScattermapChartDa...

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

Blox button to hide dashboard column

I have a dashboard split into 2 columns. I have a requirement to have a button at the top of column 2 that when clicked would hide column 1 and expand column 2 to the full width of the panel. Can this be achieved?

Column.png
GSSC by 8 - Cloud Apps
  • 427 Views
  • 4 replies
  • 0 kudos

Resolved! Totals from outside of a pivot table

I was wondering if it is possible to add a value column to a pivot table that calculates a percentage of sales from a total number that is outside of the table itself. In the table, I have total sales values for customers with names that start with a...