-
How do I see all the visualizations available?
How do I see all the visualizations available?
-
Do I have the right code in my Python Script?
Hi, Select Columns 2 has four columns, they are EFFDT, ACAD_PLAN, DESCR, and ACAD_CAREER. I wrote a Python script to filter the EFFDT column so that it only includes rows where the value is 'A'. However, when I try to join this dataset with another, I receive an error stating that the referenced column, which is the…
-
Filter Interactions with other Filters
Dear Domo Support, We can set filters interacting with other filters in a dashboard. However, when we change a filter selection, the selections in the other filters are as is and this can show invalid or no data in the cards. Here's the filter interaction scenario. We have 4 filters. Filter 1 interacts with filters 2, 3,…
-
App Studio: Share Page as PDF
Similiar to traditional dashboards, a prospect has suggested the ability to share App Studio Pages as PDF's.
-
Import App Studio App to Dashboard
I'm currently building App using App Studio for my company, and I realize that people will go to the 'App' tab at the top navigation bar and access these shared apps. As there would be more and more apps replacing old dashboards, it would be inconvenient to look up and categorize these apps. I'm wondering if DOMO could…
-
Using Magic ETL
I have dataset where the values are like this. Column name item and dependent Item Dependent A x, y Here I need new dataset where values should be like this by using the magic ETL. How to do this Item Dependent A x A Y
-
Need Help Changing to LAST 12 Months and sorting in proper order
The Card below shows the total call volume by month, and I have a quick filter to modify the number of years. I created the following beast modes. Standard Date (X Axis) DATE_ADD(addTimestamp, INTERVAL (YEAR(CURRENT_DATE()) - YEAR((addTimestamp))) year) Count of 'Addtimestamp' y Axis Reported Years for the Series (…
-
Getting data from Current Month backwards as Past Due and Future
I am trying this code but still cannot get data from previous month from last year 2024. All I got in "Past Due" is data from current month (January) and in "Future" I get all the data from future month plus from last year CASE WHEN MONTH(`SSD`)<=MONTH(CURRENT_DATE())AND YEAR(`SSD`)<=YEAR(CURRENT_DATE()) THEN 'Past Due'…
-
Running Total Beast Mode with Fixed Functionality
I’m working on a running total Beast Mode that tracks ticket sales by event. My current formula works fine: SUM(SUM(tickets sold)) OVER (PARTITION BY EVENT ORDER BY DATE ASC) However, these events reoccur yearly, and I want to compare ticket sales pacing to previous years while maintaining drill-down and filtering…
-
Currencies
Can we please get more then just 4 currencies to use. I cannot come up with a work around to still have numbers formatted correctly when using currencies like INR or CAD.
-
Why is it creating duplicate rows?
Hi, my first dataset has 21,683 rows, and the second dataset has 323 rows. However, when I joined them together, the resulting dataset has 31,045 rows. I noticed that there are duplicate rows. How can I fix this? Thank you!
-
Campaigns Error Message
I have a campaign that contains an HTML table card in the email body and is triggered to send by a dataset alert. I recently received this error message on a failed campaign delivery which I have never seen before. The same trigger was able to send to another recipient on the distribution list. Can someone help explain the…
-
Campaigns Error Message
I have a campaign that contains an HTML table card in the email body and is triggered to send by a dataset alert. I recently received this error message on a failed campaign delivery which I have never seen before. The same trigger was able to send to another recipient on the distribution list. Can someone help explain the…
-
Form does not load in embedded link
I am using an embedded link to host the app for my form. When going to the link the form does not load, only the placeholder. I have made the app public but can't seem to find a fix. Any input is welcome.
-
JSON "error parsing an expected JSON response from the API"
Using the no code connector - How do we even identify where to start looking with this error? "Domo is ready, but there was an error parsing an expected JSON response from the API. Please check that the API is returning the expected dataFailed to execute import successfully." There are no logs to look at or results. All…
-
Formatting on Dashboard
Has anyone ever seen this? One of my cards extended further to the right pane on the dashboard than all the others and I'm unsure why. Don't know if I accidentally hit something on the keyboard or a shortcut, but I can't get it to go away. Would also like to know how I did it so maybe I can make my dashboard wider without…
-
No error, but no change when using “Change Dataset Properties” API
I’m running into an issue running the “Change Dataset Properties” API, however. Running the code below should update the dataset name from “DataBricks Product Dataset” to “Databricks Testing”. I get a 200 status back and the response object returns the properties object as expected, but no change takes place either in the…
-
Error After Workbench Upload : Tundra Exception Duplicate primary key found - Doesn't fix itself
I am struggling to get this resolved through support. We have had these Datasets uploading perfectly well for the last 16 months via Workbench. Initially we upload all of the data using a basic Select query in Workbench and the data indexes fine. Then we set the wokbench on a schedule, amending the wokbench query to upload…
-
Zoom Connector - Webinar Reporting Challenges
Many people in our organization frequently conduct Zoom Webinars as part of our business model. The most important KPIs for us are # Registered and # Attended. Perhaps I am approaching this wrong or this is an opportunity for enhancement of the connector, but we have the follow challenges: Webinar Participant Report - the…
-
Best Way to Fetch GT Metrix Stats for Multiple URLs?
Hey everyone, I’m trying to build a GT Metrix connector to pull performance stats for about 40 URLs. I figured out how to bring in data for one URL at a time, but setting up 40 individual connectors and merging the results doesn’t seem like the best approach. Is there a way to request reports for multiple URLs at once?…
-
Zoom Connector - Webinars
Our organization has numerous individuals who conduct numerous webinars. I can not seem to figure out how we can efficiently pull in webinar data with the Zoom Connector. Any ideas or can this be requested? The Webinar Participants Report and Webinar Details Report requires you to select the specific User ID and Webinar to…
-
Displaying rolling data
I have a rolling metric as my top level card so Jan sums Jan data, Feb sums Jan+Feb, Mar sums Jan+Feb+Mar etc, is there a way in my drill down that when I drill in March say that my drill down will also show me the raw data for Jan, Feb & March and so on? Thanks
-
How to change date fomat in the Data view
I m viewing the data from snowflake inside my dodmo dashboard. when i clcick on data, i see the above, But i want to use different date format. Can someone help
-
Workflow Help, identifying a Form submitter and sending an E-mail.
Hi there, I am building a workflow similar to the workflow that Dan Hendriksen built in his "Getting Started with Workflows" demo that involves filling out a Form, sending an approval, and then sending an email. In my version, a sales rep fills out a Form embedded in an App (their weekly update), that then triggers a…
-
Display Record Count in Magic ETL on each step
Tl;dr - display the record count in MagicETL on each step of the last successful run of the ETL. Detail: I often spend quite some time diagnosing and fixing ETLs. In larger ETLs, it can be very onerous to determine whether a record with an expected behaviour makes it through the entire flow to the end to validate the ETL.…
-
Display Row count at every step in Magic ETL
Currently if you want to know your row count in Magic ETL at any stage other than the out put, you have to place a few temporary tiles to get there. I.E. add a rank and window tile to establish a Row Number column then aggregate with a group by to get the max row. Would really love if each tile could show the rows…
-
Full-Size Card Background Color and Filters Background Color
I have created DOMO dashboards with a color scheme that is in-line with my web application. The embedding of the dashboard is seamless. However, When I expand on a card, the background is the defualt white background. Additionally, when I click on the filter icon in my application, the filters bar is also the default color…
-
how to control Schedule report authorization
i want to control Schedule report authorization,it means that only granted users can have schedule report authorization.I try to control the authorzation by role items:Export from Domo,but also the export function(excel,csv and so on) can not work.i think it would be better if we can separate the Export from DOMO item to…
-
Can we update a single value in a dataset?
Trying to set Task Completed to 1.00 via a workflow.
-
Join in ETL
Question: I have two separate databases where there is only one common column, which is the "salesperson." The first database contains sales values for each salesperson. The second database contains the area of operation and products associated with each salesperson. I plan to create a new column to calculate the…