-
Update Data Error
Good Afternoon Community! I have a DOMO Card that I created that I am having problems updating the data to. The intial data was loaded using the CSV Connector. When I re-run my data set and try the CSV connector I get to the screen that asks if I am sure I want to move 1 card to a new DataSet. I click Switch Data. The next…
-
Display Decimal Places
I was wondering if anyone had a solution for this... I hvae a field I built in Beast Mode that has this CASE logic... (CASE WHEN `cost` IS NULL THEN 'n/a' ELSE CONCAT('$',ROUND(`Cost`,0)) END) When i try and put 2 in for the round places and if the value does not have any decimal places to strat with in the raw data it…
-
Grouping my data
I am building a card that lists out quantity for each Action (STARTS, RESTARTS, TERMINATES, STOPS). Each Set of Actions can fall into a different Week (WEEK1, WEEK2, WEEK3, WEEK4 & WEEK5). My data is summing up but it is creating multiple duplicate lines (See Screen shot). How do I get each action to show only once and…