コメント
-
Hi @Joe_M, yep there's an additional cost on top of the normal service as Domo Everywhere is a premium feature. To understand what the fees would be in your case, contact your CSM / Sales Rep.
-
Hi @Meha, I don't think there's currently a way to visualise time in mm:ss format based on the default options. Perhaps there's a workaround that another user can offer. In the meantime, I found this recent ideas request here [https://dojo.domo.com/discussion/53838/graphing-time-stamps-can-graph-mm-ss] that you can upvote.
-
Hi @Crisocir, 'Domo Magic Data' refers to the dataflows made up from multiple 'Data Sources' (for example, Salesforce connector data combined with Excel file connector data). From these dataflows created, you get your output datasets, which makes up the 'Dataset' number tile you can see.
-
Hi @Tow, I believe you'll get an error if the rows, from the dataset, coming into the card are typically more 100,000, and if you apply filters (in ETL or card) and/or set a number limit in the Chart Properties (see below), it should display without issues. This is an excerpt from here:…
-
Hi @beatricetan21, the error is occurring because there's an aggregate function (i.e. SUM) on top of another aggregate function (i.e. SUM or COUNT DISTINCT), which isn't possible to process in a beast mode. What you should do is set up your two SUM and one COUNT DISTINCT portions as 3 separate calculations before Analyzer…
-
Hi @simontarry76, if you haven't already, you should reach out to Support [support.domo.com] to have them look at it as well (and escalate to Dev if need be). They would be better suited to explore which part of the account credentials check is misaligning and causing the data to not come through.
-
Hi @xiaodongliang, how did you go with this? What did Support say?
-
This has to be mandatory reading for every new user or returning users after a long absence.
-
Hi @user017486, a 403 error comes about because users don't have access to the resource or the permissions were improperly set up by the owner of the web server and one is getting denied access when one really shouldn’t be. Perhaps there's some security level checks or version updates that can help with resolving the…
-
Hi @LCash, alongside this thread and awaiting the advice of the technical adept users, reach out to Support [support.domo.com] to have them look at it as well (and escalate to Dev if need be).
-
Hi @ibtisamyyy, you could apply CSS styles to your iframe: https://stackoverflow.com/questions/217776/how-to-apply-css-to-iframe. I would also advise on logging a ticket to Support [support.domo.com] as they can look into whether there's missing elements in your iframe or a bug causing the difference in appearance.
-
Hi @Ritwik, from what I understand there's no current or planned beta to hide the icon from view. But it's worth also checking with your CSM.
-
Hi @DavidLee, I can comment on why this would be happening when one wants to display the arithmetic expression result in a 'Single Value' chart. Domo defaults to expressing a value as a sum, and so selecting any other option would return the expected result.
-
Hi @Abhijith, so you need two calculated fields for 'Exit' and 'Employed/Headcount'. Using the fields from the ETL, the Exit beast mode would like: ''' SUM(SUM('Terminated')) OVER (PARTITION BY YEAR('Last Day of Month'), MONTH('Last Day of Month') ORDER BY 'Last Day of Month') You would then need to calculate the rolling…
-
Nice! Have you noticed any changes in values to the Monthly Rolling Turnover?
-
Hi @eriena, just in case you haven't already, you can learn more about pivot table cards here: https://domohelp.domo.com/hc/en-us/articles/360043429473-Pivot-Table. On ordering the product names, the default option is alphabetical order but using the other arrowheads across your columns, you can sort in any order you like.…
-
Hi @eriena, is your use case related to getting a list of products that don't have an assigned shop and then you (or other users) can go back to that dataset 2 to correct/update it? If so, you can have a full outer join (i.e. giving you all the records from both tables and joining matching records where possible) setup and…
-
Hi @Tow, do you have any error messages? Looking at https://status.domo.com/, there was a minor incident early in the day which looks to have been addressed. It may take longer for the effects of the resolved issue to be felt in your instance so hopefully soon you can get back to normal operations.
-
Hi @Tow, you can have your dashboards access settings designed for Users only via SSO. Have a read through this to get more information on 'User Based' sharing of content: https://domohelp.domo.com/hc/en-us/articles/360043437993-Sharing-Cards-and-Dashboards-Outside-of-Domo-Using-Domo-Embed. Let me know if you're after…
-
Hi @Ainash, as the Spotify Ads connector setup is quite new across the BI space, it's also worth reaching out to your Customer Success rep and/or Domo Support to see how your needs can be addressed (whether through a custom API solution or a workaround connector).
-
Nice! Yeah typically nulls are ignored when calculating averages but I guess with your usecase with the Rank and Window function etc, Domo didn't know how to handle the blank values.
-
Hi @ibtisamyyy, could you please share your calculations for that 'Percentile Ranking'?
-
Hi @MrDeanoB, alongside this thread and awaiting the advice of the technical adept users, reach out to Support [support.domo.com] to have them look at it as well (and escalate to Dev if need be). If anything, your case could prompt them to update their documentation.
-
@Abhijith how did you go?
-
Hi @sunny, there must be a URL character limit being exceeded somewhere in your request, whether it's through large numbers of fields, or fields with long names, selected. Could you please check the number of fields passed as well as the length of the field names used, and see if any reductions to the size of name or…
-
@lvtrujillot, I've added this to the Ideas Exchange if you want to help vote it up. https://dojo.domo.com/discussion/53950/customisable-layouts-for-one-off-scheduled-email-reports
-
It has been requested here [https://dojo.domo.com/discussion/53076/individual-group-landing-pages] and perhaps other posts so feel free to upvote this and/or them.
-
Hi @dacorson, there's no option currently to enable different landing pages per group/users. As a workaround, you could set up a table on the default landing page that has URL links to the different folders/dashboards you want users to navigate to. Afterwards, you can apply PDP rules…
-
Hi @user048760, there's more information around this here [https://domohelp.domo.com/hc/en-us/articles/4404652354583-DataFlows-Disabled-Due-to-Extended-Inactivity] but what could be happening is that the update is taking longer than expected, due to the size of data and/or joins, leading to a 'Failed while execution'…
-
Hi @ndldty, I would recommend splitting your `rating' field in the data set. Instead of relying more on the beast mode calculations, for example through a nested beast mode, you can utilise Magic ETL to make it easy to call those different ratings to then code your beast modes (whether for this case or for future ones).…