DYNAMIC EMAIL REPORT SETTINGS
Hi Sisense Community! Please reference the screenshot below referenced in the following questions when configuring a dashboard's email settings: Is there a script to only export the active/visible widgets based on the Tabber selection? Is there a script/way to automatically run this for each location shown in the selected filter? So this would deliver 7 separate emails to the subscriber's inbox - one for each of the 7 locations. The Directors currently go into this report and filter locations one by one to then export & email a copy to the appropriate building manager. I'm looking for a way to remove that step and have it sent directly to the Director's inbox who can forward it from there. Note* the managers do not have access to Sisense otherwise I would have them just subscribe directly. Thanks! -Carter3.4KViews0likes4CommentsProblem changing Break by dimension in Scatter Chart via Switchable Dimensions plugin
Hi all, I've been able to switch dimensions for both category and break by panels in a bar chart using the official Switchable Dimensions plugin but need to do this for a scatter chart. I cannot get the break by panel to change. I can manipulate the others (x-axis, y-axis & point). Does anyone else know where I'm going wrong? Thanks, Andrew1.6KViews1like1CommentSisense Iframe embedded feature - I want to pass the parameters for the filter dynamically.
In my case, I have GetUserAuditReport Store Procedure with the param UserId. Based on this SP I need to create a table view in sisense. I need to embed this into my application. In this case, how can I achieve this? I going to embed only a widget table based on filtration.1.2KViews0likes1CommentCreate Vertical Plot Line and Plot Band on Line Chart with Break By
I am currently trying to add a static Plot Line and Plot Band on a Line Chart that has a Break By and need the Vertical Plot Line to stay on the x-axis for a DTTM value. The Widget is designed with the X-Axis being 'Weeks in Appointment DTTM', the Value is set to '# Unique Records', and the Break By is 'Resource'. A change was implemented on Week 21 of 2023 and the Plot Line needs to be set to that specific x-axis point. The Plot Band would need to display for any date < = to the 21st Week of 2023. The following gets me close but is using the position of the x-axis and not the label of the Week ("21 2023"): widget.on('beforeviewloaded', function(widget, ev){ ev.options.xAxis.plotLines = [ {/*one line Plot line*/ color: 'red', width: 3, value: 21}]; ev.options.xAxis.plotBands = [ {/*range Plot line*/ color: '#DADADA', from: 0, to:21}];; }); The following1.7KViews0likes1CommentD3 and Highcharts versions
Hello, My team is interested in building some custom widgets for our implementation. We've made a few so far, but now we're thinking of building some using the provided D3 and Highcharts libraries. I was looking at the built-in versions yesterday, and found our installation (L2022.8.0.100) is running the following versions: D3: 3.3.8 (released 10/14/13) Highcharts: 6.0.4 (released 12/15/2017) Both of those are pretty old, especially D3. Is there a plan to upgrade either of those versions anytime soon?2.1KViews1like2CommentsVertical Grey Dividers
I have a dashboard that is embedded into a website. In the Sisense dashboard, I do not see vertical grey lines between my horizontal widgets. When the dashboard is embedded, grey lines appear and divide the widgets (see image below). There are four similar dashboards, but this issue only appears on one. I am using BLOX to create the widgets. I did find the following in the configuration section of the design tab for the widget: }, "separator": { "lineThickness": 1, "lineColor": "#eeeeee" }, #eeeee is grey, but does not appear to be the same shade of grey. This json appears in the configuration of the other widgets as well so I do not believe that is tied to the vertical lines seen in the website. Looking for advice on trouble shooting this in Sisense or direction on if there is a step between creating the dashboard and the client pushing it to the website that will remove those vertical lines.2.6KViews0likes3CommentsCorrectly render Tabber with SisenseJs
Basically what title says At the moment when I render Tabber. Its tabs are not interactive (i.e onClick does nothing) I assume I need to do this by myself? If yes how to group widgets to its respective tabs ? I haven't found any indicator in widget's data which widgets belongs where1.4KViews0likes1CommentSisenseJs integrationruntime error
Hey folks, I’m getting runtime error during Sisense.connect function call - sisense.v1.js:1437 Uncaught TypeError: Cannot read properties of undefined (reading 'name') When inspecting sources this is where it comes from key: "getSocketOrigin", value: function(e) { var t = e.user.tenant.name; <<<< return t && "system" !== t ? window.prism.origin.replace(new RegExp("/" + t + "/?$"), "") : window.prism.origin } Additional info that might be helpful - I get HTTP 401 when fetching following script - https://the7bridges.sisense.com/api/v1/plugins/get_info Any help will be appreciated regards Juraj2KViews0likes1CommentDashboard Graph to - Create unique categories from a Markets column that contains multi values
I am new to Sisense and working on creating a dashboard. I have 2 fields in an excel that contains several values, but separated with a colon and #. I need to create a Graph that displays each unique value e.g "Market" - Germany is listed in several rows and so are other markets in the same cell. I need to pull out the total number of occurrences / impacts for that market. I have the same issues with he column "Region". How can i go about to create a Custom table in order to link it to my Graph widget. My Graph - the markets come out as 1. Austria;# Germany 2. Austria;# Germany;#Belgium/Lux;# Czech Republic, But need each market to be a separate Category Guidance would be much appreciated. I have attached a copy of an example from excel Colum's U & V2.1KViews0likes2Comments