Hey, I wanted to unpivot two value column, let's say, A & B, in which the first column gives A,B (row wise) and the second column gives its corresponding value. Thus, I can use the first column as fil…
Hi, I wanted to rename App to Web for this campaign, and I tried using a formula to achieve this in the ETL. Here is my formula CASE when campaign = 'CM1' then 'Web' else channel END But this is not g…
Hi, I wanted to achieve the below screenshot data via beast mode. For each token id, whichever column (B,C,D) has non zero value, in the Merged column, I wanted to get that value. I tried case stateme…
Hi, I'm trying to create an alert by comparing two values lies in two columns. Here is the example Date column A Column B Jan 7 88 90 I want to set up an alert , when Column A < Column B and the messa…
Hi , I'm working with the Domo Governance dataflow, and I wanted to create a card which shows a message based on the successful update. I have 4 dataflow A,B,C,D. I wanted to see a message 'successful…
Hi, I am facing an issue with the alert message. In the card, I have a filter for date, which is 2 day lag from current date. So that I wanted to get the alert by showing the data for 2 days lag. I ha…
I wanted to set the range of a value field like, case when 'value' <=1 then '0-1 end from this range, I wanted to see the count('dimensions'). I have tried this in beast mode, but not getting the corr…