-
Re: % Change Question
I don't think this is possible without preaggregating the data. to apply conditional formatting, you'd have to be able to wrap the aggregate in a CASE statement CASE WHEN sum(amount) 10 .... END But …1 -
Re: Average of tickets by hour question
@user030156 , change your aggregate in analyzer from the default of SUM to AVG.1 -
Re: Managing Access Groups
@user17774 have you looked at the other reports you can generate in Domo Stats (People)? or Domo Governance (Users and Groups)?1 -
Re: Business days in Date_Add Interval
@AJ2020 is this a duplicate post? or did my lengthy response not come through (sorry i thought i answered this last week). EDIT:: totally misread your requirement.2 -
Re: Struggling to write Beastmode that reflects current MTD values
if you have different marketing sources blended into the same column then you need sum( case when marekting_source = 'value' then `amount` end ) i would recommend that you not calculate YOY or MOM as…1