Comments
-
@DanBrinton Is there any information on these custom attributes being updateable with bulk-updates? The link you shared says that it is being looked into, I'm just hoping that it is a functionality that is going to be included.
-
@arashhemmasian_2023 as of yet, no.
-
Create a beastmode. Replace 'FIELD' with the column that contains the values you're looking at. CASE WHEN 'FIELD' IN ('Level 02','Level 03','Level 04','Level 05','Level 06','Level 07') THEN 'Level 02 - Level 07' WHEN 'FIELD' IN ('Level 08','Level 09','Level 10','Level 11') THEN 'Level 08 - Level 11' WHEN 'FIELD' IN ('Level…
-
DomoSupport can already do this. Making it available to customers would be fantastic.
-
This has come up in our workflow again and would drastically improve Domo for our end users. Please, work on this as soon as you can.
-
I disagree with gating the information.
-
What I've done when I encounter this is open a new browser window and use the non-saving card as a guide to build the card again in the new window. This isn't perfect but helps you rebuild the card again much faster. It may also be worth adjusting settings on the card one at a time and saving after every step. If my memory…
-
I don't know of a great solution here if you are only able to use Quick Filters. You could build a beastmode but that isn't great. CASE WHEN `datapointA` = 'green' OR `datapointB` = 'circle' THEN 'Yes' ELSE 'No' END The issue with this is you would need a separate beastmode for each combination of ORs. Something else you…
-
This would be fantastic!
-
I agree with the comment @MichelleH made. I personally like the "Edit ETL" button not being in the drop-down menu but when I finish editing the dataflow, it should take me to that dataflows overview/history page instead of the data center.
-
Using your screen shots I built a webform and tested this out and I got the same results. I added in an "Alter Columns" tile and CAST the "Total Revenue" column to be a Fixed Decimal and after that the Rank & Window returned 0.0 on the rows I expected to be 0. I can't remember exactly why this happens but it is something…
-
@JasonAltenburg I wanted to add one thing, if you're doing this later in the dataflow you can use the IFNULL() command rather than a case statement. IFNULL(`col1`,'') will return the same value as your example case statement. I use that in combination with the NULLIF() command frequently. IFNULL(NULLIF(`col1`,''),`col2`)…
-
This is something that I would love to see implemented.
-
If you're using the DomoStats datasets, you could build a small dataflow to show you dataflows that have failed a specified amount of times since their last successful run. I built this real quick so I'd be willing to bet there are optimizations/changes that you could make. The two inputs are the Dataflows and Dataflows…
-
If the NULL values exist in the input dataset, you can configure that fields settings in the "Input DataSet" tile. Not as easy as a tile to handle it for all fields at once but it is easier than a formula tile.
-
The standard "Funnel" chart type doesn't have the option to drop the legend but the "Stream Funnel" chart type does. Not really a solution to the actual problem but this may be a temporary work-around for you.
-
You can comment out blocks of code with "/*" and "*/". Not as easy as highlighting a block of code but much faster than having to comment each line out individually.
-
I'm not sure if you were able to get the DomoCLI to work with username/password but I ran into the same issue you did. The fix I found was temporarily removing multi-factor verification from the profile that was being used to log into DomoCLI. Hopefully that helps!
-
Thank you for the reply! If you hear anything about this feature, please let me know.
-
@AS wrote:... Coming down the line also should be a feature that allows you to change column names from within the Domo data center. That's probably your best option, but it's probably at least a couple months away. Is there an updated timeline for this features implementation?
-
We had this same issue happen to us, we use version 5.0 though. We spoke with Domo and they had a back up of our workbench jobs and we were able to restore them from there.