-
Re: Help In Domo
Out of the box, Domo has color rules for single columns. If you're wanting to compare 2 columns and trigger a color rule, you'll want to set up a beast mode, and then key your color rule off of that.…1 -
Re: SUBDate As Filter?
@hfruecht The function you're looking for is DATE_SUB. You can use this, but you'll want to think through your filter. For example, do you have daily data, do you want to compare to the last day of o…1 -
Re: Multi-Line Chart with a "Stacked" Y-Axis?
@GarethR - there are 2 possible options. Domo has something called a flex table (see below). You could also use a faceted bar chart if your output doesn't have to be a line.3 -
Re: how to create a team in domo?
I'm venturing a guess here with very little context. But, to me it sounds like that there is a new team within a department, and they are looking to represent that in Domo. My guess is that the best …1 -
Re: Is there a way to conditionally show a column in a pivot table chart
@user09845 You could filter the column to exclude "In Scope" for all except for Training 1. case when Order Status != 'Completed' and Lead Source = 'Sales' then 'Exclude' else 'Include' end…1