コメント
-
I don't know any way to make the native chart scrollable in the direction you mention. You can limit the value axis by setting min and max. But that won't make it scrollable. You would need to find a work around like switching to a different chart type or recreating it in a brick. Or perhaps you could split the data into…
-
What kind of witchcraft is this? I never knew we had this ability. Bravo you two. I shall be investigating this.
-
Audit dependencies: We traced the alert triggers back to the source datasets and dataflows to check for refresh lag. In some cases, the alerts were firing before the data was fully refreshed. Re-sequencing scheduling: We adjusted the schedule of dataflows and alerts to ensure alerts only triggered after all dependent data…
-
Welcome to Domo. To create an alert for when any student's attendance drops below 80%, follow these steps: Go to your student dataset Click “Data” on the top menu bar. Locate and click on your student dataset. Access the Alerts tab Just under the main menu bar, you'll see a ribbon-style menu. Click the last option labeled…
-
Hizzah! Good to hear you got it working.
-
I don't have experience with the Office Add-in. I understand it needs defined Excel tables, not just raw data ranges. If Domo has headers and says it completed the upload, but there's no rows….that sounds like the data needs to be formatted as a table. In Excel: Select the entire dataset including headers. Go to the insert…
-
The error indicates the ds_update() method isn't being used correctly for large or incremental datasets. Domo's API expects part ids to be consecutive and well ordered. If PyDomo messages up the part numbering or the data is too large, the API rejects it. I like Grant's suggestion. Give it a try. If you need, you could try…
-
Domo's documentation on the Office Add-ins mentions a need to clear your Microsoft cache if you do not see data. Make sure your authentication token hasn't expired. Try logging out and sign back in to refresh the connection. If the add-in has an option for replace or append, you might try appending to see if there's…
-
I was so disappointed in Domo's SQL performance, I stopped using it. Any time SQL is mentioned in association with Domo, I throw up a little. You can break large queries into smaller transforms. And try to avoid large cross joins. But the performance is just not acceptable. Magic ETL is optimized for Domo's backend,…
-
I think that's a Domo UI limitation. When the app background setting updates, the page background also gets updated. This causes issues, especially when using images and fixed width layout. Instead of putting a background on the app, try using page settings to set an image by page.…
-
I'd suggest you watch the past few Community Forum AI sessions. They are one hour long, each. These are useful examples of working with workflows and they have given direct examples of using Send To Person email. On the black ribbon bar at the top of your Community Forum screen, there's a label "Community Forums".…
-
Reference: It sounds like the credentials are invalid. Verify the NOAA CDO token using the URL above. On this page, you can submit your email address to receive a API token. If you've registered before, the system will resend your existing token to your email. The token is limited in requests per second and per day. I…
-
Sounds like a win to me. Good job.
-
You can save buttons and such within individual tabs in App Studio. There must be something else causing it not to save. Sometimes, the components don't properly "nest" inside the tab. Visually it might look correct, but technically they are not inside the tab container's hierarchy. Try re-placing it. If you dropped an…
-
Sure, you can use a Domo brick. A Domo brick is basically html code, css stylesheet, and JavaScript that works with you Domo data. You can create almost anything with a Domo brick. But I'm not familiar with any brick templates or anything pre-designed. If you have trouble, go to ChatGPT and ask it to help you code your…
-
I don't believe you can compare more than one using the card. The multi-value card only supports one target value. You could create a custom brick using html, css, javascript. Or use a table card with beast modes % Change vs LY: (SUM(`Income`) - SUM(`LY_Income`)) / SUM(`LY_Income`) % Change vs Budget: (SUM(`Income`) -…
-
March up the hall, bang on the door and tell those IT guys that Arbor said to give you the Domo office add-in. Could be security issue with that old legacy code and we don't want the company using insecure software code. And after you get access to it, come back here and tell us so we can all post a congratulatory "Hizzah…
-
I like using Domo bricks, but you could do it in App Studio. Create a couple datasets. Start with predefined options (dataset 1) such as Name, Category, Price, Description Sunroof, Exterior, 1200, Open air roof Leather Seats, 2100, Genuine leather fabric Alloy Wheels, Exterior, 1200, 18" alloy wheels Roof Rack, Exterior,…
-
The issue seems to be related to a failure in resolving the datasource ID for any dataset you're trying to use in your Jupyter workspace. datasource_id = _find_input_datasource_id(datasource) ... raise Exception(f'Input dataset with id or alias {datasource} missing or not configured for workspace.') This error indicates…
-
Using value fields you can put the information inside the gauge. I don't think you can control the text to put it outside the gauge unless you create your own card using a brick or use two cards.
-
Besides the parens, I see a dot where I should see a asterisk. (SUM(Impressions) / (Budget / DATEDIFF(`End Date`, `Start Date`) * DATEDIFF(CURDATE(), `Start Date`)) ) * 100
-
You can access the AI Content Builder Agent by going to Apps and click the drop down. There's a video to walk you through it at the top left. But I don't know how you give it a custom question against the dataset.
-
A Domo "brick" is basically an html page with JavaScript. You can test it outside of Domo if you are familiar with basic html and JavaScript. It appears the root issue may be that Mapbox is trying to load a stylesheet (css) that violates Domo Bricks Content Security Policy. I believe Domo bricks run in an iframe. With…
-
The map background may not appear if the map is not centered or zoomed into a relevant location. Try adjusting the zoom level and center of the map to ensure you're viewing the correct area. var mapCenter = [longitude, latitude]; var zoomLevel = 10; You can debug with console. If you add console commands, then right click…
-
{Code sent.}
-
I don't know about connectors, but you could collect PayCom via SFTP. Such using Jupyter workspace (Python). Let me know if you would like a code template.
-
Unfortunately, as of now, Domo does not automatically hide menu options for features that users lack permission to access. I agree - "I get that Domo wants to promote interest in the features, but it's super annoying!"
-
This feels like a deflection from the actual issue. The main concern here is the inconsistency in padding when embedding dashboards and our ability to control it.
-
Domo generally updates when there is data. If it doesn't see data it won't update. You could maybe do a UNION with something to indicate no rows exist. SELECT * FROM your_table WHERE some_condition UNION ALL SELECT 'No Data' AS column1, NULL AS column2, NULL AS column3 WHERE NOT EXISTS ( SELECT 1 FROM your_table WHERE…
-
@DavidChurchman - I really like this trick. How about maybe point up or down based on budget? Up arrow: ↑ (Unicode: U+2191) Down arrow: ↓ (Unicode: U+2193) Up-pointing triangle: ▲ (Unicode: U+25B2) Down-pointing triangle: ▼ (Unicode: U+25BC)
こんにちは!
It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
ログイン