
Zcost Server
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 28
Activity overview
Latest activity by Zcost Server-
Zcost Server commented,
Hi Pawel, Sorry for the delay of this answer, I have tested your code and it works perfectly. Thank you for your help ! Regards, Patrice
-
Zcost Server commented,
Hi Preethi, You may used dependent filters see that link : https://documentation.sisense.com/latest/creating-dashboards/filtering-dashboards-and-widgets/designer-filters/dependent-filters.htm#gsc....
-
Zcost Server commented,
This code is based the type of the returned data widget.on('render', function (w, q) { if (isNaN(w.queryResult.value.data) === true) { w.queryResult.value.data = 0; w.queryResult.value.text = "...
-
Zcost Server commented,
You can find the syntax here : https://sisense.dev/reference/rest/v1.html
-
Zcost Server commented,
Hi, Do you know when this REST API will be avaliable from Windows ? Regards, Patrice
-
Zcost Server commented,
Hi Pawel, I did a test as you suggested. It works only during selection. Once the dashboard is filtered on selected values (Submit) the selected dates are no more displayed in the input fields. ...
-
Zcost Server commented,
Hi, Have a look on this article https://support.sisense.com/hc/en-us/articles/230651328-Sisense-Data-Files-and-Logs Regards, Patrice
-
Zcost Server commented,
I think this feature is only available for Linux https://sisense.dev/reference/rest/v2/ Does this feature will be available for Windows also ? Regards, Patrice
-
Zcost Server commented,
Hi Alex, It's a good news, thank you for this information ! However in have Sisense 8.2.3 I cannot find API V2 in admin panel. How are you accessing to V2 API ? Regards, Patrice
-
Zcost Server commented,
Hi, Check in config.js of this plugin they are many options it may slove your issue. excludeFilterDims : [], // Dimensions to exclude from the drilled dashboard filterincludeFilterDims : [], // ...