Comments
-
You could submit the functionality you are looking for as an idea in the
-
No you can only add an prefix or suffix to field name. You can change the field name, but it will change it not only in the total but also in the rest of the instances of the field name in the pivot table. Which does make sense, you want end users to understand that they are seeing the total of the same field that is in…
-
You can disable interactions on the dashboard so that the card is static. There is a workaround where a user could get into the expanded card details view by expanding a different card on the dashboard and then cycling through all the cards on the dashboard until they get to the one they couldn't expand. The only way to…
-
Happy to jump on a call to troubleshoot with you!
-
Writeback tiles are really useful! I would reach out to your CSM to learn more and see if they'll enable a trial for you to test it out. If you are not on consumption, there will be a cost to enable it. If you are consumption it is included but you have to request that specific writebacks are enabled in your instance, for…
-
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.