-
Using a variable to switch between x-axis values, not aggregating on bar graph
I'm trying to create a card where a user can switch between different aggregation groups for their x-axis. So if they select "Race/Ethnicity" they get something like this: and if they select gender: I successfully set up the variable: And the BeastMode referencing the variable: But when I try to graph using that BeastMode,…
-
Variable Example Use Cases
The Domo team has created a few example variable pages to help get your ideas started. Here are a few examples of how to use Variables in Domo, these pages are publicly embedded and have links to the variable set up & sample beast mode codes. Variables General Example Page - Dynamic calculations with dynamic columns -…
-
How do I create a checkbox variable
This seems simple, but I haven't found any documentation on how to build and use a checkbox variable. Right now I am using the radio dial variable where I can always select one variable at a time. For example I can check 'Ramped Headcount' and get the number of ramped headcount, then I can switch to 'Partially Ramped…
-
Making variable values the same as another column
Hi, I have a table full of hundreds of advertiser names. I would like to select an advertiser name in a dropdown control, and in the pivot table below, censor all the advertiser names to 'xx' and only show the advertiser name that's selected. I have created a beast mode that does this but I have 2 issues: How can I make…
-
Conditional Formatting Based On User
Hi, everyone. I'm fairly new to charting in Domo. We are trying to format a report differently based on the logged-in user. We are not trying to filter the results, but simply highlight the user in the context of the report. To oversimplify things, given the following dataset: …if I wish to display this in a Table card and…
-
Variables - where can I manage/view all in my instance?
Starting to use some variables in our instance, and I want to make sure I have a good way to review/manage them as they are created/changed. I checked in the Beast Mode Manager thinking that would be the most logical place to find them, but unless I'm missing it I don't see a way to filter to them (tried searching by name…
-
Filter Chart Type
I am creating a dashboard page and we prefer using filter chart types so we can move the filters anywhere in the dashboard that we see fit. My cards have variables that contain options for different data points so users can choose how they want to see the same report (eg. by year, by quarter, by month). Is there a way to…
-
Filter using Slicer Card and Variable as the Input
I have a dashboard that I would like to display that has multiple dimensions (Var1) that I would like to see such as Region, state, and department. I would like to then use the populated list of items from Var1 as a filter card in the page. The filter card would be, a list of regions, states, or departments that populate…
-
Domo Cards using Variables - Are they bugged right now?
I have a few cards that use Variables in them. Yesterday it seemed that they weren't properly loading filters on the side of the card. This morning they have fully broken. I have tried re-building two of the cards from scratch but whenever a Variable is used the card and/or filters will no longer render properly.…
-
Variables as Checkbox - Unimplemented Error
Hi All, Love these forums! Anyways. I created a beast mode calculation that takes into consideration my Campaign Metrics variable values. CASE WHEN Campaign Metrics = 'A' THEN (…) WHEN Campaign Metrics = B THEN (…) ETC… If I try to change the variable's control type [from a dropdown] into a checkbox selector [which allows…
-
Change value formatting based on KPI selected in variable
I have a card that allows the user to select which metric (Sales, Units, Margin %, etc) they want to graph by, using a variable control. Is there a way to force data formatting to be 'currency' when 'sales' is selected for example? Then when a user selects 'units', we'd want the formatting to now be shown as 'number'. With…
-
Variables in Smart Text
I have two variables Items Description Is there a way I can add "Description" to a card using Smart Text so that it shows the description of the "Item" selected in the title? Example: User selects Sku: 123456 Title reads "Total Soup Spend"
-
DOMO Conditional Formatting in Tables (Change of text color only to an RGB value, not the full cell)
Hi! Just wondering if it's possible to change the color of the text in a table for conditional formatting, instead of just the color of the cell? I want for example the text colors to be green and red in white background depending on whether they meet the target or not. Thanks!
-
Variable holding a list
I want to implement a variable that has a list of countries for a region. Something like: AsiaCountries = ["Japan","China","South Korea"] EuropeCountries = ["Spain", "France", "Germany"] Is there any way to do that for Domo variables?
-
DOMO Variables - Color Coding for Diff Dimensions
Hi everyone! I wanted to create a color coding for a chart that uses a DOMO variable. It is a stacked bar chart with fix x and y values, but the series/categorization changes. For example, it could be a plot of number of people in the world (y) for a given age range (x), and the series/dimension is geographic region (North…
-
Change chart sort order based on variable value.
Hi, I have created a variable that I am using on the y-axis of a bar chart. With the toggle letting switch between categorical and date values. I would like to be able to alternate how the y-axis is sorted based on which variable value is currently on the chart: Date values: The date values are calculated by year and I…
-
Variables Use Cases & Feature Walkthrough
Domo's Education and Product teams have provided this video diving into Domo Variables use cases. What can be found in this video: What is a Variable in Domo? Two use cases that illustrate some of the solutions that Variables provide. How to implement Variables in your own cards and dashboards. How Variables can replace…
-
Disable Variable Control under certain condition?
Hi, I have a dataset that contains Final data and Preliminary data. Final data contains both 1st party and 3rd party delivery, but Prelim only has 1st party. We have a dashboard that visualizes this data with a single select slicer that filters by either Final or Prelim. I have a variable control on our dashboard that lets…
-
Domo Variables Use Cases
A customer is seeking access to access to a page called "Domo Variables Use Cases" that provides examples of variables and appears in the below video:
-
Apply color rules to variable values
Hi, I have set up a variable which I use in the series of a line chart to toggle between different categories like brand, product line, country, etc. I would like to apply specific colors to each value within the category, for instance: For Brand: -Mercedes: Red -Audi: Blue -BMW: Green For Product Line: -SUV: Yellow…
-
How do you create multi-select controls?
As far as I know Variables can only have Controls that are single selection, is there a way to create mult-select variables and by extension multi-select controls?
-
Can we set the default value of date type Variable to current date or today's date?
Hi all, I created a date-type variable and I wanted the default value of that variable to be currdate() or today's date. Is there a way to get this done?