-
Formatting Values in Calendar Card
I'm using a beastmode conactenating two text fields as the value in the calendar. See attached screenshot. I want to place the second value, after the " / " on the next line rather than under the first. Is that possible? It seems writing any html or a break statement isn't working.
-
Can I Remove Color Rules from the Legend?
I have a "Bullet" card that has color rules for each range of values. I want to remove the color rules which are displayed in the legend in the attached image. I also had to choose the color rules as when =/= 0. Is there an option to have a the range value for a bar to always be a color? Thanks
-
Can color rules be used on the symbols in Grouped Bar + Symbol cards?
My question is essentially the subject of this thread. I am creating a card and need some sort of call out to bring to the attention of the person viewing the card that the value of the symbol (the ratio of actual to budget) is less than 1. This would show that what the bars represent is under budget. I have tried to use a…
-
Using Multiple Summary numbers, Concat() HTML for color rules, how to get all numbers on same line?
See attached screenshot. Trying to use multiple summary numbers and get the numbers to line up alongside each other (KWH KAU DBA ect), rather than stacking. Beastmode to generate numbers: CONCAT( --KWH (CASE WHEN ((COUNT(CASE WHEN `Analyzer_Domo_Property__c` = 'Timbers Kiawah' THEN `Campaign.Name` END)) / MAX(CASE WHEN…
-
Drilldown from Gauge Card to YTD Month Grouped Bar
I am working with my company's financial data in Domo to build an executive dashboard which will show, amongst other things, information about actual revenue vs budgeted revenue year to date. I have built a card in which the sum of the rows for actual revenue is the gague value, and the budgeted revenue is the actual…
-
Can % Change Be Computed Using a Beastmode?
[see attached image] Suppose I have this two column dataset: one column has the date and one has a quantity. What I need is to take a quanitity, subtract the quantity corresponding to the month before, and then divide that difference by the quantity corresponding to the month before. This is the (new-old/old) way to…
-
Does The Connector I'm Looking For Exist?
I have been shopping around for a connector on Domo but have not settled on the right one yet. The main purpose of this connector is to automate the rather arduous task of manually uploading ~25 financial spreadsheets to Domo each month. What I'm looking for: >Files can be saved locally and the connector is set up to…
-
Monthly Percent Change in Opportunities
I am trying to create a line+grouped bar card where date is set by month to show the % change in opportunities overall at the same times as the count of opportunities. The grouped bars measure how many opportnities were created by channel i.e., each bar represents how many opportunties came from digital, referrals, etc.…