Comments
-
update: Okay, I think these are custom fields, right? I removed this from the code and it seems to work now. Is the SQL code in post all of what I need? --volumes union all ( select top 1 ' ' as [c] , ' Volume Thresholds' as [v] from volumes v where v.nodeid=8980 union all ( select distinct ' - ' as [c] , concat(case when…
-
Figured it out. Custom Tables let you use SQL--Worked like a charm.
-
Ah okay. Thanks for looking into it and the code.
-
This works great. Can you convert the SQL code to SWQL? I would like to add this to a dashboard. Thanks,
-
Anyone able to assist?
-
Good Morning, Check out this thread here. You will need to download the fonts and put somewhere local and make a call to it. I wouldn't recommend making calls out to the internet for css. You can only use this 1 time in a view. I think it has to do with the ajax calls or something. I changed this up a lot.…
-
not sure how to edit, you can see in the middle dashboard for team, that the count shifted. this is essentially one of the side affects we are trying to fix.
-
Here is what the dashboard looks like. I modified the one created by ioan_bucsa. thanks again... Help desk sees new alerts or alerts not acked for down. They would click into it. they would come into this view for specific team and ack the alert. Which then should subtract from total count for down.