-
How to get the information for Domo Governance Datasets to the lowest level?
Hi, I am helping the IT team in my company to trace each Domo card to ALL of its dataflows and datasets behind. Domo has provided data governance datasets that are automatically generated by Domo itself everytime a new dataset or card is created. But it doesn't enable me to see all of the datasets behind, only the last…
-
Help for nested case statement in beast mode
I have these two measures made in beast mode that looks like this: Status CASE WHEN `Delivery` = 'Done' THEN 'Complete' ELSE CASE WHEN IFNULL(`Quantity`, 0) < IFNULL(`Order Quantity`,0) THEN 'Pending' ELSE 'Complete END Completion Percentage ( COUNT(DISTINCT CASE WHEN `Delivery` = 'Done' THEN CONCAT(`Company Code`,…
-
how to use the percentage of a category as the summary number
Hello, I have this card that looks like this (Showing only one month's data) What I want to show in the summary number is the percentage of expired category(14,131 / 8,961+14,131) that is made available when you hover over the chart (61.19%). How do I do that for the summary number? Thanks!
-
How do I translate these report format in Excel to Domo?
Hi, I have these tables that looks like below: The formula shown is for J12, and going from J12:V16 they have the same syntax of formula like that. Other numbers are manually input or linked from other sheets. Now, how do I replicate the report format and the formula in Domo? I have tried using Beast mode to solve this,…