Comments
-
Have you verified all of the limits for the API? I reccomend contacting googles support to troublshoot this further as I have not encountered it.
-
Hello, What image type are you trying to use? I was able to get this working using a PNG that was in the same root directory as the index.html, an using <body background="thumbnail.png"> as the body tag in the HTML . It may work with other filetypes, but I have had the best luck using PNG within Domo.
-
Hello, Have you checked to see if you have any filters enabled that could be removing these users?
-
Hey @user14422 We do have several customization options, but the loading icon is not currently a native option in Domo. I suggest we submit feedback for this one, you can do so by heading to the Menu (Waffle Icon) in Domo under the 'Feedback' button, sharing your use case with our Product Team. Thanks!
-
Hey @nicola! Unfortunately, excluding values from the Series/Legend while maintaining them in the visualization is not currently supported ? I suggest we submit feedback for this one, you can do so by heading to the main menu in Domo under the 'Feedback' button, sharing your use case with our Product Team. Thanks!
-
Hello! After installing the ryuu.js library, you can utilize the domo.navigate just like you would any other function. Most commonly, this has been used in a button onClick event like this: <button onClick={()=>{domo.navigate('/admin', true)}}>Click me to go to Admin Settings</button> The above button would navigate the…
-
Hello, I would suggest using an empty string, a blank space, or even using 'null' as a replacement option.
-
Hello, There wouldn't be a way to update the File Upload dataset directly with the Webform Connector. You would be able to do this by using a DataFlow and joining the Webform Data onto the File Upload Data. This would allow the data to update every time the customer added new data to the Webform.
-
I've been able to do this just by using the basic "hello world" template provided by Dev Studio CLI https://developer.domo.com/docs/dev-studio-references/dev-studio-cli and pasting the iFrame in the body of index.html. First install ryuu globally using…
-
Hey Ashleigh, If you have this set up within GA successfully, I would recommend setting up the connector to the exact configuration you have within GA for import. If the specifications are not present, you can export the data from GA and upload it into your Domo environment using the File Upload connector. If both of those…
-
Hi there, The information you are looking for is in this link; https://knowledge.domo.com/Connect/Connecting_to_Data_Using_Workbench_5/Replacing_a_Column_Value_in_Workbench_5
-
What is does the original character look like?
-
Usually in situations like this the go to process is to reauthorize the account in Workbench, restart Workbench and then reset the jobs schedule. Could you try that?
-
The thing here is that nodes are not like arrays which are stored sequentially in memory. Instead, it is likely to find them at different memory segments, which you can find by following the pointers from one node to the next. This can be a little bit tricky since this type of topic is considered a Data Structure. In other…
-
Hello, I am sorry to learn you are having this issue. Here is the knowledge base article that may be of use to you; https://knowledge.domo.com/Connect/Connecting_to_Data_with_Connectors/Configuring_Each_Connector/Connectors_for_Marketing/Google_Ads_via_Google_BigQuery_Service_Connector We would also recommend that you…
-
Hey user 11952 Custom app information can be found here: https://developer.domo.com/docs/dev-studio/dev-studio-overview If you aren't finding what you're looking for there, I'd submit a feature request to Domo's product team.. Jarvis
-
Hey user18456, I would recommend using Domo's Percent of Total graph type, here: https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Building_Each_Chart_Type/Percent_of_Total_Graph Jarvis
-
@user16909 When you deploy your Active Directory Web app to Azure you need to ensure you add this URL to the Azure Active Directory application (or have someone with the permissions to manage your application in AD to this for you). Go to the Azure portal: https://portal.azure.com sign in and click on the Azure Active…
-
Hey Ashleigh, I believe that it's somewhere between 8 and 10 hours by default. You can contact their support team if you need it changed. Jarvis
-
Hey user08729, When it comes to Google Analytics mismatches, I would recommend using Google's Query Explorer here: https://ga-dev-tools.appspot.com/query-explorer/ You can plug in the same details that your dataset contains, and make a side by side comparison from an API call level. If you're seeing differences there, then…
-
Hey SamC, It sounds like you would benefit from a recursive dataflow in this situation. It will update as an Append, only bringing in new values, and also update existing values that may have changed since the previous import. If that sounds like something that would work for you, please check out the article for it here:…
-
Hey Effie, I think the best way to handle leap year would be to use Domo's Calendar card type. That will already account for leap year and everything else that might be needed in that regard. Outside of a Calendar card, I would suggest ensuring that your source data accounts for this change. Jarvis
-
The connector will not pull in data more often than every 15 minutes. The difference in these to connectors is the API end point that they are using from Google's side. The standard connector uses the core Analytics api. Google specifies in the documentation for this api that they do not guaranteed for 48 hours this means…
-
Hey user05651, If you are running pagination successfully within the preview/alternate applications, while receiving this error when running your custom dataset, I would recommend reaching out to your Domo account team for additional insight on your build. Since the Settings preview is succesful, I would also expect the…
-
Hey user09486, I would start by reviewing Domo's documentation on Workbench 5 to determine if an answer can be found there. If not, it sounds like this would be great feedback to the Product team. You can submit feedback in your Domo menu, and they will have someone contact you from there. Jarvis
-
Hey user18355, I would first recommend checking Domo's documentation on the MySQL connector: https://knowledge.domo.com/Connect/Connecting_to_Data_with_Connectors/Configuring_Each_Connector/Database_Connectors/MySQL_Connector If you're not able to locate any answers there, then I would double-check to make sure that any…
-
Hey Justin1, I would first review this documentation to make sure that you've followed all of the steps corretly for initial setup: https://knowledge.domo.com/Connect/Connecting_to_Data_with_Connectors/Configuring_Each_Connector/Connectors_for_IT/Google_BigQuery_Connector If you're still seeing problem, then you should…
-
Hey user06510, In order to account for the additional percentage over 100%, you may need to use a Domo dataflow to build it. There is a lot of documentation within their knowledge base on how to build one out, or you can always contact your Domo account team for added support. If you have not built a MySQL dataflow before,…
-
Hey SLCDE_builder, If you are able to successfully establish a connection via Postman, then it sounds like something may be blocking your access to the Domo instance. I would recommend speaking with your IT department to make sure there isn't anything set in place within the network that could cause this error to appear.…
-
Hey anhpnh, I'm not seeing anything within Domo's documentation on maps being a limitation for the Design Studio. I would recommend reaching out to your Domo account team on this one. - Jarvis