Comments
-
@carthur Hi, even when the attribute is a list you don't get the option to do an IN in the PDP policy.
-
@kevintroxell When embedding make sure the option to show the filter bar is selected. At the top right of your embedded board the filter button will show like this Pop that down and you'll have access to the native date selector. The only time it won't appear is if you have deselected this in the main view of the board.
-
@Tamara There is a feature that can be enabled so users see the below. They can see the owner but not who it is shared with.
-
Hi @JohnMiller , thanks for getting back to me. The main use of the filter bar for our users would be the global data selector and predefined filters we have added. It looks quite bare when defaulted to closed as well. This would be a great addition for us.
-
In case this helps anyone we have noticed that domo are not using the Storage Access API at the moment when embedding Domo Everywhere. This means the page does not now require the user to click the request cookie access button. We have tested this with Edge (Storage Access is on by Default) and Chrome (Storage Access…
-
What does your beastmode look like? to calculate this you can do one of the following. ((sum(rev this year) / sum(rev last year)) * 100)-100 or ((sum(rev this year) - sum(rev last year)) / sum(rev last year) and then format your column as a % or ((sum(rev this year) - sum(rev last year)) / sum(rev last year) *100
-
@Mickey This can be achieved by using the HTML Table chart type.
-
@jimsteph something like this may work SUM(A) + SUM(B) - SUM(C) / sum(case when DAYOFMONTH('DateCol') = 1 then D else 0 end)
-
Same issue here. We have users as editors but they need to constantly ask us to remove unwanted dashboards. I couldn't find a way to open a subset of the admin menu to only allow for them to delete boards. Seems like the simple solution would be to add it to the manage pages option and only allow them to delete boards that…
-
@jimsteph I believe this is the expected behaviour. I had discussed this with someone at domo. I think you end up having the original data with a null partition key. They suggested filtering this out.
-
@SirishaRani Hi, could you post a screen of this option within the admin settings please?
-
@user084060 you'll only get the group by functionality on a pivot table if your Date is in the COLUMNS section. It would work using a megatable but you'll lose the pivoting capability.
-
@Casey_Dorman {Domo} being able to use a formula for this would be a great solution so you could then default the date to the end of the last week or the end of the last complete month.
-
you'll need to aggregate the data in the beastmode when calculating the variance like below (sum(Column) - sum(Column 1)) / sum(Column 1) *100 I suspect you may just be doing (Column-Column 1) / Column 1*100
-
@GrantSmith domo had an outage with some part of the identify broker we use. It was just giving back a 503 error. I'm waiting for an RCA on the issue to find out the exact cause. They got it working around 4pm UK yesterday
-
@Gionniz This can be achieved within company settings. Although it would be nice to be able to choose the language and number format independently as we have users for example n Greece that isn't on the list but require European number formatting. They are happy to view the system in English just need the number formatting…
-
@GrantSmith thanks. Yes feature seems to work although I need Greek so hoping it is easy for domo to add new formats.
-
This can be changed in company settings within the admin.
-
@MichelleH sure no problem, Using a megatable automatically allows the graph by on the date field if the first column is a date or datetime type.
-
I won't delete the post but will answer myself. A megatable can graph in this way.
-
@michiko Yes but the other way so Uk to Europe. 28,586.84 to 28.586,84 Thanks for the tip. I am waiting to hear from domo whether this can be something set on the instance.
-
Have upvoted this as absolutely crucial for us to have this at instance level which would hopefully then impact every element. Our customers love to export tables to Excel and without the separators being correct Excel will not see those cells as numbers!
-
@Lowell_Walker thanks for your reply. Yes the new Edge version even if third party cookies are allowed it still requires a gesture from the user to allow them via the storage api. domo calls hasStorageAccess and if that fails it calls requestStorageAccess which requires a user to click a button to allow cookies. Safari…
-
@GrantSmith thanks. I was hoping this could be completely dynamic so we wouldn't have the overhead of maintaining the groups in domo across multiple instances. Hopefully this is something that comes in a future release.
-
@user046467 contact domo and they can enable it on your account like below.
-
Hi @Aditya_Jain The user currently has a role with these grants and the share option doesn't appear unless I give the Manage All Cards grant but that seems like overkill.
-
@Aditya_Jain thanks but looking at the grants available it isn't obvious which one would enable the sharing of pages.
-
@apurkhardt Hi, we currently have this functionality enabled on our sub instances. Each of our sub instances has different fiscal years loaded into them. We publish cards with the fiscal option selected and this is also published to the sub instance. Hope that made sense!
-
@MarkSnodgrass thanks. Oddly the history of the ETL was empty but I managed to follow this guide and repoint an ETL at a the dataset using the Java CLI. https://www.youtube.com/watch?v=YgJLijj7vmw
-
Other improvements / bugs that need addressing are. Dashboard filter options don't get published correctly to our subscriber instances. Also some DEFAULT filters on our boards never show up in the subscriber instances.