-
Applying Filter Tile to Remove Nulls Not Working
Any ideas as to why this isn't happening?
-
HTML Table Styles
I don't generally work with html table chart type, but I have a dashboard that needs borders and subheadings if possible. I am only interested in what I can control in html tables, I don't want to use bricks. I can't find any web examples with fancy tables showing borders and headings such as the following. Can this be…
-
API Tokens - Tracking Usage / Governance
From a security standpoint it'd be great to see when / where an API Token is being used. Alternatively give the activity log have a flag that a token was used vs a user logged in the system. When someone leaves there's no easy way to track which APIs are used and what needs to be changed.
-
Adding Links to Card Descriptions (Rich Text Editor)
Currently, card descriptions only support basic text and smart text. It would be incredibly useful to be able to put rich text links inside of a card description. These could be links to other items in Domo or to external sites. I imagine this working very similar to how notebook cards currently handle adding rich text…
-
Dynamic Currency Symbol Formatting
Currently in Analyzer, number columns can be formatted as currency, allowing you to append one of 4 currency symbols to the beginning of the number in the chart. It would be incredibly useful to add a dynamic currency column option. Rather than having to select 1 currency symbol for the whole column, you could select…
-
Show "Output Rows" by Action in ETL run details
Currently when you view the run details of a MagicETL dataflow, we can see the rows processed, duration, and status of each action in the ETL canvas. It would be very helpful to see an additional column that shows the number of output rows of each step, similar to how we can see the output of each transform in MySQL…
-
Domopalooza Live Stream
Does anyone know if there is going to be live stream of Domopalooza presentations?
-
Incorrect subtotals on the cards
Hi There, I have this table on a card in Domo where the Average Wage = Labor Cost / Labor Hrs. The Avg wage is being calculated correctly in all the top 8 rows but in the subtotal row (highlighted in green at bottom) Avg Wage is being calculated as sum of all row's average wage, instead I would like to view it as…
-
GoTo Webinar Connector
Domo already has the GoTo Meeting connector, but having the same for the Webinar product that GoTo has would be great. Particularly a connector to pull registration and attendance for all hosted webinars.
-
Waterfall Chart that allows for intermediate results
Hi, we are currently not able to built a waterfall with intermediate results using the waterfall chart in domo. It is somehow possible with a workaround using the bar chart to create bars that reflect an intermediate result step. This would be super useful, since for now we are opting out for other solution that are more…
-
Dynamic (Contextual) Annotations
Annotations are extremely useful as a visual cue on cards to explain why calculations may differ on or following an event. Currently these annotations are generalized to the dataset/date. Annotations could be further expanded to be row-level contextual, only visible when filter conditions are met. Suppose Store A is…
-
Capturing a calculation and add the result to a new dataset.
Hello everyone, I am seeking to compute the present amount of accounts receivable at the end of each month and integrate it into a dataset. This will enable us to analyze the fluctuations in these figures on a monthly or yearly basis. However, I'm unsure about the process of capturing this output and creating a separate…
-
Multiple case statements
I have 3 columns in a table with with fruit name , benchmark value and achieved benchmark value. Ideally I would like to use colors on a table when (in this example) : Apple is equal or greater than Apple benchmark value then Green, else Red Orange is equal or greater than Orange benchmark value then Green, else Red Pear…
-
Create a date field from separate month and year fields
I have a data set that for some reason has a field for month and a field for year but does not have any date column. Is there a way to string this together in a beastmode to create a date by using the first of every month? Like "01/"&Month&Year?
-
Adding Group to Alerts
I have applied PDP to an alert. I have selected the policy, but when i try to share the alert with groups, I am not able to. I have one person on PDP - but all Data, but when i type her name to share the alert, her name doesn't pop up.
-
Dropdown fields / Data Validation via Webform
It would be great to have the ability to create dropdowns or do data validation in webform cells.
-
Ability to remove unnecessary columns directly in the input DataSet before loading all its rows
The functionality I require is already available in the MySQL and Redshift DataFlow… …in this example deselecting "department" and "state" columns. This option would make it possible not to load all columns for all rows in the DataSet. I hope it will be available in the Magic ETL input DataSets as soon as possible. Thank…
-
Presentation
Hi all, I am a analyst in my company and have been asked to give a presentation to all of the internal managers on domo, its uses and how they can start using it. I am wondering, are there any good resources for putting together a high level presentation that you all have seen? Does anyone have a PowerPoint they have used…
-
Output of dataset STATS tab to PDF
For larger datasets — that is, with more than 15 columns — the STATS tab of the DATA section is extremely laggy. Would it be possible to allow us to output that STATS summary to a PDF file in order to speed up the process? Doing so would also allow more rapid confirmation when a dataset column consists of only NULL values,…
-
View all values in a column in preview
Troubleshooting would be improved by the ability to click on the header of a preview column to see all distinct values in the column, similar to tables in Excel.
-
New PPT Connector: Adding multiple cards from one dashboard
Hi! So with the old PPT connector you were able to find a dashboard and select all the cards from that page you wanted, select a page filter, and then imported into ppt. With the new connector are you able to do this or do you only have the option to select one card at a time?
-
What Role/Grant is required for MS Office Add-ins?
I have not tested lately, but a while ago I believe it was required that a user had to be an editor to use MS Office Add-ins. Is that still the same today? Can "Participant" users extract data from Domo to Excel or can I create a custom role? I don't see a specific Grant for MS Office Add-ins so I was wondering which one…
-
API Authentication Access Token Expiration Time
After issuing a request for an access token, what measurement is the expires_in data expressed in? Minutes? Seconds? Example Response: { "access_token": "whatever", "customer": "acmecompany", "expires_in": 3599, "jti": "81dece4c-df73-4569-853c-2d1a328897fd", "role": "Admin", "scope": "data user", "token_type": "bearer",…
-
Show only 2024 costs
My usual disclaimer: I am not a programmer, and usually need an ELI5 for this :) I have a version of this code working that is intended to show the total PlannedCosts when summing the 5 FinancialCategoryName types I have listed. Basically the same thing without the YEAR(Month,2024) AND piece. That works. Now I'm trying to…
-
Scheduled Report Bulk Management
Can their be a feature enhancement that would allow admins to bulk edit scheduled reports to allow a selected number of scheduled reports to be disabled, enabled, deleted, or the owner changed?
-
Formatting Variables
Hi, I am using a variable and some values are %, others are $. However, I the formatting doesnt seem to change when I try to switch them to a string by using concat and adding a % or $. They just come out as 1000 instead of $1000 or 57 instead of 57%. Here is my beastmode. What might be causing this? CASE WHEN…
-
Updating a Table through Workbench
I have a SQL table that gets constantly updated. Meaning, the old entries in the table get updated all the time. I connected this table through DOMO workbench and chose that the update method should be 'Append' instead of 'Replace'. However, it just adds new entries instead of updating existing data. Is there any way to…
-
Inline Line Editing Structure
Hello, I am trying to use inline editing to make changes to a dataset by labeling a line item 'YES' or 'NO'. The data I receive is replaced each morning (Some line items are updated, some are removed, some stay the same. ) Currently any changes I make today to the data will be erased the next morning. I have tried doing a…
-
Count Distinct with Or Case Statement in Beast Mode
Hi! Happy Monday! I'm trying to create a beast mode in which I'm counting the distinct sum of registration IDs regardless of the number of products that are attached to that registration ID except when the product name contains 'Guest.' So if a person registers for multiple sessions all of those are under the same…
-
Start change value suffix with a space in multi-value chart
The ability to start the 'Suffix' for the change value in a Multi-value chart with a space would allow users to give more context to the change value. Currently, any space in the beginning of the suffix gets ignored.