コメント
-
@ColinHaze in order to sync data to the AppDB dataset, you can run: collectionService.runSync(); I have noticed that sometimes it will not sync every time you run this command, but it does store the data and add it during the next run. I've also heard that AppDB datasets are only supposed to update as often as 15 min, so…
-
@ColinHaze Link should never change.
-
@Victoria_G1 have you tried adjusting the date formatting on the card level? I find this is easier compared to adjusting it in the ETL or beastmode.
-
@Joe_M if the end-user created the Client ID and Secret, Domo should enforce PDP and access based on their user. So if they only have access to a few datasets, they'll only be able to access those datasets via API. I would also recommend doing some testing with a fake user that has limited access.
-
@robdmitchell I don't believe Domo has created a new quickstart dashboard with the GA4 connector. The best thing I can think of doing is downloading one of the old GA3 dashboards, and then manually migrating the cards over to your GA4 datasets (very messy, but can give you a good starting point).
-
@CaitlynMaddox To my knowledge, I don't think it's possible to replace the internal values with their corresponding labels. Usually, I have to pull another report using the HubSpot connector that shows the corresponding labels. I'll then join that with the original report in a dataset view.
-
+1 to what @GrantSmith said, Domo doesn't expose this in the public Dataset API. It is possible to get the underlying query using one of the undocumented APIs. Documentation on those can be found here: https://documenter.getpostman.com/view/5049119/UyxbppB2. I'm guessing it would be a GET to…
-
@patrickj I'd also recommend trying out Domo's Dataset Views feature: https://domo-support.domo.com/s/article/360046074774?language=en_US Definitely depends on your use case in terms of flattening tables before Domo or inside Domo. If you find your pgsql connectors are running very slowly, I'd recommend doing fewer joins…
-
@Jazeppi if you need a quickstart on DDX Bricks, I made a YouTube tutorial with example bricks that show how you can retrieve data using Domo's SQL API in the brick: https://www.youtube.com/watch?v=tE49eGXtPB0
-
@pauljames I always liked this public example that Domo has: https://www.domo.com/dashboard/marketing
-
@BSovers are you using the 'Salesforce Advanced' connector for this? Have you been able to accomplish this with Salesforce's own REST APIs? If so, I might recommend using the JSON No Code connector (https://domo-support.domo.com/s/article/360043433473?language=en_US) to replicate the API calls.
-
VERY INTERESTED! @Mitch_Umbrellabi are you in the Slack community as well? I think lots of people would be interested in there as well. Here's a link if you want to join: https://domousergroup.carrd.co/
-
@muhammadtalha I believe the chart type you'll need is "badge_checkbox_selector", but it doesn't look like there's much documentation on it. If you look at this page, it shows the basics around creating a Phoenix chart: https://domoapps.github.io/domo-phoenix/#/domo-phoenix/chart/bar
-
Not sure on this one actually! Help me @GrantSmith-wan Kenobi, you're my only hope!
-
Hi @Jasveer_Singh, Unfortunately, boolean is not a datatype in Domo. As a workaround, I'll usually turn it into a string column with TRUE/FALSE values. Here's a list of all datatypes available in Domo:…
-
@muhammadtalha I believe components that are iframed into a dashboard via Domo Brick have some limitations to them. Instead of iframing the filters into the brick, you could create your filters directly in the brick using Domo's phoenix charting library: https://domoapps.github.io/domo-phoenix/#/domo-phoenix/properties.…
-
Hi @ryans1, Are you embedding individual cards, or an entire dashboard in your product's UI? I've successfully been able to embed dashboards with variables in them using Domo Everywhere. Is there a reason you would need to call the variable via API instead of simply allowing the user to use the selector in the UI?
-
@Byboth have you considered using the Domo AppleTV app? I honestly think this is the best method to display a dashboard on a TV screen. It does require you to get an AppleTV that you can plug in via HDMI, but definitely worth it in my opinion. AppleTV Help…
-
@dmurgit1 When working with the BigQuery Service Account connector, I usually just use the custom query report and then do 'SELECT * FROM MY_VIEW' as the query. I'm not sure if the connector has a view report like the table report. I usually run my queries in GCP to make sure they run properly, then add the query to the…
-
I agree with @GrantSmith, I would probably inspect network traffic while changing the embed settings on a dashboard in Domo. If you need help on inspecting network traffic in Domo, you can check out this tutorial: https://youtu.be/aueCKcjuMZQ?si=HcXEM8aCXP-labR2
-
@Morgan I believe mega tables are the only card type that works with HTML links. I've also encountered this same issue when working with <a> tags in DDX Bricks (I usually just add a note at the bottom of the brick saying they'll need to right click and open in a new tab).
-
@Ivan_Vineskills there's a brick in the AppStore called 'Brick with iFrame (Domo Status) that would be a great starting point for you!
-
@ColemenWilson For only 50 datasets, it's probably not worth it to come up with a custom bulk scripting solution. If you find this is more of a persistent problem, yes you can definitely script against the undocumented [p]ublic APIs to change datasets to be manually updated (effectively disabling them) You would need to…
-
https://us.v-cdn.net/6032830/uploads/1ZOBR9DHB5UH/choosing-chart-types-281-29.pdf @rohan02, I always enjoyed this resource that Domo put out about choosing different chart types:
-
How to optimize data pipelines in Domo (DSV, Magic 2.0, Upsert connectors, etc.) Dashboard design best practices (What makes a dashboard stand out? How do you tailor your dashboard to the intended audience?) More Domo Everywhere content!! This feels like a black box at times, as I haven't seen very many public-facing…
-
We love DOMO, and it would be SO helpful to have minor release notes when small things like this change! You may think that no one will read them, but trust me, THIS crowd will definitely read them!! I wish I could upvote this a million times.
