-
Re: Card not reflecting updated Dataset/Dataflow updates
I would then check what filters you have in place that might be keeping the data from being displayed. Check your date range filter and see if it has some hard-coded between dates or other date range…2 -
Re: How to create a stacked bar chart?
I have found lately that when I change chart types, the fields to use don't automatically change to match the chart type until I drag a field into one of the areas. Once I do that, the appropria…1 -
Re: Need Help: Subtract CurrentRowDateTime - PreviousRowDateTime from same column
You can do this in Magic ETL, use the Rank & Window tile and use the Lag function to get the previous entry, which will create it as a new column. Next, add a Formula tile and subtract the two ti…1 -
Re: How do I get unique values from a column?
If you are in a table card, one way is to drag that same column in again as the 1st column and choose count. Then in the chart properties, General - Hide Columns, enter 1. This will hide the 1st colu…2 -
Re: Does Domo support Mode function?
No, there is no Mode function. You could potentially calculate it with a group by to count the number of values and then use rank & window to rank them by count and then filter to where rank equa…4

