
John Wright
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 8
Activity overview
Latest activity by John Wright-
John Wright commented,
Any idea how to tell sisense to just leave my labels in the format that I write them in the editor? Seems stupid to force upper, lower or camel. Just put what I write, and if I don't like it, I ca...
-
John Wright commented,
Is there a way to "auto size" the columns after a font change?
-
John Wright commented,
We had the same problem. In our case, it was a plugin that was not compatible with the new version. I removed all plugins, ran iisreset from cmd, and the export started working again. The other thi...
-
John Wright commented,
Great plugin! Fixes another one of those usability things that was better in V4... Anybody that has use an html form before understands the contextual dropdown box better than a sidebar filter list...
-
John Wright commented,
Subba, Yes, but their version is not free. The solutions in this thread are free. John
-
John Wright commented,
oops...forgot a } at the end. The last line of the second code block should be }})Wish we could edit our comments on here :-/
-
John Wright commented,
To reverse the order that the series are graphed in use this: widget.on('processresult',function(se,ev) { var series = ev.result.series; series.reverse();}) If you want to do it without modifying ...
-
John Wright commented,
Love your solution Mazda. I have it running now. However, most of my dashboards are still in V4.7 at the moment. Do you know what variables hold the username and dashboard name in V4.7?