Comments
-
Looks like there was a minor incident reported where some were experiencing connectivity issues within the datacenter.:
-
It is because there are days in 2025 (January 1, 2, 3, 4) that are part of the week starting December 29th. So for the week to start with Jan 1 would be an incomplete week and would not be consistent with the weeks to follow on the graph. You could format your data in an ETL to be grouped by a custom calendar week start…
-
Yep! On the dashboard with the text box, select a card (open it in details view) before or after the text box. Then, toggle over to the card using the arrows as shown in the image below: From there you will be able to save-as the text box (Notebook card).
-
Could you share screenshots of your ETL? The pivot tile details.
-
Yes! If they are from the same datasource this will happen automatically. You may need to adjust filter exceptions if they have been applied previously.
-
First click "Edit Dashboard" and then use the wrench icon on the card once you are in dashboard editing mode.
-
Do you mean that you can not drill down at all? Or that once you drill down the data is wrong? Check the card interactions and make sure Drill in place is selected. If you have not created a drill path for the card then the option to select "Drill in place" will be greyed out and you will not be able to select it until you…
-
Yes to all of your questions! You can either use Filter Views, Filter Cards on your page, or filters on the cards themselves (Quick Filters). 1.Page Filters/Filter Views: 2.Filter Cards: 3.Quick Filters:
-
What you've shown in your screenshot are "Filter Views" they are bit different. In my screenshot I added filter cards (cards whose only purpose is to filter other content) to the dashboard. Here is a KB article explaining filter views: To use filter cards, what I showed in my screenshot, you need to create a filter card in…
-
You can create multiple filter cards on your dashboard, as shown in my screenshot above. Just create a new filter card and save it to the dashboard. When you use the filter on the dashboard it will apply to all cards on the dashboard that have data powering them with that field name.
-
This is not possible within a card, however you have some options: 1. Create a dashboard and add drop down filters above your table card on the dashboard 2. Add quick filters to the table card to filter the data, these will be either single select, multi-select or match values filters - Not a dropdown. Dashboard with…
-
This is a fantastic idea!!!
-
No problem! It's called "Order Tile" for Magic ETL.
-
Would users using the date range and graph by options suffice? Without creating any variables, users can select if they want YoY, QoQ, MoM, WoW, DoD and the date range to compare.
-
There is a new tile in Magic ETL that is currently in Beta that would allow for this and make it MUCH easier. You can reach out to your CSM to see if you can join the beta for it. Otherwise, you'll have to use a SQL dataflow and do the following: 1. Create a table in a MYSQL dataflow: SELECT Account ID, CASE WHEN…
-
Yes you can accomplish this using Magic ETL. Step 1: Split out your input data into two groups: Starts and Ends. Use two formula tiles. Formula tile #1 (Starts) will look like this: Formula tile #2 (Ends) will look like this: Step 2: Append these groups together using the Append Rows tile: Step 3: Use a filter tile to…
-
Use CASE WHEN: CASE WHEN Last_Update >= NOW() - INTERVAL 4 HOUR THEN 1 ELSE 0 END
-
You can use the Dynamic Unpivot tile in Magic ETL: Results:
-
I understand now, thank you! Yes you will want to do what @ggenovese recommended.
-
I've re-read this like 10 times and can't figure out exactly what you are trying to do. Could you share once again slightly differently? Or maybe show two excel samples: what the data currently looks and how you would like the data to look with the beastmode?
-
You could use a lead function to get all the conferences attended on the same row in an ETL. 1. Use Rank and Window tile to create lead functions 2. Filter to only rows where Conference Attended = 'A' Final output:
-
This is an SSO issue. How have you configured SSO for your instance?
-
@DavidChurchman looks like you are in a dataset view, not the data center. @nickcorona things look normal for me: I would recommend submitting a case to Domo Support.
-
The stakes are high. I'm trying to win some Domo branded keychains.
-
@DashboardDude option 1 seems like the way to go for a couple of reasons: 1. Least complexity/effort 2. Least credit implications 3. Was the idea I suggested so I would get the accepted answer :D
-
Also, if it makes you feel any better, I once deleted a page that had 27 highly used subpages that got deleted with it. It was the worst day of my career.
-
Oh I remember it was @Tasleema who said this could be done.
-
I was told this is possible by my CSM or AE I can't remember which one. But it would require working with Domo to enable for the instance/dataset.
-
@helpme12345 I did join but had trouble joining the meeting in Zoom so I was 5 min late. I have a lot of availability this week if you want to reschedule!
-
More notebook card bugs: Trying to change the color on the text doesn't apply. Trying to highlight and delete the text does not delete it. Then randomly the page blanks out.