コメント
-
Nice! Are you on a user license model or consumption? If you're on consumption, you may think of standing up a sandbox/education instance so users can level up without breaking anything in the process!
-
@Data_Devon could you share a bit more about this group? How do you intend to use it? To me, a group in Domo has the primary function of sharing content with a large number of people at once. For your super users, I wonder if a custom Domo Role would be appropriate? We call our super users "Power Users" and have a teams…
-
@SarahR365 That is the view as user/view as role idea and I have actually seen a preview of this and it is going to be awesome! Not sure on release timeline yet but @DanBrinton is working on it. Here is what we use for the Viz editor role: And the API grant, in my opinion should be turned off, thanks for getting me to…
-
I am not sure what the terminology Domo has for these, but once a card is deleted, the space is still occupied by a box of the same size waiting to be loaded up with a text box, image, new card, etc… You have to delete this spacer thing after deleting the card. If that doesn't solve it, I would save and exit out of the…
-
There are not separate grants to view datasets and edit datasets…yet. I know @DanBrinton is exploring it. For now what you can do it set them up as a visualization editor. They can create and edit cards and dashboards without accessing the datasets in the data center. When they go to create a card, they will be able to…
-
After you select the app and click next, you'll see in the bottom right the option to choose which app pages to import:
-
The closest thing to this would be a pivot or mega table. You can play around with them to get the formatting close to this. Otherwise you would need to create a custom visualization using a DDX brick - which kind of seems like more effort than it would be worth.
-
I use the Smartsheet connector heavily at my org and haven't had issues. Are you using the report "Sheets - Single Sheet"? Have you ensured that the sheet is shared with the user you are using to connect to Domo? When you view your sheet in grid view in Smartsheet do you notice any strange formatting? Have you altered your…
-
@eburns I love that idea! And I second that the more visibility into credit usage the better!
-
It looks like your date value is actually a string. You can convert it to a date with a beast mode: DATE(`yourDateField`) Once you do that, the quick filter control changes and you shouldn't have the issue you've been experiencing because your quick filter control will look like this:
-
Are you referring to the new icons? That seems very unlikely. It is being widely celebrated as a win by Domo. And with so much effort going into such a minor change, it is likely to go away.
-
I don't see anything wrong in your beast mode code other than perhaps a space between CURRENT_DATE()) & AND here: MONTH(`SSD`)<=MONTH(CURRENT_DATE())AND . It would be helpful to see a sample of your data.
-
Odd. What happens if you toggle "Show filter and PDP icons" on or off?
-
Yes you can use the Alter Columns tile to drop the Country2 column.
-
You've redacted the values fields. How are they aggregating? Are they beast modes? Tell us more
-
Notebook/Text cards are very buggy in Domo. I would recommend upvoting this idea in the Ideas Exchange:
-
You can accomplish this in a beast mode: STR_TO_DATE(dateField, '%Y%m%d') Result:
-
Yin Metal Goat! 🐐
-
Haha we all do! Let me know if I can help on anything else!
-
Yes, as @GrantSmith said you can subtract your other aggregation in your beast mode. You can also use nested beast modes by referencing the other beast mode in the second beast mode. Nested beast modes look like this: You'll notice the different colors. The greenish colored text is a separate beast mode calculation that is…
-
Step 1: Create a new Magic ETL Transform with your two datasets Step 2: Join the data on the Equality condition: student_id = student_id 3. Add an Add Formula tile with the following formula (your field names will likely be different): COALESCE(country,Dataset 2.country) 4. Step 3 uses the country value if it is populated,…
-
That would require creating a custom chart using a DDX brick. Instead, I would recommend using a quick filter to achieve a similar experience:
-
You can use a beastmode: LAG(SUM(Value),12) OVER(ORDER BY Monthly Payment Date)
-
If you set a default control for everyone on the app then you can force this functionality. Set a control with the date you want, I chose Last 90 Days for my example, and set it as the default for everyone: When you open the app page, the selection will be made on the filter card
-
You could create a new field in the "bad" dataset to split the Division field on the comma delimiter, then clean up the leading characters, then append the data so you can then apply PDP policies as you do on the "good" datasets. So your data would go from looking like this: To this: Would that work for you?
-
You can notify Domo by opening a support case with them. Alternatively, you can use the Atom RSS Connector to get a RSS feed for any news site you want. Copy the URL of the page you want the RSS feed for. Go to https://rss.app/ Sign up for free Select "Webpage to RSS Feed" 5. Paste the URL and generate the RSS feed. 6.…
-
I hope someone has found a better way, but here is what we have done: 1. Do not give them the grant to manage datasets 2. Create a dataset tag "RESTRICTED" 3. Add the RESTRICTED tag to restricted datasets we don't want them to see. 4. Bulk share all datasets without the tag "RESTRICTED" to them as "Co-owner" -You can share…
-
Hi @user04612 , I would recommend line or bar charts for the 3 charts. This is what we use for our weekly active users: The orange line is the linear regression to see the trend. To build this: 1. Use ActivityDate as your X axis 2. Create the following Calculated Field (Beast mode): COUNT(DISTINCT `UserID` ) 3. Use your…
-
SUBSTRING_INDEX(ID, '_', -1)
-
Yes this can be done using DomoGPT in a Jupyter Workspace. If you come to Domopalooza, you can hear @nathankilcrease explain how this is done. He may even be willing to help out sooner than that if you ask him very nicely and offer him some legos.