-
App Studio on Android Phones - Landscape View Distorts Page
I had originally posted an idea about Android phones not turning to Landscape view and being stuck in Portrait Mode in App Studio apps. That appears to be fixed now, however, when I turn my phone to Landscape View on the app I created, the view is quite distorted. I have attached a few screen shots below. In the first…
-
Dashboard Filter enhancement
My stakeholders prefer having filters at the top, but they have to scroll a lot to interact with them. Is it possible to create a fixed section, similar to how Excel allows you to freeze panes, so the filters remain visible while scrolling?
-
Find missing records from 2 tables
Excuse me for not providing a screenshot as the data is sensitive but I have 2 sales order details datasets: - A (sales orders for the year 2024 - 1.7M rows) - B (all the historical sales order for all years - 14M rows) - I want to see which orders are in A but not in B. It's pretty straight forward to do a LEFT JOIN, A =…
-
Appending a dataset said "Data updated successfully" but no rows was added?
I was appending rows on my existing dataset by going to Data → pick that Dataset → Settings tab → Details (drag my other dataset in), update mode: Append) → but in the History Tab I saw no rows was added: P/S: I was appending just fine yesterday, so not sure what happened
-
Okta and SCIM - onboarding
hi all - looking to automate onboarding new users via scim when we provision their okta account. Anyone successfully enabled this?
-
Decimals in Input Dataset not carrying over to Output Dataset
Hi all, I am working on creating a DataFlow as I needed to format a column from text to a date. During this process, it changed 'Net Change USD' from a Fixed Decimal to an Integer if I don't alter the column. I have altered the column to show 'Net Change USD' as a fixed decimal but it changed to just a decimal with the…
-
Add Median to the General Chart Properties
You can use the General Chart Properties to calculate the Default, Sum, Average, etc of your value. This is useful when using a beast mode that is using datediff or something similar, as using the Aggregation of the value iteself doesn't work with the date filters. Therefore, it would be nice to have the Median calculation…
-
Change Bar Colors based on another Column instead of a fixed value
As a user, I want to see a bar chart where the color of a bar is dependent on another value within my dataset. Example: I want the color of the bar to be Red if the Y-Value is greater than the value of Column XXX. I want the color of the bar to be Green if the Y-Value is less than the value of Column XXX. Unfortunately,…
-
Symbol + Stacked Bar - States on X axis are not grouping together.
Hello, I have a chart where I want to be able to group together the different series by state but it keeps separating them out on the x axis. Not sure if it has to do with the separate beastmodes on the series. I have 4 separate beastmodes written where it looks for the average days in each scenario and have added all 4 of…
-
Pivot Table not Collapsing
The Pivot Table chart is not collapsing as before, when I have a couple of levels it would allow me to collapse the columns. Any idea of why?
-
Calendar Card Enhancement - More colours
Calendar to allow more than 5 colour customisations - at least 13 additional colours.
-
Previous day status from snapshot data
I have snapshot data everyday that has customers and their statuses. I want to create a formula that looks back one day and reports the status (previous day status) How would I do that in Magic ETL?
-
Hey can anyone help me in regards for creating a custom connector using OAuth for authentication
Hey, I hope you are good. I need some guidance because the built-in connector is not getting the access token from the code it receives from the auth URL. I am inputting the right Token URL but still, for some reason, it is not working for me at all. It just gets the code and gets stuck there. I do not see any example that…
-
How to create a collection for form input data through form & dataset brick when embedded publicly.
How to create a collection to store form input data through form & dataset brick when embedded publicly? Currently my collection is only storing the data entered locally.
-
Move Dashboards for Non-Admins
The location of a dashboard can be an essential part of the appearance and structure within a DOMO instance. However, as we know, the original location a dashboard is created may or may not be the best location; or the best location for that dashboard may change with your organisation's structure. Admins are able to move…
-
How can I use Domo for Email Marketing
@DanHendriksen
-
Month filter not working on all cards in an App?
I have 2 card visuals for my app right now. Card #1use dataset 1 (have a month and a year column). Card #2 use dataset 2 (which has a date column, formatted as 'yyyy-mm-dd' And so my goal is to select a Month (say August), and both card #1 and #2 would show the data only for August. But if I create a "Dropdown Selector"…
-
Create Microsoft SQL server connector to Azure SQL Server - Firewall Issue
I am not able to connect to my Azure SQL server. I guess it could firewall prevent. How can I verify domo on my azure site?
-
Custom Names for Styles in App Studio
With the crazy awesome ability to manipulate various area of a specific style in App Studio, I think it would be super helpful to be able to rename styles (instead of seeing Style 1, Style 2, etc.) to keep styles organized and be able to quickly reference a specific style across several pages in an App!
-
Calculating period over period change in Domo
I've been trying to find a solution for easily calculating percent change of metrics between two periods and put them in a table. Like "What is the percent change for "costs" between this month, and last month?" Normally this is easy to calculate outside of Domo using the standard formula: (V2 - V1) / V1) *100 However,…
-
Aggregate (SUM) the results of Lead Function Beast mode at Card Level
I have a dataset wherein I have to count the number of cases which falls in the below filter and conditions. CASE -- Check if the current row is 'Ringing' and lasted 11 seconds or less WHEN STATE = 'Ringing' AND TIME_TO_SEC(AGENT STATE TIME) <= 11 AND LEAD(STATE) OVER (PARTITION BY AGENT NAME ORDER BY DATE, AGENT NAME) =…
-
Can we schedule a PDF or a Powerpoint?
I know that we can schedule reports in Domo, that come in the form an email with images in the email. However, does anyone know if we can schedule PDF or Powerpoints? Like PPTs or PDFs attached to a scheduled email via domo Thanks!
-
DV 360 Connection Error
Hi everyone, I am trying to connect with DV 360 and facing the below error. Is there any steps that needs to be done in Google Console? If yes, please help me with the steps. Thank you.
-
Changing color/styles for table values
Im trying to write a beast mode that will change the value to a Bolded colored text when meeting a certain condition. As a test I wanted to try to just get the bold color to apply without condition but for the whole column. I have found Domo articles and forum posts about this but nothing works. To verify this, I added my…
-
What is the credit cost associated with a Federated Dataset
So if I am using federated data from Snowflake what would be the credit consumption for the same considering I am in consumption model.
-
Ability to share filter view with a specific person and not to everyone
Give the capacity to share filter view to a specific person / group. Today, either we have the option to not share it at all or to share it with everyone. It creates useless noise for users. Having the capacity to share filter to only the needed users, would help the user experience.
-
Create a "Latest Available Date" selection for page level and card level filters.
I know I can do a max (`datefield`) over () in a beastmode, but this only works for card level filtering and not page level filtering due to the fact that this is an aggregation beast mode. For the page level, it requires a rank and window in a dataflow. Both of these work arounds break any smart text that would refer to…
-
Dropdown Selector: always have pre-selected the latest date on a filter card.
Hi, I have a filter card (dropdown selector) to display all dates available and I would like to have pre-selected the latest date. Is this possible? Right now I added it by manually typing the latest month but I'd like it to switch automatically when the month ends. Any ideas are welcome! Thanks
-
Better table design
The possibility to customize a table. Modify the thickness of the lines, modify the color or size of only one cell, show only one subtotal / total and not all, change values manually within the table, etc.
-
'Prevent drilling to final data grid view' manage at dashboard level
Rather than having to open and edit each card's drill path manually, it would be very convenient to have a setting at the dashboard level to prevent drilling to the final data grid view on all cards on a dashboard.