
Kobbi Gal
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 19
- Subscriptions 58
Activity overview
Latest activity by Kobbi Gal-
Kobbi Gal commented,
You can develop a plugin to remove the element: $('.menu-version-item').remove()
-
Kobbi Gal commented,
Windows: https://documentation.sisense.com/latest/administration/embedded-analytics/rebranding-sisense/rebrand-auto.htm#gsc.tab=0 Linux: https://documentation.sisense.com/latest/linux/rebrand_linux...
-
Kobbi Gal commented,
Official comment -
Kobbi Gal commented,
https://www.sisense.com/marketplace/limit-autocomplete/ could be what you're looking for.
-
Kobbi Gal commented,
Hi, You should be able to use JavaScript DOM objects to retrieve the base URL: var base_url = window.location.origin; Hope this helps, Kobbi
-
Kobbi Gal commented,
Helmi, Copy of what? The schema? The actual ElastiCube with data? What platform (Windows/Linux)?
-
Kobbi Gal commented,
You should be able to use the CONCAT function: CONCAT(toString([account_id]),'_',toString([program_id]))
-
Kobbi Gal commented,
Ian, Can you please run an IISreset on the server?
-
Kobbi Gal commented,
This might be useful - https://support.sisense.com/hc/en-us/community/posts/360030209114-Dashboard-schedule-
-
Kobbi Gal commented,
Easiest way is to use a JQuery selector in a dashboard script/plugin: $('.mi-title')[0].innerText = "New Dashboards Title"