Hi, I am trying to build a card that shows the broken beast mode by owner name, but can't find the owner name. I tried to link the 'DOMO Governance - Beast Modes' data set with the 'activity user' dat…
Hello everyone, I am building a table view card that shows the owner name, dataset/dataflow name, no of times it has failed, and timestamp when it has failed. I got the first two columns but how do I …
Hi Folks, I am pretty new in DOMO and need your help. I tried with the following code in DOMO beast mode. CASE WHEN DATEDIFF(CURRENT_DATE(), `Last updated Date`) > 3 then concat('<div style="color:red…
Hi, I have five columns in the dataset named Product1, Product2, Product3, Product4, and Product5. I want to find out how many products have been sold in 1 transaction. All columns have value 'Y' and …