-
Re: How to create 2 Output Dataset in DOMO (unable to load this dataset issue)
@WorldWarHulk if you go into the history of your dataflow, you can click on the status button for more details:2 -
Re: Beast Mode to remove text after space
@ozarkram you can do this using the instr() and left() functions. You use instr() to find the first space, and then use left to take everything to the left of that index. The formula looks like this:…4 -
Re: Card Data
How large is your dataset? I believe this error is typically seen when your dataset is larger than the rendering limits on the card - all your data is there but your visual gets truncated. (see kb ar…4 -
Re: calculate percentage difference between 2 values which is in a column
I think it's not working in your pivot table as laid out because you have the difference column underneath your larger categories of ACTUAL and BUDGET (so in the ACTUAL - difference, the only data th…3 -
Re: Beast Mode to compare the record from the recent Monday to the last Monday
I would do this in an ETL by filtering your dataset to this monday, and then using a second branch, filtering to last monday. Then you can right join last monday to this monday on date, po number, an…1