ellibot Coach and Domo Employee

Comments

  • @DavidChurchman appreciate the thoughtful response! I'm thinking we might have a fundamental disagreement on some of these issues. I'm not here to convince you of anything, but I'm happy to share my personal experiences and pragmatic advice when it comes to rolling out AI tools (such as chat) across an organization: Start…
  • @verytiredgirl does this post help at all?
  • @KristinDavis this is actually now possible using the new DomoStats report 'Scheduled Report Recipients'
  • One of my favorite things about being a solutions engineer and former Domo customer is getting to see how different organizations use Domo on a daily basis. I can confidently say AI features such as AI chat, AI service layer endpoints, and the agent tile in workflows can help with ad-hoc analysis and data discovery. I also…
  • Option 1 — Variable + Beast Mode (no data model changes) This is the quickest fix. You create a Domo variable with your 10 values as a dropdown, then a Beast Mode that checks if the selected value is in the field: 1. Create a variable (text type) with your 10 values as the control options 2. Create a Beast Mode: CASE WHEN…
  • @D-Rab I believe you could use a contains page filter or variable as a workaround. Here is a similar discussion that might be helpful:
  • @zivj Dynamic PDP is the feature you are looking for: https://www.domo.com/docs/s/article/360042934614#dynamic-pdp Here's a great demo video on how to set this up:
  • @Data_Devon have you looked at the AI chat feature + AI dictionary on core datasets? I believe they just made an update to AI chat last month that has significantly improved its responses and also allows it to use datasets that aren't in context.
  • @ArborRose are you in our community instance? If not, you can direct message me a good email address for you and I can get you access!
  • @ArborRose Thanks for posting, I love a good viz challenge! I feel like I got pretty close to the mockups you shared, but you are correct I don't think these can be fully replicated in Domo pixel for pixel. I do think the overall message/story can be replicated though, which in my opinion is the real purpose of a…
  • @Ab_Israni curious what you mean by slow? I've been playing around with datasets in the hundreds of millions of rows and haven't seen any slowness. And when you say "did not give me the right answers", what do you mean by that? How are you validating whether the answer is correct or not?
  • @Ab_Israni have you looked at the new data models feature that is in beta? You should be able to create a star schema instead of having a big dataset with every field. https://www.domo.com/product/new-features/data-modeling
  • @eugenecha you don't necessarily need to maintain a server side list of filters, these can be dynamically created while hitting the embed API and embedding the iframe. The way I normally do this is using a trusted attribute (such as a user_id or org_id), which you should be able to get from you SSO provider.…
  • @verytiredgirl you can accomplish this using a RANK function in a beastmode. Here's an example of what it could look like: Here is what my beastmode looks like: (CASE WHEN (RANK() OVER (ORDER BY revenue_ytd DESC) <= 10) THEN 'Top 10' WHEN (RANK() OVER (ORDER BY revenue_ytd ASC) <= 10) THEN 'Bottom 10' ELSE 'Excluded' END)
  • @verytiredgirl You can also create your own DomoStats report for this using the JSON no code connector. Here’s a tutorial on how to do that:
  • @MarkSnodgrass gave a great suggestion. I think the Activity Log DomoStats report would be the easiest way to get view count. If you really want to show the exact view count that shows up on the card, you can get to this data using a product API: https://www.postman.com/brycewc/domo-product-apis/request/ys333on/get-cards.…
  • @malina can you also confirm that you're the owner of the dataset? I think that might be a requirement as well.
  • I am still sooooo tired. @verytiredgirl upvoted! In the meantime, I have a few suggestions about how best to use filters in app studio. Hope this is helpful!
  • @collinT I saw this as well, but it looks like the pageId is showing up again, just checked a few of my apps.
  • @RiteshGiri domo.navigate is the proper way to create custom navigation in a custom app. Based on the result you posted, my guess is you are not using the correct CDN. It should be this: https://unpkg.com/ryuu.js Here's an example app with domo.navigate working correctly: https://github.com/ellibot88/navigate-example Domo…
  • @verytiredgirl I still am sooooooo tired. Yes, but it's a little different in app studio. You can find this under the Page Settings page:
  • @ValentinaS is the Snowflake dataset using the cloud connection/cloud amplifier. If it is, you can only use other Snowflake datasets with it in dataset views. This is a known current limitation.
  • @verytiredgirl I too am sooooo tired. I couldn’t find a KB article, but there is this announcement about slicer cards setting variables: https://www.domo.com/product/new-features/slicer-card-and-variable-linking
  • @ARosser I also had noticed that the Workflow Start Brick was no longer on the AppStore. If this is helpful, here's the code for the brick that you can add to your instance: https://github.com/ellibot88/workflow-start-brick
  • @b_rad you can also set the dataset column width to be much wider for these kinds of datasets using the Java CLI. I made a video on this if you're interested: https://www.loom.com/share/bae9e2cf25a7479398d1c6d49e38747b
  • @verytiredgirl I normally will just select all to delete every column, then choose the 25 I want to add back:
  • @Abby Brinks this is a JavaScript code engine. Let me know if you encounter any issues!
  • @Abby Brinks one current workaround is to create a workflow that is responsible for triggering the refresh of the DomoStats connector. The timer trigger allows you to run the workflow only on weekdays:
  • @Abby Brinks I actually just created a custom code engine function to duplicate a user I'd be happy to share with you. It looks at the user you selected and then creates a new user with identical permissions (same role, same access to pages/cards).
  • @jpotter I think there is a command in the Java CLI that lets you adjust the character limit for a specific column. Set-dataset-column-width