Plugin parameters
Feature request: When you install my plugin, you have to enter your "Region". Currently, I can handle that with a config.json file that you edit before installing the plugin. I would like an option in the Sisense UI to set plugin parameters: At /app/settings/add-ons, you can already turn plugins on and off. Add a "configure" button to each plugin. It should look at the config.json file, display all the parameters found there, and let you edit them. Purpose: When the plugin configuration needs to change, users can do that without using SSH.11Views0likes0CommentsReport Manager - Option to suppress Sending Empty Reports
Would like to see a togglable option, for example: "do not send empty reports" in Report Manager. The use case here is where a customer only wants to see a report if there is data in it. A listing of errors or exceptions, for example. Most of the time would be getting blank reports because nothing is wrong, and they only want to be alerted where there is something to take action on.12Views2likes0CommentsPDF Download Options
Hi there, Sisense should enhance the PDF export functionality by allowing users to select specific widgets to include when downloading a dashboard. Additionally, a 'fit to page' option should be provided to automatically resize widgets according to the paper size, while preserving layout integrity and readability. We strongly recommend including these features in a future release, as many of our clients are experiencing difficulties with the current limitations. At present, we are relying on alternative solutions that are both complex and time-consuming to manage. Thank You!27Views1like1CommentReport Manager / Export to PDF >> support pageless PDF
since 99.9% of user view PDF on screen and do not print them - allow the PDG generation to be pageless. this is a relic of printers days and it is inhibiting 2020's digital-days experience PDF generators SUPPORT pageless option.21Views3likes0CommentsAdd filter option in Report Manager UI to see errored reports
There is no way to filter the errored schedule reports on the Report Manager dashboard. We need to scroll through the pages to see the failures of the day. Is there any way you can add one more filter value, Failed, along with the following options (Running, Not Running, and Pending)?43Views1like0CommentsAdd Support for OR condition between dimensions in Custom Row Level Security Plugin
Add Support for OR condition between dimensions in Custom Row Level Security Plugin Plugin Home Page - https://www.sisense.com/marketplace/add-on/custom-row-level-security/ Example: { "rules": [ { "dim": "[employee.gender]", "members": [ "Male", "Female" ] }, { "dim": "[employee.country]", "members": [ "Russia", "India" ] } ], "includeAll": false, "excludeAll": false } currently evaluates to employee.gender in ("Male","Female") AND employee.country in ("Russia","India") We request to add a new feature in the plugin that supports evalation of OR condition between 2 or more dimensions; or in more complex scenarios a mix of AND and OR conditions. Example Psuedocode: employee.gender in ("Male","Female") OR employee.country in ("Russia","India") The JSON format can be something like below: Example 1 (OR): { "rules": [ { "condition": "OR", "dimensions": [ { "dim": "[employee.gender]", "members": [ "Male", "Female" ] }, { "dim": "[employee.country]", "members": [ "Russia", "India" ] } ] } ], "includeAll": false, "excludeAll": false } Example 2 (mix of AND and OR): { "rules": [ { "condition": "AND", "dimensions": [ { "dim": "[employee.age]", "members": [ "20", "30", "40", "50" ] }, { "condition": "OR", "dimensions": [ { "dim": "[employee.gender]", "members": [ "Male", "Female" ] }, { "dim": "[employee.country]", "members": [ "Russia", "India" ] } ] } ] } ], "includeAll": false, "excludeAll": false }123Views0likes1CommentFeature to export all datamodels from UI
We propose adding a valuable feature to our dashboard UI: the ability to export a comprehensive list of all data models, including both Elasticubes and live models. This enhancement is essential for efficiently monitoring model changes before and after Sisense upgrades. Presently, this process involves manual actions like taking screenshots or exporting a text file using 'si' commands, but it lacks the capability to export live models and essential metadata such as data model type, owner, last modification date, last publication date, activity, and size. By introducing export functionality in formats like CSV, users will be equipped to easily track and compare models, quickly identifying any discrepancies or replacements. This improvement will significantly streamline model management and ensure seamless transitions during upgrades.1.6KViews1like3CommentsAbility to turn off the Data Refresh Date & Time label in the Export Modification Plugin
Currently we cannot granularly control the label names or remove them when using the export modification plugin. The refresh time label is aligned with Sisense data refresh time instead of our internal refresh time. This changes the value that users are expecting to see in that field. Can we update the plugin to allow us to toggle that label off?187Views0likes0CommentsAbility to add many items to add to widget at once
When adding a new piece of data to a widget, instead of having to add one at a time, add a checkbox to each item to the left of each item in the list. The user can check the box for each item they want to add to the widget, instead of having to add one at a time. This will speed up adding many items to a widget.395Views5likes2Comments