Comments
-
@FME_Cavinder I'm sure my method is a little outdated but for anniversary dates I have a table card that just shows employees and all their service dates. I then use this beastmode to color anything within 30 days. case when DAYOFYEAR(`Latest Hire date`) - DAYOFYEAR(CURDATE()) < 0 then 'Past Date' when DAYOFYEAR(`Latest…
-
@DataMaven I know you had some examples of things that changed too, could you provide some here?
-
YES PLEASE. Domo always highlights new thing but never small changes to existing things. These small changes can have HUGE impacts and we often don't find out until months later.
-
I will give it a try! Thanks @amehdad and @MarkSnodgrass
-
@cassandra_cook1 it may also be useful to just make some filter cards that way you always know the users are filtering on the correct dataset.
-
It might be easier to do a formula by itself and then label each case as Keep or Remove and then do a filter on that field. So the formula tile would have something like "Filter Flag" and it could be like. case when member = 'person1' and date >'1/1/21' then 'remove' when member = 'person2' and date <'2/1/21' then 'remove'…
-
Done!
-
or just make an awesome mobile app😀
-
We have SAML SSO and I can confirm it works on the Mobile App. We authenticate with an app on our phone so it just brings me to that app and I have to go back.
-
I agree with Jae, try building a new dataflow and then add something in the tiles that will force it to fail that way you have some data to play around with. Right now I have a card setup called "Non Successful dataflows" which filters on Last Execution State = Failed and run state != to disabled (I track disabled flows…
-
And if you want to get real fancy you can build a recursive dataflow to track your improvements overtime. Orphan card cleanup is something I have heavily worked on for the past year and a half. We started with about 1,500 and are now just down to a few hundred.
-
As far as "impacting current users" goes My card has owner name and not ID and then I usually ask the top users to review the cards to go through their orphans or if its just a couple I will link them in an email and get approval. I also like to do a sanity check and go to the admin settings and search for the card ID…
-
@rajmo_98 @jaeW_at_Onyx is right using the Domo Governance dataset called "Cards" should give you what you are looking for. I made a pivot table directly from the dataset as shown below, just filter for when Page = Orphan (Domo has already defined this). I will say that I have had some cases where a card showed up as…
-
@Ritwik I don't think it was Course Builder but rather the courses were phased out of the appstore and moved to learndomo.domo.com. We used to have to download each individual course from the appstore which was tedious so they migrated everything to its own site. Course Builder allows us to edit those courses and make our…
-
Here is a case number I had previously associated with this same issue 05764845 @Richard
-
Agreed! If I ever only need one tile I always have to copy the one before or after it and then delete it when I paste it.
-
If you have Magic 1.0, you should be able to use the string function tile to trim spaces.
-
@learnx do you have magic ETL 2.0? If so, you can use a formula tile. I believe there is a trim whitespace function.
-
@Tow you could also use the Domostats or Domo Governance metadata and create a card to show all failed datasets or dataflows. I have one that emails me as soon as a dataflow fails and then since its in a card its easy to keep track of all the failed things rather then having to go search for all the emails. Its not as…
-
@Richard Do you know who handles Course Builder and might be able to give an update?
-
@DataMaven Have you seen this error at all ?
-
You might be able to use Dataset Views. On the card level you can't have two datasets but if you are just trying to get them to use the same name for page filtering purposes I usually just make a beast mode called the name of the column from the other dataset and then in the beast mode put the column you want to change. If…
-
@leeann_flowers have you tried utilizing filter cards and configuring them on a dashboard? I find these are more user friendly then the default page filters.
-
@CR-eSobylak they recently added this dataset to Domostats (like within the past month) however I just went to go take screenshots to show you how to get to it and I noticed its gone..weird. I also had put in a ticket because at first the dataset would not import, they told me they fixed it but maybe their fixed removed it…
-
Thank you for providing a list of all the badges! I love being able to know what I need to work towards. The Dojo has provided me with a unique group of Domo Users who I am very thankful for. I look forward to ranking up!
-
@MarkSnodgrass I'm confused on its purpose. It seems like you connect it to copy a dataset from your instance to your instance, not sure on what that purpose would be.
-
Ended up figuring out a solution using the Google Calendar connector. I added the country holiday calendars into my google calendar account and then imported each calendar into Domo. I then joined them with the Domo Dimension Calendar table to get a list of the next two years with all the holidays for each country…
-
@Anna Yardley any news on whether it will be in person or not?
-
@GrantSmith yea I think so, its one of our financial reporting systems.
-
@MarkSnodgrass I am not familiar with Form Builder, Course Builder I am though.