
Joseph Peters
- Total activity 147
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 43
- Subscriptions 64
Comments
Recent activity by Joseph Peters Sort by recent activity-
I've had a hard time getting filters to work but I think I finally have some insight for other users. As far as I can tell the filters line in the code should actually be a list of filters to excl...
-
@Quan, I believe you can just duplicate the code for the second column within the same widget function. You may have to change the variables but I doubt it.
-
Very useful and works great, thanks!
-
I can't get the filters to pass to the sub dashboard correctly. I see that a lot of other users have similar issues and none of the recommended solutions have worked for me so far. I used the cons...
-
Hey John, I don't believe a screen rotator would work with the chromecast's tab casting ability but can't say for certain.
-
FYI - The new Chromecast has a 5 GHz antenna which will greatly reduce interference and make your dashboards display with fewer drops in the connection.
-
Hi Takashi, It works on all pre-existing widgets I've tested so far with new series added. But for some reason there are widgets where the original series don't have the option even though newly c...
-
This is great! Can't seem to get it to work on old widgets I'd already created though only new ones.
-
@Alvaro, I found that you can change the format of almost anything if you find the label for that item. You can do this in Chrome by opening the Chrome Console (F12), right clicking the element a...
-
I found how to format the subtotal rows if anyone is interested: $('td.p-total-row-head, td.p-total-row-val, td.p-grand-total-row-head', 'widget[type=pivot]') .css({'background-color':'lightblue','...