-
Please go back to the last UI design
Hoping others feel this way and it gains some traction? I know it's trivial, but still….
-
Jupyter Scheduled Dataflow Stopped Working "No Output"
I've had an R Jupyter Notebook scheduled to run once per day that has successfully been running until this morning. When I look at the history, it says there are no output files. And the dataflow doesn't recognize any Input/Output datasets: But the thing is, it does have an output dataset that it produces: There is no…
-
CC/BCC Support for Emails Sent by Workflows
We are using Workflows for some task automations like sending emails to employees who meet certain metrics such as overdue training reminders or reaching their 30-day milestone with our company. One feature we would love to use is the ability to include supervisors on these emails, either as a second recipient or by CCing…
-
How do I set a default value for a workflow variable?
Trying to set Task Completed = 0, before append step
-
SharePoint connection help
I am trying to connect my instance with sharepoint. however there are categories to choose from site , subsite and more. I only want to connect the account to a sub folder in my sharepoint to later download the files from. How can I achieve this in domo and magic etl.
-
How to Delete Domo In active account by using the workflow
Can Someone help to delete an Inactive account from DOMO using the workflow Automatically
-
How do I add the current date to new rows that get appended by a recursive dataflow?
Hello, currently I have the standard recursive flow set up in the magic ETL, which tile and where in the recursive dataflow should I add to get the current date of when a new row gets added to the dataset?
-
Is there a limit on the data provided by the datasets API?
I am using the datasets api (https://api.domo.com/v1/datasets/<dataset-id>/data) to access multiple different datasets in my Domo instance using Postman. Everything works fine and Postman shows the response for all my datasets except for two which are both over 1 million rows. When I try to use the datasets API for these…
-
How do I see who has access to a card in Domostats?
I can see who has access to a Page in Domostats dataset (Pages & Users) but don't see anything equivalent for just cards
-
Alphabetize Share App "Shared" list
Hard to manage who an app is shared with when it isn't in alphabetical order.
-
DataSet Default Access Set to 'Can Share'
When sharing a DataSet in Domo, there are currently three options: Co-Owner: Allows for editing and deleting DataSet (same as owner) Can Edit: Allows for editing and sharing DataSet, but can't delete Can Share: Allows for sharing, but can't edit DataSet at all Currently, our instance defaults to the 'Can Edit' permissions…
-
Google Sheets - Metadata Import
As an analyst I'd like to import metadata about the Google Sheet as columns Metadata like: Google Sheet Name, Google Sheet Tab Name, and any other attributes that might be available In order to do automated data quality checks, and provide enhanced exploration on data sourced from Google Sheets
-
Database Management View Instead of Datasets/ETLs view
Currently users view their assets in a list in the Data tab. They have to use naming conventions, or tags to group these assets and the same goes for ETLs. The list can be filtered and includes shared assets by default but regardless it quickly becomes a mess that only encourages redundant asset creation due to low…
-
Custom Formula Default Selections for Slicer/Filter Cards
Currently, Domo’s slicer/filter cards require manual selection of default values, which can be limiting for use cases where the default selection should change dynamically based on the current date or other conditions. I propose the ability to set dynamic default values for slicers using conditional logic. For example,…
-
Smoother / Quicker method of entering 'Editing' mode reports
As I develop reports it gets very tedious having to continue to go through all the steps needed to enter the edit mode. It would be amazing if I could simply right click on the dashboard / app canvas to initiate the editing mode.
-
How can I scale a line graph to actually show the trend?
Hello I have a line graph of actual # and the full year tracker of our target/stretch goal. This is a sum of all 3 areas and can filter to only show an areas progress. How can I use the scaling to actually show the tend line? Currently it is just a thin narrow straight line that does not show any progress? Thanks, Garrett
-
Notes Tile in ETL
I know that we can make notes on every tile, but what I would love to see is a note tile where all it is, is a note. Sometimes I want to make generic notes in the ETL that relate to a few steps, or an overall process, or something relating to the business question not the tile specifically. So a notes tile would be great.…
-
Need help with specific code that is not working in either beast mode or magic etl formula tile
Hi the following code I am using as a filter on my card and have it set to "on list" its called skus to be purged "CASE WHEN On Order = 0 AND (Future Demand = '' OR Future Demand IS NULL) AND (Future Books = '' OR Future Books IS NULL) AND (Reserved + WMAVAIL <= 10 AND WMAVAIL > 0) AND WAREHOUSE_CODE = 11 THEN 'On List'…
-
Image not working in text card in app/dashboard?
I build in app(dashboard), having 4 text cards where i added image and some texts. It is working fine with me, but when i shared it with audience, they can't see image in 1st three cards, while they can see on 4th one.
-
Pivot Table Date Range
Here's my pivot table setup: Rows= Project Name, Financial Category Name Columns = Financial Month Values = Actual Cost Works well so far, but what I'm now looking for is to only show the date range of the projects included in the pivot, so Financial Month would be the way to go. However, in the Date Range Selector, the…
-
Replicate Spreadsheet P&L in Domo
I am hoping for help in recreating a simple P&L generated by my finance team in Domo. Attached is the concept in excel format. I'm looking for help on the following: What is the best way to structure this data? I have the data for the revenues and costs in a table where each row has the Period amount (i.e. Jan 2024), and…
-
How to get Prior Year Values on the same table row
I’m trying to create a row which shows the “Prior Year” value against a field for comparison, simply a 12 month offset of the data as shown below with the "Value" field. This would later enable me to create YoY differences. I will also note that I'm looking for a solution that should be able to transcend filters i.e. you…
-
How do I add a timestamp to the new rows that are coming in through my recursive magic etl?
I currently have a recursive magic etl set up to 'screenshot' data that is different from the source data. This information has been helpful because we can see the historical data any time a row in a column is changed. Like keeping a data log of all changes. However, I need to add a timestamp each time the recursive magic…
-
How to show a grouped Column with a CASE logic
Hi, could smb help me on the issue below please: the below CASE model for 'Royalty add on' is splitting my ORGANIZER 'Live Nation Italia' into 3 columns creating splits also for Autorization and Shipping exp. The idea is to have a sum of all these values and see only 1 column for Live Nation Italia. I know for sure that…
-
Is it possible to use PDP to send a card only to people that are part of the card dataset?
For example, if I have a card that is designed to show past due sales opportunities, I want that card to be sent to any sales person on that list. If it runs today, it would be sent to people 1,2, and 3. If it ran tomorrow after data is updated, it would then send to people 1, 2, and 6 because they now appear in the…
-
Create a concatenated field as part of SQL query and use it in Salesforce Adv connector merge key
I am working on setting up a Salesforce Advanced Connector, and use the query mode to select my data. In this selection, I created a custom field called merge key as below, CONCAT(CaseNumber, '_', LastModifiedDate) AS Merge_Key # also tried below, but same result CONCAT(CaseNumber, '_', FORMAT(LastModifiedDate, 'yyyy-MM-dd…
-
How set default values for variables in workflow?
-
Recycle Bin
A "Recycle Bin" feature in DOMO: any object that is deleted (card, page, dataset, dataflow, etc.) would be placed in a Recycle Bin. After 30 days from the deletion date, DOMO would permanently delete it from the instance.
-
How to delete inactive user in DOMO by using the workflow
Can someone help me on How to delete inactive users in DOMO by using workflow automatically
-
Remove Inherited Color Rules from Drill
Currently any color rules applied to a card are also applied to its drill views. This can be helpful when the drill view uses a similar chart type to the original card, but can be confusing to data consumers if the same field is used in a different way in the drill. It would be nice to be able to remove inherited color…