Allow Pulse scripts to work when sending email notifications
Today, we can use plugins, dashboard and widget scripts to customize dashboard and widgets for scheduled emails as well as desktop. Same should be available for Pulse scripts which allow to modification of alert JAQL on the desktop, but the same script is not executed when sending alerts/notifications. This causes discrepancy between what the user sees on the desktop and what they receive in email.257Views1like0CommentsDate and Time Functions
Hello, is it possible to add the Add features to sisense cloud-hosted environment Formula Editor? We don't have any of these functions available inside of the Formula Editor. ADDYEARS(datetime, number) ADDQUARTERS(datetime, number) ADDMONTHS(datetime, number) ADDDAYS(datetime, number) ADDHOURS(datetime, number) ADDMINUTES(datetime, number) ADDSECONDS(datetime, number) Sisense Documentation: https://docs.sisense.com/main/SisenseLinux/date-and-time-functions.htmSolved1.6KViews0likes1CommentSwitchable Dimensions with Datetime
Hello Everyone, I am trying to use Switchable Dimensions on a line chart with a datetime table. The objective is to switch from yearly, monthly, and quarterly timeframes using switchable dimensions. In Sisense's documentation, they give an example that I have tried with no luck. Has anyone tried this before and it working? prism.registerSwitchDimension({ widget: widget, dimensions: [ { panel: 'categories', dims: [ { "index":0, "dim":"[dimDate.Date (Calendar)]", "datatype": "datetime", "title":"Weeks", "level": "weeks" }, { "index":0, "dim":"[dimStrategy.strategy]", "datatype": "text", "title":"strategy" } ] } ] });1.1KViews0likes2CommentsCan use use Switchable Dimensions for Line and Area Charts
I am trying to use switchable dimensions pluggin in Sisense for a line chart and area chart using a date dimensional table where my dates are in numerical values for conventionality. I am trying to use this pluggin to go from monthly, quarterly, and yearly. Can this work?Solved1.7KViews0likes3CommentsTabber Automatic Switching
Hello All, I am creating a dashboard that is displayed on a TV monitor and someone will not be able to manually click between the tabs. Has anyone had success creating a script that would switch between the two tabs automatically every 30 seconds?Solved2.5KViews0likes5Comments