Comments
-
@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.
-
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…
-
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…
-
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.