コメント
-
Possibly. Can you go back in and Edit the dataflow and then click Save and Run?
-
Looks like a permissions issue. Mine is like this: I would reach out to your admin and get the permissions adjusted.
-
In the data center, click on the dataflows icon on the left side of the page. then search for your dataflow name, "constructor ETL" and click on the title. This will take you to the Settings section of the dataflow. In the far right, you can click on the 3 dots and click on Run to force it to run.
-
These are frustrating errors. When this has happened to me, if it says it saved, then I just close the tab and then run it from the ETL overview page. If it runs successfully, then I'm good. Otherwise, I go back in and edit again. Usually it runs fine after that. Hope this helps.
-
@larryjacobs Here's a screenshot of a dataflow that I use to find unused datasets. Here's the JSON for it, which you can copy and paste into an empty ETL and then connect your Domo Governance Datasets at each input spot and then see which fields I am using for each. Hopefully, this will help you know which field to use in…
-
Sounds like you just need to look at the Equipment # column for your beast mode, which evaluates by row automatically. It would look like this: CASE WHEN 'Equipment #' LIKE '%100%' THEN 1 ELSE 0 END
-
Each workflow has a settings tab which is where you can schedule how it should be kicked off. Your 2nd workflow can be kicked off by when your input dataset is updated. Choosing the Trigger of When Datasets Update and then selecting the appropriate datasets will cause your 2nd dataflow to once any of the selected datasets…
-
Displaying the quick filters directly on the card in the dashboard view is not currently an option. You could submit it as an idea in the Ideas Exchange as a future enhancement.
-
You can create a second card that uses the slicers chart type and have that at the top of your dashboard. This will interact with your main graph on your dashboard.
-
You can take your result object of your first workflow (which would be your output dataset) and make it the input dataset of your second workflow. To use these objects as "parameters" against your main dataset in your second workflow, you can set a constant of 1 on both datasets and join on that value. This will make it so…
-
Yes, you can do this with some of the dataset that are available in the Domo Governance connector. Specifically, you would want the Dataflow Details dataset and the Datasets Dataset. You can then build an ETL to let you know which ones are used and which ones aren't.
-
I agree with you that it doesn't appear to operating the same as the indicated definition in the formula editor. I would suggest sending it in as a bug to support@domo.com and see if they will fix it. In the meantime, I would use WEEK() as you definitely have more control with the extra parameter options.
-
Beast mode functions tend to follow the MYSQL definition. https://www.w3schools.com/sql/func_mysql_weekofyear.asp Where are you see inconsistencies? I got the same result in my card and the w3schools editor when entering in 6/19/2023.
-
Is it also possible that some of your rows don't have leading zeros and some do? If so, you can use the LPAD() function to add leading zeros if everything should be a certain number of characters.
-
Here are a couple common issues with joins in Magic ETL It is case sensitive Leading or trailing spaces An easy way to address both of these is to add a formula tile to each table prior to the join and use the following functions UPPER() - converts the text field to uppercase TRIM() - removes any leading or trailing spaces…
-
Here's another video walkthrough that may be helpful.
-
@deona720 I wonder if your canvas is too wide. Have your tried putting your objects into two rows on your canvas and see if that works?
-
@Edgar_Movius interesting. I tested on a table card on a dashboard and I was able to do it. I will try and record and post when I get a chance. Maybe check your interaction filter and see if that is preventing it. This is what my interaction setting looks like.
-
If you hold down your mouse click and drag, it will highlight the cells you want to copy. You can then press ctrl+c to copy the text and then paste it into Excel or wherever else you need it.
-
On the history tab of the dataset, you should be able to go over the right and wrench will appear and you can choose "delete this update"
-
You might also consider using the Form and Dataset Brick where you can have the users fill out a form and submit the data. You should be able to make a dropdown list of datasets so that the users don't have to locate the datasetid. You can then build cards off of the submitted data to manage the requests.
-
You might want to look into using the flex table to do this. https://domo-support.domo.com/s/article/360043429073?language=en_US
-
I tested with my faceted chart and it does seem like a bug that it is not letting you hide the value scale using the show label option. As far as working with what you have, what macro/value do you have in the data label settings? Whatever you are displaying in the black box inside the bar with the data label settings…
-
You can't truly omit those rows and still show the total, but you can click the minus sign next to 2021 which will collapse those rows keep the detail from showing. If you do this in analyzer, it will save as the default setting for the viewer of the card.
-
You may want to look into pfilters (or deep link filtering) to help you with this: KB Article: https://domo-support.domo.com/s/article/360042933114?language=en_US Video walkthrough:
-
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 limitations. Check your filters and try temporarily removing all of them and see if your new data shows.
-
If you scroll down below the chart, it should show the dataset powering the card and how long ago the data was updated. Does that match what you would expect?
-
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 appropriate fields show up. Seems like this is what @muahmmad_zaidi dealing with as well. It's a nuisance bug that will hopefully be…
-
Scott, One thing you can do is to use this FIPS CBSA crosswalk on this page. Ideally, you could find a svg files that has the excact CBSA borders, but one didn't turn up for me in a quick google search. Hope this helps.
-
The developer instance is free. There is no direct tie to your prod instance. You would need to manually create dataflows or datasets in each instance. If you are looking for migration options, you would want to consider the Sandbox feature, but it is a premium feature. You can read the KB article here:…