
Barry Gaffey
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 82
- Subscriptions 31
Activity overview
Latest activity by Barry Gaffey-
Barry Gaffey commented,
Miguel Filho Absolutely, you can set such a thing as a filter on a dashboard, widget, or formula on any dashboard JAQL syntax {"contains": "mm"} You can also use 'like' just as you described e.g....
-
Barry Gaffey commented,
Thanks Nathan Giusti That worked; however, it leaves all the whitespace from that widget on the dashboard.
-
Barry Gaffey commented,
Woohoo, thanks!
-
Barry Gaffey created a post,
Accordion plugin, how to make it stop completely reloading the accordion's dashboard?
How may I prevent an Accordion dashboard from completely reloading whenever the Browser window resizes, which, then causes the Sisense dashboard to resize itself and redraw all of the widgets.The p...
-
Barry Gaffey created a post,
How may you conditionally hide widget(s) on a dashboard?
I'd like to know if there's any way to conditionally hide a widget? e.g. If the widget pulls no data at all, what methods are available for hiding that widget? I'd prefer a method with the widget...
-
Barry Gaffey commented,
Ultimately, I have an ElastiCube template and whenever I setup this ElastiCube template or move the cube to another server, the drill hierarchies need to be setup again as well - by an admin - an e...
-
Barry Gaffey created a post,
Is there an API for setting up and configuring Hierarchies?
I wanted to know if there's a way to set up or configure a Hierarchy for an ElastiCube with Sisense REST API methods? Or is there any way of automating the creation of Hierarchies? I'm talking ab...
-
Barry Gaffey commented,
hi Sharon Morad I use a custom script in the measure changer to accomplish this. After setting the 'format' like thisYou can use this custom script in the dimension changer, which will then apply t...
-
Barry Gaffey commented,
This script worked for me. widget.on("domready", function (w, arg) { var td = $("td.phantom", element); for (var i = 0; i < td.length; ++i) td[i].style.width = "0%";});
-
Barry Gaffey commented,
Hi Graeme Laird, Yeah, you can accomplish it via JavaScript - not sure how you wanted it to look but here's how you could make the value appear in that format within the data point tooltip of the c...