-
User Permissions - Edit WebForms only
Currently if I want to give access to a user to be able to edit a web form I have to give them access to create, delete and edit ALL types of datasets shared with them. I'd like to lock it down further and only allow them to edit WebForms instead of having to use a shared Google Sheet document or shared Excel Spreadsheet…
-
Dojo - Embedded Stats / Charts
I may be a little competitive and I'm loving the leaderboards but think it'd be a great use case to help highlight monthly / yearly stats over time (highest score per month, average logins per month, ideas contributed over time etc). It'd be nice if there was a page on the Dojo which perhaps embedded (Domo Everywhere!)…
-
Workbench - Mass update of schedules
There are times when I need to change the schedule for mutliple jobs. Right now it's arduous to go into each individual job and update the jobs individually. Could it be possible to allow changing certain properties of the jobs like the schedule in one go instead of individually.
-
Respect Load Desktop Website on mobile
I’m on vacation browsing through the dojo (can’t stay away!) and I want to be able to access all of the Domo instance instead of the filtered mobile view. Let me load the desktop version so I can answer the dojo questions correctly and get those awesome dojo points.
-
Chart Types Search in Analyzer
We keep getting more and more charts to utilize within Domo which is great but it's also more difficult to find the exact chart I'm looking for. It'd be great if there was a search bar for the different chart types within Analyzer.
-
Dataset Sharing: Can Read / Read-Only
I've had several instances where users I've shared a dataset with ended up sharing the dataset with Everyone which is very bad for sensitive information. In addition to Can Share and Can Edit it'd be great if there was a Can Read permission which gave the user access to the dataset but didn't allow them to share it.
-
Domo Idea Exchange - Beast Modes - Business Days Prior to Today
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to calculate the number of business days between two dates. Problem: How to calculate the number of business days (Monday - Friday) between two dates. Solution: We need to calculate the number of days in…
-
Domo Idea Exchange - Beast Modes - Abbreviated Summary Number
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to format numbers a number in an abbreviated format. Problem: When concatenating a string with a number the resulting value is a string and unable to utilize Domo's built in formatting. Solution: This…
-
Domo IDEAs Conference - Beast Modes - Add Business Days
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to add a specific number of business days into the future. Problem: How do I add a specific number of business days? Solution: We convert the number of business days into the actual days. Convert the number…
-
Domo IDEAs Conference - Beast Modes - Time Difference Formatting
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to format a different between two date time values. Problem: How can I display the difference between two timestamps values in a human readable format? Solution: We can utilize the UNIX_TIMESTAMP function to…
-
Domo IDEAs Conference - Beast Modes - Conditional Formatting
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to format numbers a number when concatenating with a string. Problem: Conditionally color a number based on a specific condition Solution: We can utilize the <div> and <span> tags with some CSS styling code…
-
Domo IDEAs Conference - Beast Modes - Images and Hyperlinks
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to display images and make hyperlinks. Problem: How do I display an image or create a hyperlink to allow users to click on? Solution: We can utilize some HTML tags to display a hyperlink or an image. In this…
-
Individual Initial Login Pages
Currently you can only configure a welcome page across the entire instance for all users. It'd be great if you could allow users to override this setting and have them select their initial login page once they're authenticated.
-
Running Total Window Function not working
I've got the following BeastMode to calculate the running total over time based on the date. I've utilize window functions before but this one doesn't seem to work. It keeps failing with an error "An issue has occurred during processing. We are unable to complete the request at this time." (It'd be nice if we had better…
-
Data Fusion not running
I've got two datasets 6.3M and 14.7M records. It's simple order and customer information tied together by a LONG (Numeric data type) ID field. Between the two data sets there's a total of only 64 columns so they're not huge but for whatever reason I can't get the data fusion to work. Occasionally I'll get the preview to…