-
Re: Fusion, how many rows is too many?
@grimmers that's wicked! glad to hear. If your dashboard does slow down, consider dropping columns in your Fusion. If any of the responses from @GrantSmith or me helped, please feel free to mark them…1 -
Re: Is it possible to get the list of users / groups a dataset is shared with?
I hear you on the clutter issue. -- Implement content management practices that makes UX / UI the responsibility of the business -- If it's not a data security problem, then maybe you can direct user…1 -
Re: Creating Buckets in Beast Mode
Is `temperature` numeric or string? '33' and 33 ARE NOT the same thing. '33' is a string whereas 33 is numeric. I suspect you want CASE when (`temperature` >= 33 and `temperature` <= 39) then '…1 -
Re: Rename the week # for the X-axis
I don't believe you can change formatting in Analyzer's Graph By methods. What you can do is build your own beast mode concat( 'Week ', week(date), ...) Personally I avoid implementing Week in beast …1 -
Re: Counting number of user per card in data governance datasets
Domo Governance has Pages and Users (tells you which users have access to which pages) Domo Governance has Pages and Cards (tells you which cards are on a page) Domo Stats Activity Log (which will lo…1