Comments
-
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
-
@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.
-
@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.
-
@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
-
Answered via slack group.
-
@kcoughlan65 other than setting the total shadow to fff and turning off gridlines there doesn't seem to be an option for that.
-
@SaloniShah try using the alter column tile after the append to cast it into a date.
-
@damen can you just include AND LENGTH(CONCAT(`LOAN NUMBER`, '')) < 7