-
Re: Colour condition for words in a string
You could utilize an HTML table and utilize HTML code to colorize each value in your string. You'd need to CONCAT the HTML code together with your values and conditionally set the color. I'…1 -
Re: How do I count Not null values in beast mode
COUNT function will count the number of non null records if you’re wanting to compare to not NULL then it’s the same as SQL CASE WHEN `Name` IS NOT NULL THEN 'Not Null' ELSE 'Null'…3 -
Re: Holidays between two dates
Since you can't do conditional joins within Magic ETL 2.0 what you can do is add a constant to both datasets in your ETL and call it Join Column with a value of 1. Then do a join on both dataset…2 -
Re: Is it possible to build a folder and move multiple dashboards into that folder?
You can move the cards by going under Admin - Cards and then filtering for a specific page you want to take cards from, select all the ones you want to move and then select to move them from the wren…1 -
Re: One of my bar charts won't display properly in the dashboard.
This appears to be a bug. I'd recommend reaching out to support and submit your issue.2

