-
Re: Comparative Gauge using Scale Abbreviation for Value Change
I don't think there's a way to do this, which seems a little odd. I'd use 'Feedback' to suggest it to Domo as well as post it in Ideas Exchange. I'll definitely upvote it if you do!3 -
Re: Line over BAR chart
If you want to got the bar and line route, I think you'll need to use a new date column to graph by. Right now, your data is looking something like this with the beast modes: Date Inventory This Year…1 -
Re: Problem with column sorting
Not 100% sure on how to fix the sorting when you don't have the column, but if you just don't want the column to show on the card, you can just hide it using Hide Columns under General chart properti…2 -
Re: Is it possible to achieve last 30, 60, 90 days from the current date
Because of the way case when statements work in a waterfall manner, you won't be able to achieve exactly what you want. It will evaluate the first part and then it will be impossible for anything tha…3 -
Re: Beast Mode calc for omitting specific modalities?
If you wanted to go the beast mode route, you're on the right track. You need to create a CASE WHEN statement within the SUM function: SUM(case when 'Divisional Expenses' <> "Marketing&quo…3