Comments
-
Unfortunatley there isn't a way to merge cards. However, there are a few different options that might help you acheive your goal: -One way would be to create a dashboard so that you can have the cards side by side and view all the data at once that way. -Another way could be to merge the data into one dataset and implement…
-
Good morning, If you go to the details for the data set, the fourth tile over reading 'Tidy up this Dataset' will allow you to see any dataflows that this specific dataset is being used in.
-
I would reach out to the Admin of your Domo instance. They should be able to check on the UserID for your login. They can also force reset your password if this is needed.
-
One thing you could try is going into the 'Change Interaction' option on all the other cards on the dashboard and in the list of cards it will interact with make sure this card isn't selected in the 'Apply to selected Cards' section. I beleive it's the other cards that are still set to interact with this main one. Let me…
-
A simple way I can think of would be to change the background color on the cards you want to draw focus to. Something along the lines of a yellow card on a white background would surly draw the attention of viewers.
-
To acheive something like this I would either recommend using a beast mode calculation (calculation done on the card level where you can create a new column via a calculation.) https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Transforming_Data_Using_Beast_Mode Or you may want to look into the ETL feature…
-
I really like this and am going to have to implement something similar. I do have one question. On the title reading 'Overall Health', what is the arrow to the far left of the box?
-
When viewing the Dataflow, on the overview tab it will show you how many cards, datasets, and dataflows the dataflow is being used in.
-
Would you mind posting the beast mode calculation you have come up with? I'm thinking you might be able to do something along the lines of: CASE WHEN (beast mode calculation >= 100%) THEN 100% ELSE (beast mode calculation) END
-
Scratch this. I am now using the beta of Mega Tables and Pivot Tables which allow me to do what I needed!
-
Good morning, These three pages are unique to each user so it will only show the cards they have added to these areas and only they can see their unique pages. There is no way to remove access to these unfortunatley.
-
Good afternoon, Using the Magic ETL Group By Tile you should be able to acheive this. It will ask you the column you want to identify the grouping which would be your date. You then would name the new aggregated column. Select your revenue column as the column to aggregate and the aggregate selection would be sum. Let me…
-
A solution might be: CASE WHEN 'cost' IS NULL THEN 0 ELSE 'cost' END It will have a 0 rather than 'n/a' which may not work for you, but this would allow you to choose the format of these values as currency and choose to have 2 decimal places. My thinking is that having 'n/a' or a concatenated value with '$' turns every…
-
@Millhouse - is there any word on wether or not a scroll feature will be added for normal table cards? For a lot of situations pivot/sumo cards do not have the look and feel that are appropriate when compairing to a normal table card. With the implementation of dashboards, I would really like to include these table cards…
-
Good afternoon, To my understanding, all filters you are wanting must be applied on the original view of the card. Then, after drilling down, all the filters will carry over to the drill down view. The same goes for date ranges.
-
Unfortunatley there is no way to collapse or minimize cards/collections when designing a story dashboard. Feel free to drop this in the idea exchange as it does seem like it could beneficial!
-
I beleive the reason for this is that your Beast Mode does not contain any aggregations which is required for it to be used as the summary number. I feel you could incorporate the SUM function since you are already using total numbers it shouldn't change them and it should allow the calculation to be used as your summary…
-
As of now, there is no option for a vertical border when designing a dashboard (however seems like a good idea so I would suggest dropping it in the idea exchange!). To acheive the goal you are trying to, I have found myself resizing cards until it will allow me to add another one on the side of it. Let me know if you do…
-
What is the calculation you did for this gauge name? I noticed it was a beastmode so there has to be something within the calculation that is breaking the gauge.
-
Good morning, At this time, there is no way to schedule recurring updates for doc cards (must be updated manually). This is a great idea though that should be posted to the idea exchange! If you want to go the extra mile all I can think of is using a python script to run through the process of updating the file if you have…
-
It must be something with the data type of the date. What data type does it say it is?
-
You are able to acheive hyperlinks on cards using CONCAT in a Beast Mode. I found a previous thread that helped me acheive this: https://dojo.domo.com/t5/Beast-Mode-ETL-Dataflow/Adding-Hyperlink-to-table-values/m-p/3070#M180 Let me know if you have any questions/if this works for you!
-
The documentation found in the Knowledge Base has always helped me when it comes to formating my dates/times: https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Transforming_Data_Using_Beast_Mode/03Date_Format_Specifier_Characters_in_Beast_Mode To convert to 24 hour try: DATE_FORMAT('Date Field', '%T') Let…
-
The use of the Substring function might be of better use here. Here a link to the Knowledge Base article for the correct syntax of the function: https://knowledge.domo.com/Prepare/DataFlow_Tips_and_Tricks/Pulling_a_Segment_of_Text_from_a_Text_String You can also use the Replace Text tile in the Magic ETL if you want to go…
-
You can do a beast mode calculation finding the delta between the two years and use that as your Y value. You can than change the format of the number to display as a percentage. Let me know if this works for you!
-
After playing around with this for a while I was unable to find a way to create these vertical lines. One alternative I thought of was adding a column to your data that resembles which quarter the data is in. From here you can color code the different quarters. Not as straight forward as what you were hoping for but it may…
-
For this you can go to the admin settings for your Domo Instance. In here, you are able to create groups. From there, you can assign each group the appropriate access rights which will then limit their abilities within the instance.
-
Would you be able to elaborate a little more on what you are trying to acheive? From a quick glance it seems you might be looking for information encompassing PDPs: https://knowledge.domo.com/Connect/Personalized_Data_Permissions_(PDP)
-
With an error like that you may want to reach out to your Account Executive.