Best Of
Re: How can I get rid of HTML table/cell borders?
Interesting workaround. Thanks for sharing!
Re: How can I get rid of HTML table/cell borders?
this isn’t an option with the standard chart options. You can utilize a DDX brick and the Phoenix engine and some CSS to display the table without a border
Re: Domo Everywhere - Embed Filtered Views
Hi @RTData ,
I think there actually is a way to show specific views, but you need to enable this whole token verification thing. If you have a Domo Rep, I would ask him/her for the advice.
Sorry can't be of more help.
John Le
You're only one dashboard away.
More video solutions at: https://www.dashboarddudes.com/pantry
Re: Domo Everywhere - Embed Filtered Views
Have you looked into using pfilters? https://domo-support.domo.com/s/article/4418999855639?language=en_US
Re: How do you apply color rules to subtotal rows in a chart?
Does anyone know if there has been any movement on this... the ability to have color rules applied to subtotal and total rows...
Re: How do I build a percent completion pie chart over time?
You can utilize a beast mode and subtract the two:
COUNT(CASE WHEN `Type` = 'List' THEN `Date` END) - COUNT(CASE WHEN `Type` = 'Completed' THEN `Date` END)
Then also have a beast mode for the completed count:
COUNT(CASE WHEN `Type` = 'Completed' THEN `Date` END)
Use these two beast modes in your pie chart instead.
Re: Glitch in bar charts- anyone else experiencing replicated categories?
Do you have any beast modes with window functions or aggregations? Any sorting being done on fields which aren’t being displayed in the chart?
Re: How can I know the departments that have access to cards/dashboards?
Hi @WorldWarHulk, I believe the 'Department' field is based on the details when user accounts were created. If you're talking about general access, cards/dashboards shared is better than viewed in your report as there could be a small portion of users with access but haven't viewed yet.
amehdad

