Sisense Community logo
    • Community Feedback
    • Chapters
    • Events
    • Forums
      • Help and How To
      • Product Feedback Forum
      • Strategy & Use Cases
    • Blogs
    • KB Docs
      • KB Docs
      • Add-Ons & Plug-Ins
      • APIs
      • Best Practices
      • Blox
      • CDT
      • Cloud Managed Service
      • Data Models
      • Data Sources
      • Embedding Analytics
      • How-Tos & FAQs
      • Onboarding
      • PySisense
      • Security
      • Sisense Administration
      • Sisense Intelligence & AI
      • Troubleshooting
      • Widget & Dashboard Scripts
    • Support
    • Learning
      • Sisense Academy: Free Courses and Certifications
      • Official Developer Documentation
      • Official Product Documentation
      • Official Sisense Youtube Channel
      • Sisense Compose SDK Playground
      • Official Sisense Discord
    • Use Case Gallery
    Discussions
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • TagsChevronRightIcon
    Customer Outreach
    • vatojavier
      • Help and How-To
               
      vatojavier
      Sisense Intelligence token estimation
                               

      Hi. We are considering activating Sisense intelligence to use a LLM for our data models and dashboards. We want to estimate how much this would our organization from the LLM provider side. It depends on the tokens that are input into the model. In the Sisense documentation it mentions that depends on the number of tables and column of the model, but I guess also on the pre-instructions text that is sent along the user's input. Is there a way of knowing how many tokens are added, or how much would cost to create a medium size dashboard given the OpenAI pricing ? Thanks, Javi.

      10 months agolast reply 9 months ago
      4
               
    • ram
      • Help and How-To
               
      ram
      percentage formula
                       

      Hi  I am trying to create a formula to show the percentage of tasks  Column A = Count (Pens) Column B = DupCount (Pens) Here Pens Column has Numeric ID Values like "41869 " Could you please help me with Percentage formula Thanks

      1 year agolast reply 1 year ago
      4
               
      • Help and How-ToChevronRightIcon
                       
      in weekly calculation I want week as Sunday to Saturday
      BharatKankate
      BharatKankate
      Posted 1 year ago • Last reply 1 year ago
      1
               
    • Satya
      • Help and How-To
               
      Satya
      Sharing the datacube with multi tenants
                                                                       

      Hi Team, I am currently implementing multi-tenancy in Sisense and sharing a single Elasticube across multiple tenants while enforcing Row-Level Security (RLS) . The goal is to ensure that each tenant only accesses their respective data while using the same cube. I successfully shared the Elasticube with Tenant1 , but when trying to access it, I get the following error: Error Loading Model Unexpected error value: { isOperational: false, message: " Request failed with status code 500 ", code: undefined, statusCode: 500, method: {some html tags and ids} Contact your system administrator for more information. The error persists even after confirming that: The Elasticube is correctly shared with Tenant1. Tenant1’s users, designers, and admin have access permissions. Multi-Tenancy is enabled in Sisense. Has anyone faced a similar issue when sharing an Elasticube across tenants? Any insights or suggestions would be greatly appreciated!  Thanks in advance for your help. 

      1 year agolast reply 1 year ago
      2
               
    • lmckinley
      • Help and How-To
               
      lmckinley
      Sisense Fusion git limits
               

      We're currently using "periscope" and having an issue with the git integration having a 500MB repository size limit. Does Sisense Fusion have this same size limitation to its git integration? 

      1 year agolast reply 1 year ago
      2
               
    • susie
      • Help and How-To
               
      susie
      free trial
                                       

      Hi I discovered that sisense now stops providing free trial version so may I ask the reason why stop providing free trial and if it is possible that I can use free trial again in the future since I really want to try this product in a more detailed way and watching a demo still restricts a lot Thank you!

      1 year agolast reply 1 year ago
      1
               
      • TroubleshootingChevronRightIcon

      [Custom SMTP Email Server] - Google SMTP - 534-5.7.9 Application-specific password required

                       

      [Custom SMTP Email Server] - Google SMTP - 534-5.7.9 Application-specific password required When using GoogleSMTP with Sisense, you might encounter an issue where emails stop being received, and the logs display the following error message: 534-5.7.9 Application-specific password required. This occurs because, if you have enabled 2-factor authentication on your Google account, you cannot use your regular password for programmatic access to Gmail. Instead, you need to generate an app-specific password to use in place of your actual password. An app password is a 16-digit code that allows a less secure app or device to access your Google Account. These passwords are only applicable to accounts with 2-Step Verification enabled.   Steps: Log in to your Google account. Navigate to My Account > Sign-in & Security > App Passwords (you may need to sign in again to confirm your identity). Scroll down to the "Select App" section (within the Password & sign-in method box) and choose "Other (custom name)". Name the app password, for example, "nodemailer". Click "Generate". Copy the generated password and paste it into your Node.js script in place of your actual Gmail password. Related content:  For more detailed information about Gmail SMTP errors and codes please check out this article: https://support.google.com/a/answer/3726730?hl=en Setting Up Custom Email Servers

      Vladyslav Hontar
      Vladyslav HontarPosted 1 year ago
      0
               
      • TroubleshootingChevronRightIcon

      Outlook365 Error - 535 5.7.139

               

      [Custom SMTP Email Server] - Outlook365 Error - 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. As of 2024, If you're using Outlook365 as your SMTP server, you might encounter the following error when sending emails: 535 5.7.139 the user credentials were incorrect 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Contact your administrator. 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. Commentary: Microsoft no longer supports Basic Authentication, and it has disabled SMTP AUTH in all tenants in which it's not being used. This is done to force customers to move from apps that use basic authentication to Modern authentication[OAuth 2.0]. Check Microsoft's Deprecation of Basic Authentication Documentation for more details. Since SMTP AUTH has been disabled, 535 5.7.139 Authentication unsuccessful error will come up, even when proper credentials are used. As of summer 2024, Sisense doesn’t support Modern Authentication(OAuth) for SMPT. To continue using Microsoft Outlook with Sisense you need to use Legacy Authentication. Additional Resources: https://docs.sisense.com/main/SisenseLinux/custom-email-servers.htm   https://academy.sisense.com/sisense-administration  

      Vladyslav Hontar
      Vladyslav HontarPosted 1 year ago
      0
               
      • Help and How-ToChevronRightIcon
                       
      Create a % Contribution Over Time Calculation
      mmalhame
      mmalhame
      Posted 1 year ago • Last reply 1 year ago
      4
               
      • Widget & Dashboard ScriptsChevronRightIcon

      How to remove an entire column on a table widget with a custom widget script

                       

      How to remove an entire column on a table widget with a custom widget script Disclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this post will work in every scenario or with every Sisense software version. As such, we strongly advise users to test solutions in their environment before deploying them to ensure that the solutions proffered function as desired in their environment. For the avoidance of doubt, the content of this blog post is provided to you "as-is" and without warranty of any kind, express, implied, or otherwise, including without limitation any warranty of security and or fitness for a particular purpose. The workaround solution described in this   post incorporates custom coding, which is outside the Sisense product development environment and is, therefore, not covered by Sisense warranty and support services. You can use the following widget script, which can hide the specific column from the Table / Table with Aggregation widget, for example below. Before the script was applied, table view: After the script was targeted to the "Country" column: Script to use:       widget.on('ready', () => { element.on('draw.dt', () => { // Define the column names to hide var columnsToHide = ['']; // Iterate through each column in the thead element.find("thead th").each((index, th) => { var columnName = $(th).text().trim(); // Check if the column name is in the list of columns to hide if (columnsToHide.includes(columnName)) { // Hide the entire column in thead $(th).hide(); // Hide the entire column in each tbody row element.find("tbody tr").each((rowIndex, row) => { $(row).children().eq(index).hide(); }); } }); }); });   Check out this related content:  Academy Course Sisense Documentation

      vg30
      vg30Posted 1 year ago
      0