コメント
-
Check the card interaction settings for the donut chart to ensure it is filtering to all cards: Also check to see if filter exceptions have been applied to that card.
-
You can set the date range on the card to be "this month" or "previous month"
-
@Anna_Otake Not yet. It has been submitted and is currently awaiting review from the Domo product team. Hopefully with enough upvotes it will get the attention it needs!
-
Also known as "Notebook card"
-
The Pages and Users Domo Governance dataset gives you what users have access to pages. I can't find the same for App Studio apps.
-
Could you append the data instead of left join?
-
Congrats @JasonAltenburg! Looking forward to skiing with you at DP 2025!
-
I'm not sure I am completely understanding what you are trying to do. Could you create a table in a spreadsheet as an example?
-
Text as values would make sense if you are doing a count of the text values. Here is an example:
-
This is needed. And compatibility with the Group Management Toolkit for setting default landing pages as well.
-
You can use Dataset Alerts: You'll want to use Individual Rows > Any Row is Added Keep in mind that unless there is some unique identifier in the data for the colleague sending the data, there won't be a way to alert only the person who sent the data.
-
Double check that ALL columns used, not just for drilling, but included in use in the card are on both datasets. So if one is applied as a filter or sort or exists in use on the card it should be in both datasets.
-
Could you screenshot more of analyzer view so I can see what else is going on in the card?
-
If I am understanding correctly you would do the following: CONCAT(CASE WHEN fieldThatIndicatesDataType = 'Dollars' THEN '$' WHEN fieldThatIndicatesDataType = 'Percentage' THEN '%' ELSE '' END,`Value`)
-
Could you share a screenshot? I am playing around with adjusting the percentage and it is impacting the space between the individual bars in the group AND the space between groupings.
-
I walked through how to do this here:
-
You will need to join the datasets on Name. Name is not a great join key. If you have a unique ID that would be better. Also when joining it would probably be good to ensure that case matches by using LOWER() function on Name in both datasets. Again, name is not a great join key, so if there are other options use those. If…
-
Chart properties > Bar settings > Width Percentage = 100
-
Yes, a scheduled report is the best way to do this. Just build a Page with the data they are looking for and schedule it to be sent daily to their inbox.
-
Hi @user023234 , I agree and I would recommend adding a new idea to the so we can upvote the idea and it can get the attention of the product team at Domo.
-
You can use the GREATEST() function in a beast mode to get the max date across these date fields and then use that as the date filter.
-
Here are some KB articles with more information: https://domo-support.domo.com/s/article/360043441593?language=en_US
-
You could correct the nulls by using the following beastmode: IFNULL(`YourValue`, 0) You can also sort any values using a beastmode like this: CASE WHEN `Transaction Month` = 'Jan' THEN 1 WHEN `Transaction Month` = 'Feb' THEN 2 WHEN `Transaction Month` = 'Mar' THEN 3 WHEN `Transaction Month` = 'Apr' THEN 4 WHEN…
-
The best way to accomplish that would be using MagicETL. Have you used MagicETL in Domo? Or a SQL dataflow if you are more comfortable with SQL.
-
You can accomplish this using the Pivot Table card.
-
Sort on descending and then limit to 10 items:
-
Gothca! Here are the steps: 1. Create a table card and add the fields Name, Age, and Birthday 2. Save and exit the card 3. Click the wrench on the card: 4. Click "Edit Drill Path" 5. Click "Add a view" 6. Repeat step 1 but with the fields you want displayed in the drill down view.
-
You would create a beast mode with the following code: (SUM(`Paid Amount`) + SUM(`Savings Amount`)) / SUM(`Bill Amount`) Then you'd create a table card with the first column being the Name and the second column being the beast mode you create. Here is a video on how to create a beast mode:
-
@verytiredgirl did you get this resolved?
-
Hi Jez, looks like you have multiple posts with the same question. I responded to the other one :)