コメント
-
You have three options: 1 - Revert your ETL to a prior version that had these versions in it on the Versions tab of your dataflow. If you made additional changes to the ETL after removing these datasets, you'll have to reapply your changes. 2 - Delete the old historical dataset and just create new testing/validation…
-
Quick responses today, but I'll add here's a link to the documentation about the Calendar card: https://domo-support.domo.com/s/article/360043427973?language=en_US
-
Do you have a picture of what you're currently seeing or how you have your pivot table configured? And is it correct to assume you're sorting based on the Actual Total column?
-
Are you getting an error when attempting to save the beast mode to the dataset? You should be able to save a beast mode to a dataset that has a variable in it. I've tested in my instance, and it works correctly.
-
Hi @verytiredgirl , When I'm trying to do comparisons like this I format my data so that when a date is selected, it will have all the other associated dates with it and then you can just use some beast modes to get the relative values. I've done a write up on this method here:
-
There isn't a way to do this through the UI, but I'd recommend adding this as an idea in the idea exchange. I'd upvote it.
-
They likely were developed independently of each other. This would be a great idea for the idea exchange to recommend the Domo team implement and allow other users to vote on this.
-
This sounds like a bug with the platform. I'd recommend logging a ticket with Domo Support outlining your issue for the development team to look into.
-
This sounds like a bug with the platform. I'd recommend logging a ticket with Domo Support outlining your issue for the development team to look into.
-
What do you currently have set for your sorting options on the card? Are you sorting based on the date first and then the total second?
-
The public APIs are restricted to datasets created by the API; the API cannot upload data to non-API datasets.
-
You could try and leverage Domo's AI capabilities to allow users to ask their questions and get answers.
-
The issue is likely the top level net revenue and expenses are pre-aggregated and remove the granularity for GL. You may need to swap the data sources so you have your more granular data source to allow for filtering but may require some extra tweaking.
-
Right now I don't believe it's possible but I'd recommend adding it as an idea in the idea exchange
-
I'd recommend logging a ticket with Domo Support as this sounds like a bug within Domo and they'd be the best resource to help with the issue.
-
What type of errors? I'd recommend logging a ticket with support as that'd be the fastest way to get a resolution
-
"Copies" are actually just the same card. You can see this if you edit the card on both dashboards the ID in the URL for the card will be the same so there isn't really an original and a copy. If you want to "delete" a "copied" card from a dashboard all you need to do is select Move/Copy and remove the dashboard from the…
-
Hi @Ab_Israni When I'm doing comparisons for year over year for custom ranges what I do is restructure my data so that I have several different periods for each record based on the date. For example if you're looking at January 1st it'll have a current value of Jan 1 2026 and a Last Year period value of 2025. I've done a…
-
In this case you'll need to log a ticket with support to have them look into the issue.
-
CASE WHEN Metrics = 'QTY' THEN CASE WHEN SUM(QTY) != 0 THEN SUM(QTY) END WHEN Metrics = 'Sales $' THEN CASE WHEN ROUND(SUM(Sales $), 0) != 0 THEN CONCAT('$', ROUND(SUM(Sales $), 0)) END END Just apply the same logic inside your case statement so you have a nested case statement.
-
Have you tried using a conditional beast mode? CASE WHEN SUM(`field`) != 0 THEN SUM(`field`) END
-
This may be a bug, I recommend logging a ticket with Support to have them look into it.
-
Yes, I'd recommend using the Dataset Copy with Append update method. This will update the dataset every month and automatically give you a timestamp (BATCH_LAST_RUN). You could use an ETL to union these two datasets together and have a column to state "Current" or "Historical" and trigger it to run on your historical…
-
Did you end up using the files API endpoint or a different endpoint?
-
This sounds like a bug with how CourseBuilder is building out the YouTube links. I'd recommend logging a ticket with support
-
When you're using your single groupby (before your formula), what are the values being returned for: SUM(Budget Sales Dollars) SUM(Budget COGs) SUM(Budget Pounds) Do you have any filtering in place? Are there records making it to the group by tile?
-
You can create a custom managed attribute which would allow you to use the new field as part of your dynamic groups.
-
Workbench connects to a single instance. You'll need a secondary workbench server to authenticate with your UAT environment and pull the data.
-
Is the account type the same as the connector you're attempting to use or is the shared account type the same as the account type you created?
-
If you store it as a field in your dataset, you can use Smart Text to display it in a notebook card
