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

Groups

Sisense Writers Cohort

This group is for the Taptive Writers Cohort. This cohort will help community members showcase what they’re building, become Sisense thought leaders, and connect with other Sisense builders.

Developer Forum

A place for software developers working with Sisense ComposeSDK to meet and discuss their work.

Activity in Groups

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
  • 64 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
  • 165 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
  • 74 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
  • 322 Views
  • 7 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
  • 281 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
  • 68 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
  • 196 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...

ComposeSDK Minor version 1.3.0 released

[1.3.0] - 2024-02-07 Added Implement additional components and hooks in @sisense/sdk-ui-vue package for internal testing Support filter relations (logic operators and and or) for DashboardWidget and useExecuteQueryByWidgetId Changed Show loading indi...

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

Resolved! Add data from Widget directly into Elasticube

Hi everyone, I'm trying to build a custom widget where I can get user input from a text field and directly put it into the elasticube. I've tried using the Sisense API but i can't seem to find my way around adding data into an elasticube. Any help wo...

benjamindass_0-1706295988704.png

ComposeSDK minor version 1.2.0 released

Minor version 1.2.0 released[1.2.0] - 2024-01-24Added Add React hook useExecutePivotQuery (alpha) to execute a pivot data query and return the result in both table and tree structures Implement additional components and hooks in @sisense/sdk-ui-vue p...

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

Resolved! Extracting Data from Widgets

Hello! I am trying to extract data from widgets inside a dashboard using the REST API in Python. I currently have the JAQL from the widget and want to run that against the elasticube. I am referencing a Sisense community post that talks about a 'elas...