ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Unable to build Compose SDK Astroraf We will need more details on your environment to troubleshoot this. I am using Node v18.16.0 and yarn 3.2.3 and the build went through successfully. Re: Use of 'beforeRender' inside Table? Hi IsaacBlanco, `onBeforeRender` is not supported for Table. It is only supported for charts based on the Highcharts library. However, when configuring table columns in Table data options, you can use `StyledColumn`, which supports `isHtml` flag: https://sisense.dev/guides/sdk/modules/sdk-ui/interfaces/interface.StyledColumn.html#ishtml Below is an example code snippet for reference: <Chart chartType="table" dataSet={DM.DataSource} dataOptions={{ columns: [{ column: DM.Category.Category, isHtml: true }] }} /> Re: Mitigating Optimization Bailouts in Angular with Sisense SDK: Handling CommonJS/AMD Dependencies herajapakse and IsaacBlanco yesterday we released CSDK 1.18.0 that contains a fix for this. Please give it a try and let us know if it resolves your issue. Re: Mitigating Optimization Bailouts in Angular with Sisense SDK: Handling CommonJS/AMD Dependencies Thanks herajapakse for additional details. We are reviewing a fix to replace `lodash` and `object-hash` with alternatives in ESM format. It will be ready in CSDK v1.18.0 to be released early next week. Re: Failed get-data-model > Lastly, I recommend you updated your directions when using npx to include @latest to avoid strange cacheing issues. Thanks for the suggestion wolfphantom. We have updated our guides to include @latest in the npx commands Re: Failed get-data-model Hello wolfphantom, Can you make sure your user account has at least "Can Use" permission on the "Executive Model" data model? When you log into Sisense, do you see the data model in the Data tab? Re: Issue with Sisense Compose SDK and SSO Authentication There is a feature introduced in L2021.3 that you may want to enable to allow redirects back to the application page. The flag is called newReturnToValidationBehavior, which is accessed from the internal Base Configuration page. This flag exposes the Allowed Target URLs section in Security settings. -- Below are steps to get to the internal Base Configuration: As a user with the System Admin role, navigate to Admin > search for and select System Management > click Configuration. Click the Sisense logo 5 times. From the left pane, select Base Configuration. Re: Unable to build Compose SDK Thanks tzejan for reporting this. We have updated https://github.com/sisense/compose-sdk-monorepo to fix the issue. Re: Issue with Sisense Compose SDK and SSO Authentication Hi Ziga, Yesterday we released a minor version of Compose SDK, 0.12.0, which includes a fix for SSO URL /api/auth/isauth. Can you upgrade to that version and get back to me if the issue still persists? Thanks for using Compose SDK. Tuan --- Tuan Pham Sisense – Staff Software Engineer