
Tal Admon
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 16
- Subscriptions 26
Activity overview
Latest activity by Tal Admon-
Tal Admon commented,
If<Type> is actually like a normal IF in Excel, but the returned values should be defined in advanced by the type. So IfString is not to check if something is a string - it's a simple if, with a re...
-
Tal Admon commented,
@Rob - Sisense Support suggested to remove JAQLine plugin and it indeed solved the issue for us. If you also use JAQLine, try disabling it or remove it from the plugin folder completely.
-
Tal Admon commented,
We encounter the same bug. It's affecting also via the drill (Jump to Dashboard) so users actually get the wrong data when they drill without knowing it! This is a serious issue for us @sisense - a...
-
Tal Admon commented,
This should be a widget script, so what you did sounds like the right thing to do. Make sure you have the entire script there, not just what I wrote on my 2nd comment: widget.on('ready',function(s...
-
Tal Admon commented,
Hi Rourke, I used a dashboard script to hide widgets when there's no data. For example, id 1111 is a widget showing a customer activity (it's on a drill dashboard, so exactly one customer is filter...
-
Tal Admon commented,
So the _windowId is fixed? if so, you can do: var admin_url = 'http://sfoepr01./ipb-app/faces/work/task-details.xhtml?id='; var post_url = '&_windowId=W1526366389940#noback'; $(element).find('tbod...
-
Tal Admon commented,
Hi Satish, Here's a script example for a pivot table. It assumes that the policy ID is on the left-most column, and that you can concat this id to the admin_url and get the policy URL directly. wi...
-
Tal Admon commented,
@Sisense - any updates regarding this plugin?
-
Tal Admon commented,
>By default, the items that show up in the menu will not be filtered by any dashboard filters that are set. Is there a way to change this behavior and force the filter widget to slice according to ...
-
Tal Admon commented,
Thanks Troy! I had this issue too and your advice helped me solve it. Note that you have to be dashboard edit mode to see the edit menu.