コメント
-
Some good ideas exchange ideas related to smart text that I'd recommend upvoting: https://community-forums.domo.com/main/discussion/56197/variables-smart-text-chart-axis-legends
-
Short answer is no. Long answer is smart text doesn't show up in a lot of places: Scheduled Reports Powerpoint exports When searching for content in Domo and more It really only shows up in the card, on dashboards and on apps. I would recommend making this a feature request in the
-
A couple of options: 1. Utilize the card description. This is what we use to explain each card in detail on my team. It doesn't require any extra clicking and is right above the chart, which leads to a greater likelihood of it actually being read by users. 2. Change the card action for the card on a dashboard or app.…
-
Admin > Dashboards > Select the dashboard > EDIT > Move Dashboard > Choose Location > Top Level Dashboard > Choose Permissions > Move Dashboard
-
You can create copies of datasets and dataflows: With the copies you could then swap them out in the ETLs/views. Does that accomplish what you are trying to do?
-
Use case is when you want to edit the schema of a dataset. Here are the steps to use the tile: Drag the Schema tile onto the canvas and connect it to an input. This surfaces the schema as a table with the Column Names, Expressions, and Data Types of the input. Connect the Schema tile to other Magic tiles like the Formula,…
-
Assuming your Widgets field is numeric: SUM(CASE WHEN `WidgetColor` = 'Purple' THEN `Widgets` ELSE 0 END) / SUM(`Widgets`)
-
Yep I noticed this too. This was updated to prepare for the rollout of Report Builder and the new reports experience. You can see your card and dashboard reports by selecting the drop down:
-
You can set the report to link to whatever content you'd like through the button in the top right of the report. The current limitation is 1 link/button per report.
-
@nathankilcrease
-
This is essential. Need to be able to surface this in smart text and in date selection on card.
-
Hoping the 5 upvotes here can be consolidated with this post:
-
@khushboo_ a button and URL to link directly to a tab within the same app and another App/App Page. Basically we need a way to direct users to a specific tab within any app.
-
Yep! Values are doubling because you are summing them. Switch to MIN or MAX to fix
-
Can you share what your card setup looks like in analyzer view? Curious to see the sorting and filters you are using.
-
Bizzarre. Try: DATEDIFF(CURRENT_DATE(),StartDate) I am using your data and getting the correct results. Can you share what your card setup looks like in analyzer view? Curious to see the sorting and filters you are using.
-
+1 A big need for our team as we have gone all in on Smart Text. Being able to use smart text in axis labels and summary numbers would help our developers a ton.
-
Sounds like a bug. I would recommend submitting a case to Domo support.
-
It sounds like a grants issue. Can you share some screenshots of what you are seeing?
-
@Larry_Goodwin luckily the inverse exists if you fat finger!
-
We have this exact same need. Buzz is disabled in our instance as well.
-
Sum of Total margin for dataset (A, B, C) divided by 2: SUM(`Total Margin`) / 2 Sum of Total margin for dataset (A, B): SUM(CASE WHEN UPPER(`Dataset`) IN('A','B') THEN `Total Margin` ELSE 0 END) (Sum of Total margin for dataset (A, B, C) divided by 2) minus (Sum of Total margin for dataset (A, B) ) (SUM(`Total Margin`) /…
-
https://community-forums.domo.com/main/discussion/55570/is-there-a-reliable-way-to-make-magic-etl-intentionally-fail
-
Gotcha. I would recommend using a LAG function Structure your data to look something like this: Month Amount 01/01/2024 100 02/01/2024 103 03/01/2024 105 04/01/2024 110 05/01/2024 115 06/01/2024 116 07/01/2024 120 08/01/2024 126 09/01/2024 129 10/01/2024 135 11/01/2024 139 12/01/2024 120 01/01/2025 140 02/01/2025 146…
-
Hi @_DanielB_ , I would recommend using one of Domos period over period charts:
-
Hey @Serena_Verma! New PDF reporting was announced at Domopalooza last week. It isn't currently available but it is in the product team's roadmap.
-
Ran into a use case for this today. Hoping to see this soon!
-
Yes there is! More > Admin > Scheduled Reports
-
The stock photo woman with glasses has been replaced with the "Getting started with App Studio". I have clicked the x multiple times and it keeps coming back.
-
A team member of mine reminded me that you can do this using the error function in Magic ETL