MarkSnodgrass Coach

Comments

  • You can use the dynamic textbox card to change the color of the value, but there is not an option to bold just the value. That would be a nice enhancement and worth submitting in the ideas exchange if it isn't already in there.
  • You should be able to do this by going to the Chart Properties and choosing General and selecting the Font Style and Font Color that you would like. Here is a screenshot:
  • Have you tried adding a filter in the analyzer of "# of users > 20"? This should keep those smaller ones from showing when other filters are applied.
  • You can avoid even doing a beast mode if you put your date column in the pie name and then adjust your date range filter to graph by year. This will group all of your dates by year and do the work for you. See screenshot.
  • When you click on Add Filter and you go down to your Name column, do you see an arrow pointing to the right at all? Or is there no arrow? In the screenshot below, you can see the Acc Year column has an arrow pointing to the right. Do you have that in your instance? Are you using any PDP policies or other security policies…
  • Try deleting the filter and then see if you have the choices when you go to add it back again. When you are adding it back again, don't immediately click on the column name, look for the arrow to the right and click on that.
  • I think I had the same problem as you a while ago. When you click on Add Filter, click on the arrow to the right of the column you are wanting to filter on. Then click on Select All. Here are some screenshots to help you. This should make your filter apply to all the datasets on the card. Hope this helps.
  • I like to use the Bullet chart type for this type of visualization. It allows you to have a different goal for each month (or names as it is referred to in the Bullet chart). Here is a link to the KB article. https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Building_Each_Chart_Type/Bullet_Chart
  • I think that screenshot is from an earlier release of Domo as I notice the total is not to the right of the Donut in that screenshot, like it is when you create a donut card. It is an interesting display option and you could submit it in the ideas exchange to see if they can add that functionality in the future.
  • I think there are a couple Domo features worth pointing out before working too hard on a beast mode formula. First, Domo offers a Fiscal Calendar feature. You just need to e-mail Domo Support to get it enabled and provide them with your fiscal date information. You can read about it…
  • Assuming you want to group by month and client, I would suggest adding a CASE statement to build the labels. It would look like this: SELECT Reporting Month, Client , sum(balance) as Clientbalance, CASE WHEN SUM(balance) < 10000000 THEN 'Less than 100m' WHEN SUM(balance) < 20000000 THEN '100m - 200m' ELSE 'Greater than…
  • Try this CASE WHEN `invoice number` = 325940 THEN 'CS10003' ELSE `customer code` END
  • What I have done when I need to anonymize names like this is create an Excel file that contains the client's real name and then another column that has a fake name. In my case, I needed to change last names, so I googled most popular last names, copied the list from the table and pasted it into my Excel file next to the…
  • To get the time between the first entry of one column and the last entry of another for a particular column, you are going to need to use the ETL. You can accomplish by doing a Group By and group by the ID and use the MIN function on the HRC Create Date and the MAX function on the Status Change Time. This would give you…
  • The TIMEDIFF() function will get you the hh:mm:ss value between the two if you are just looking to get the difference between the Status Change Time and the NRC Create Date in a single row. Yours would look like this: TIMEDIFF(`Status Change Time`,`HRC Create Date`) Here's a link to the documentation:…
  • @hamza_123 You have to contact support or your customer success manager as this feature is only enabled on demand, per the knowledgebase. Here's a link to the article and further explanation about managing the roles. https://knowledge.domo.com/Administer/Controlling_Access_in_Domo/Managing_Custom_Roles
  • You can actually do this really easily with the Split Columns tile in the Magic ETL. In the Split Columns options: 1. Choose your column 2. Select Custom and add the | 3. You can leave the checkbox unchecked since you don't care about the rest of the data. 4. Give your new column a name Hope this helps.
  • Are the values that are in "Value Owned" and "Managed Values" text or numeric?
  • I see a couple options for your depending on what you are wanting to do. I assume you are using a table card to display your results. Option 1 - If you are wanting to literally highlight the field, use color rules You could create a color rule for the Managed Values column and set the condition where "in" is blank and then…
  • You can do this with the Split Columns function in the ETL. Assuming your structure has 2 folders and then the filename, it would look like this: This would result in the following based on your data:
  • @Jeffsnake Have you looked at the Domo Governance Dataset in the connectors section of the app store? It contains multiple datasets about cards and pages that should get you what you are looking for.
  • Kiruba, You just need to contact your account manager and ask them to add the pivot table - beta chart type to your instance. They should be able to do it quite easily and you will have access to it. Hope this helps.
  • Looking at the options for a YoY by month alert, have you tried the following: Metric - Most Recent Month Meets this condition - Decreases by % For this value - 1% That seems like it would do it. Hope this helps.
  • I find that getting something like a country total works best in the ETL. You can get the country totals by adding a group by and then joining back to your main dataset. It would look like this in the ETL. If you didn't want to do that, have you considered using a Nested Bar card? It does a nice job of showing the…
  • To my knowledge, there is nothing like that in place. In the dataflow settings, you have 3 options: Manual, on a schedule, or trigger if a dataset is updated. You could build something pretty elaborate in the dataflow that would generate a row count and then if it is above the number you want then it could continue. I…
  • You need to replace the blanks with a zero prior to using the calculator. To do this, insert the value mapper tile and do the following in the steps of the value mapper: 1. Select your column that has the blank values 2. Choose Overwrite values in searched columns 3. Keep the original value 4. Click the wheel cog and…
  • I recently did a bullet chart as @Aditya_Jain suggested and created green, yellow and red bard based off of percentages by creating beast modes and color rules. The end result looks likes this: I created a beast mode for Green that just has a value I want for green and then put that value in the Range 1 value. I did the…
  • @hamza_123 Have you installed the DomoStats - Datasets and Dataflows app from the app store? It might have what you are looking for. It will create a page with a number of cards with analytics about your datasets and dataflows. I think you might have tweak one of the cards that it creates to get what you want, but it…
  • @AvinashK You should ask your account manager to enable the Shapes card in your instance. It is currently in Beta, but they can add it to your instance and I think it will accomplish what you are looking for. Here is a link to the documentation where you can see all the different shapes you can use.…
  • I tested with what I think is similar data and was able to get it to do what I think you want it to do. Try setting a color rule for Most Recent RP to be a certain color and then set another color rule for Self-Awareness to be yellow as well as setting a color rule for Self-Efficacy to be yellow. Then do the same for…