
Ori Sandler
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 5
- Subscriptions 12
Activity overview
Latest activity by Ori Sandler-
Ori Sandler commented,
Hey Ajay, We see you have submitted a ticket on the topic, our support team will be more than happy to assist. Thanks, Ori
-
Ori Sandler commented,
This is amazing, thanks Michael!
-
Ori Sandler created an article,
Curl Setup steps
Download and run the Exe and Pem files The directory to extract it to should be - C:\Curl Using the exe file by holding shift + right click:
-
Ori Sandler created an article,
cURL API usage
There are various ways to send API call commands in Sisense, the two basic common ways we use today are: Admin UI Swagger interface Postman Another common way we could encounter, is the need of a...
-
Ori Sandler commented,
Hi Eyal, In order to see the jumping option it is essential that you will have a dashboard with a prefix named _drill_ and that the new dashboard you are creating is associated to the same ElastiCu...
-
Ori Sandler commented,
If you do not wish to use this on one specific serie, you can use this script: widget.on('processresult', function(sender, ev){ _.each(ev.result.series,function(series,i){ _.each(series.data,fun...
-
Ori Sandler commented,
Hey!Adding also a script for an indicator, hope this helps! widget.on('ready', function(se, ev){ var titles = $(element).find('span.number_span'); _.each(titles, function(title){ var num = widget.q...
-
Ori Sandler commented,
The following script can also be used on a Pie chart: widget.on('ready', function(se, ev){ var titles = $(element).find('.highcharts-data-labels').find('tspan:nth-child(2n)'); _.each(titles, func...
-
Ori Sandler commented,
A new fix to address the PDF and CSV download has been updated in the script.
-
Ori Sandler commented,
Hi Nick,This functionality is currently limited for viewing as it is an out of the box solution, however, we have recently released a new built-in function for each user to be able to control his d...