-
Re: Set default formatting for a field (on cards) on the dataset
This would be fantastic!1 -
Re: How do I bucket (group) different Levels in Beast Mode?
Create a beastmode. Replace 'FIELD' with the column that contains the values you're looking at. CASE WHEN 'FIELD' IN ('Level 02','Level 03','Level 04','Level 05','Level 06','Level 07') THEN 'Level 02…1 -
Re: Release Notes - What Changed
I disagree with gating the information.2 -
Re: Getting an error in visualizer
What I've done when I encounter this is open a new browser window and use the non-saving card as a guide to build the card again in the new window. This isn't perfect but helps you rebuild the card a…3 -
Re: OR statements in card filtering
I don't know of a great solution here if you are only able to use Quick Filters. You could build a beastmode but that isn't great. CASE WHEN `datapointA` = 'green' OR `datapointB` = 'circle' THEN 'Ye…1