-
DataSet via Email Connector - Using the Email Address to find the Dataset
Hi All, I have a "DataSet via Email Connector" email address (a1b2c3d4e5f6@example.mail.domo.com), but I don't know what dataset it connects to. How can I find the dataset that the email address belongs to? Thanks
-
Grouped Bar - Hiding bars at dashboard view
I have a Grouped Bar card. If you go into card view, you can click on the name of the bars in the legend to hide/show them. However, from the dashboard view, clicking a bar name in the legend doesn't do anything. From the dashboard view, is there anyway to hide specific columns? Could it be done through a filter card, or…
-
Copying values from a table card as text
Firstly, sorry if this wasn't posted in the correct forum, wasn't sure where it would best fit in. A user wants to copy values as text from a table card. When right-clicking the only option is "copy image", this is not what they want. If you press ctrl+C, the values copy as text which is what they want. Is there a setting…
-
Sorting on both Columns and Rows when using pivot tables
Hello, I'm encountering an issue when trying to sort on both columns and rows in a pivot table. I want my columns to be sorted in date order, left to right - oldest to newest. I want my rows to be sorted in alphabetical order, top to bottom - A to Z. It seems to only apply the first sort in the list and ignore the other.…
-
Time Difference larger than 24 hours
I have two date columns, and I want to find the time difference between them. Sometimes the differences between the times is larger than 24 hours. How can I get the entire time difference, making sure to also take the difference of date into account? In beast mode, TIMEDIFF(col1,col2) looks only at the literal time, and…
-
pivot table column percentages
Is there anyway to display percentages in pivot tables, in terms of cell count vs total column count? I have attached an example. In each cell with 'XX.XX%' I want to display the percentage of the count for that cell divided by the grand total for that month. E.G. the percentage cell for "2020-Apr, In SLA" should show…
-
Completely disable card interaction on dashboard
I've got a card on a dashboard that I want to completely disable interaction on. I know you can go into the card interaction settings and untick "Enable interaction filters", which does stop the card from applying filters to any other cards on the dashboard, but it still greys out other parts of the card and shows the…
-
Only using data from latest append
The dataset I'm using is appeneded to once a day (but at somewhat irregular times), domo has created the columns _BATCH_LAST_RUN_ and _BATCH_ID_ to show this. I want to create a card using this dataset, but I only want to use data from the latest batch. What is the best way to do this? Thanks.