-
Defining Custom Color Palettes
It would be nice to be able to define custom color palettes to choose from. I don't mean the ability to set color rules on datasets or cards, or the white label features in embedded analytics. I mean adding your own palettes to the color picker for internal dashboards. Right now, having to use hex codes for everything is a…
-
Adrenaline Dataflow: Inequality Correlated Subqueries Unsupported
Hello, I'm attempting to perform a correlated subquery using an inequality as shown in the below example. SELECT a."Opportunity ID", a."Owner ID", a."Created Date", a."Close Date", a."Snapshot Date", a."Last Modified Date", a."Next Step", a."Competitor", a."Amount", a."Stage", (SELECT COUNT("Opportunity ID") FROM "pushes"…
-
Analyzer: Don't Automatically Choose Chart Type and Columns
When opening a dataset in the Analyzer, often the Chart Type and Columns that are selected are not the ones that we want to use. It would be nice if it didn't automatically select these and did not turn on auto-preview until we have selected these options ourselves and are ready to run the first preview.
-
What is the Stuxnet Connector!?
I was browsing through connectors earlier and I found this connector called Stuxnet Writeback Connector: https://neustar.domo.com/appstore/connectors/com.domo.connector.writeback.stuxnetconnector?origin=search The details for the connector seem pretty sparse. This is kind of concerning seeing as Stuxnet is the name of…
-
Hide Legend on Funnel Cards
On the funnel card, there is currently no option to hide the legend completely. This would be a useful feature.
-
Getting Current User Profile Data
I'm currently working on a custom application that allows users to submit data. We would like to be able to capture a field from their Domo profile in order to apply PDP when showing the data that they have submitted. Is there a way that we can capture current user data from Domo when the user is viewing the card?
-
Alerts on Output Dataset Fail with False Claim of Duplication
When attempting to add an alert to the output dataset of one of our dataflows we receive the below error message: We have added a Remove Duplicates step to the dataflow on the `Case Number` column just before the output dataset, however this message is still being received. We even compared the Count to the Distinct Count…
-
How can I fix this Beast Mode Window Function to display the proper value in the total row?
I have the following table that is using window functions in beast mode to calculate pipeline coverage. I have these window functions for calculating the visible visible columns: Pipeline/AOP SUM(CASE WHEN LEFT(`Stage`, 1) != '7' THEN `Pipeline` END) / MIN(`AOP`) OVER (PARTITION BY `Selling Lane`) Late Stage/AOP SUM(CASE…
-
Issue with Nested Case Statements
I have a dataset of call records. I am attempting to filter out records that fall outside of business hours when the 'Call Result' is 'No Agents in Queue,' based on the product the call was associated to. I have created the following Beast Mode calculation to do so: CASE `Last Leg Product`WHEN 'NPAC-CCS' THEN (CASE WHEN…
-
What is the point of getting certified?
I just completed my Level 1 data specialist cert. All that I got out of it to show I'm certified is a PDF of a 'certificate of completion.' What is the point of paying for the certification if there is no legitimate, verifiable credential through something like BadgeCert? Is this something that will be coming down the…
-
Limiting Pivot Values
I have a pivot table that I am creating with rows broken down into 2 dimensions and values as the count of a 3rd dimension. I would like the output only to display the top 3 Dimension B's for each Dimension A. Below is a screenshot of my current table (intentionally blurred). I would like to display only the highlighted…
-
Filtering Multiple Values in One Column with Match Values
When filtering with Match Values as in the screenshot below, does Domo intuitively understand that these are all individual things to filter out? I cannot use a selection filter in my case because the values are not currently in the data but may be included in the future.
-
Links to Input/Output Datasets in Magic ETL Editor
Oftentimes I find myself having to open a new tab to navigate to the various input and output datasets when in the editing canvas for a Magic ETL. It would be nice if there were a link that would open the dataset in a new tab somewhere on the configuration dialog that appears after selecting the tile.