Comments
-
I think what you are asking must be possible using a DDX brick at the very least. There are a ton of radial gauge options, can you be a bit more specific about what you are trying to accomplish? Possibly sketch it out? Are you looking for something like this?
-
@DavidChurchman Thank you for posting this, very helpful!
-
Every analysts favorite game... Spot the disparity! Do you have any duplicate, or blank loan_ids? Did you try Full Outer Join? Have you confirmed that your input datasets are exactly identical as the inputs for your excel file? Does your excel file possibly have manually entered data? Lastly, identify exactly which…
-
Congrats @MarkSnodgrass and it was great meeting you recently!
-
This would be amazing! Even if it were gated behind a "Sensei" level or something along those lines, visibility into the changes would be so helpful in being a MajorDomo and managing our communities.
-
Thanks Grant, I knew it was buried in the chart properties.
-
I just ran into this problem again, I appreciate your feedback @DuncanDomo that's exactly the sort of tile I'd like to see. Creating another dataflow and chaining them just to handle nulls is a bit problematic and looks bad / hard to teach for end users.
-
@TheLookout That's awesome! Thank you, this will save me a bunch of time.
-
There should be a pencil icon near your name on the overview of the dataset created with the connector. This will allow you to re-assign the owner. When you re-assign the owner, it may prompt you with a warning such as: ** Account Access Warning The new account owner may not be able to update the data source without access…
-
Hi @leeloo_dallas I think you are correct in creating a new column in your dataset that includes the date/times you want to show in the 24 hour period, even where there is no quantity of likes. I have attached a couple images to show what I think is your desired output and the data that is powering it, which I set up as a…
-
Can't agree with this enough. Offboarding is a pain for power users when you can't see this usage.
-
As it turns out, it WAS amazing! Thank you to the team that pulled off this excellent event for the community.
-
Complete :)
-
Can't wait, sounds amazing!
-
Absolutely agree this is needed from an administrative/governance standpoint. De-provisioning power users carries risk without admin visibility to the developer.domo.com tokens.
-
I like money AND badges. I like using the Dojo to find answers to Workbench, ETL, and Card building questions. Please LOL my responses and posts whenever you see them. Thanks.
-
Yes Yes I think it was created in an older version of workbench, and we've just been nursing it along. Another user has the job and they can update this dataset through the older (pre 5) workbench still. It's bizarre to me that the new workbench doesn't "see" this particular dataset.
-
I just wanted to say that I think this is a fantastic idea and happened upon this post today after wanting something similar.
-
I agree with @ST_-Superman-_ on all of these great points. I would add that whiteboarding sessions are invaluable tools to creating cards that your team feels more invested in. As far as best practices, in our organization we have a templated card description that allows anyone looking at any card to understand what they…
-
I think you are missing a comma in the DATE_ADD statement. Try changing DATE_ADD(CURRENT_DATE()interval 3 days) to: DATE_ADD(CURRENT_DATE(), interval 3 days) Also I'm not sure why you have so many case/end statements? I use the following block of code for date buckets, and it works fine else-chaining without the Else/Case…
-
@jaeW_at_Onyx thank you much for this video and for the great explanation on why you would prefer not to do this via ETL. How do I get the lead/lag functions? When I attempt to call them via beast mode I'm getting 'Invalid Formula : This calculation is using a nonexistent function.' Thank you,
-
@WHM THANK YOU! This was a HUGE help for me today!!!
-
Hi AnnK, This is a great Idea! I looked for other ideas in the Ideas Exchange regarding the Activity Log having dimension/measure specific data and came up empty handed. I'd suggest posting it over in the Ideas Exchange so that it can be properly voted on. https://dojo.domo.com/t5/Ideas-Exchange/idb-p/Ideas **Say "Thanks"…
-
Have you tried utilizing the Line+nested bar chart type? In this example I've created a simple beast mode for an average of my values for A1, A2, and A3 divided by 3 and plugged that into the Y Axis dimension. (`A1`+`A2`+`A3`)/3 **Say "Thanks" by clicking the heart in the post that helped you. **Please mark the post that…
-
Hello Judit, Is there a reason why you would need to do the case statement for only the January month? I would think you would want to create the beast mode for the Service Level, and then another beast mode for the Month/Year. Then you would end up with an average that displays along side the month label. This offers the…
-
Hi, interesting stuff! I'm struggling to understand the use case for this. If I wanted to have a table card with links to another card with filters for category already applied, would I use this? I downloaded the excel file, plugged in what I think are the appropriate values, and attempted to hit refresh all, but I get an…
-
Hi CKing, I think that this post over in the ideas exchange is the same feature you are describing/requesting. https://dojo.domo.com/t5/Ideas-Exchange/Add-tags-in-DOMO-Stats-report/idi-p/37806#M6937 I'd suggest adding a kudo to the post to show your support for the addition of these fields to the Domo Activity Log (which…
-
I think you would be better off doing the SQL step, but I think it is possible in ETL as follows. I utilized the tables from the cross join example on w3resource here After adding these tables using excel upload to function as inputs, I used add constant to the company table of an ITEM_UNIT column containing string 'Pcs',…
-
I think you would be better off doing the SQL step, but I think it is possible in ETL as follows. I utilized the tables from the cross join example on w3resource here After adding these tables using excel upload to function as inputs, I used add constant to the company table of an ITEM_UNIT column containing string 'Pcs',…
-
I think you would be better off doing the SQL step, but I think it is possible in ETL as follows. I utilized the tables from the cross join example on w3resource here After adding these tables using excel upload to function as inputs, I used add constant to the company table of an ITEM_UNIT column containing string 'Pcs',…
