コメント
-
You'd want to look at the Salesforce API documentation to verify what information it's pulling in and compare that to what you're expecting with that report. If it's not matching the API you'll want to talk with your CSM about the issue as it's pertaining to the connector itself.
-
Each individual channel will have their own "username" which you need to use to login to YouTube to authenticate and pull your data, not the admin username.
-
Exactly.
-
Hi @MrDomo Do you have an enterprise account and you're wanting to pull the specific channel's videos? YouTube makes it a bit difficult as you have to log in / authenticate as the brand page account and not the enterprise account. You account name would look something like *****-###@pages.plusgoogle.com. It'll be the same…
-
I'd recommend using a magic ETL to pivot your data into the table format you have above and then use a formula tile (Magic 2.0) to calculate if the answers are the same. You could do this calculation as a beast mode on the card as well but since you're already in the ETL it's better as the card doesn't have to process your…
-
@awhite , How are you attempting to display this information? In a text card? A table card with multiple rows?
-
You could also reach out to your CSM to see if Domo has something internally or custom they could do for you to turn this off.
-
Hi @gospel Are the two evaluators always the same two or will the number of evaluators be dynamic?
-
Using Pfilters to Apply Filters from URL Query Parameters to Embedded Dashboards This knowledge base article outlines the process and the format of the pfilter get parameter in your URL.
-
To expand on @jaeW_at_Onyx 's answer - The rank and window tile requires a column to order by. That's why you must add a dummy constant / column to your dataset
-
You can use them on Domo pages and dashboards. It'd take you to a separate card and not drill directly in place / filter your dataset on that dashboard.
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Here's a link to the video of my session outlining this beast mode: https://www.youtube.com/watch?v=gO8OLpsAk4M&index=6
-
Hi @user005531 If your data is summarized and you're not able to drill down correctly you might look into utilizing pfilters and a hyperlink to go directly to a different card and have it automatically filtered. You may find these helpful:
-
Hi @Salmas You're doing an aggregate of an aggregate (SUM OF MAX) which Domo doesn't like. I'd recommend going with a Date Dimension or LAG function as @jaeW_at_Onyx has outlined above.
-
Hi @user015090 You can get the video views using the YouTube Enterprise Advanced Connector with the following settings: API: Data API Report: Videos It will be in a field called statistics_viewCount for each individual video.
-
Hi @user015090 It should scale fill your background and it should support any standard image type
-
Hi @user015090 It looks like the Twitter API doesn't give you a count of followers for each month. You can utilize a recursive dataflow to have your twitter dataset as an input, group based on the BATCH_RUN timestamp (you can convert this to a date or just a year and month). Group by this year & month value and count the…
-
Hi @loganherzog You can't utilize the Workbench SDK (I'm assuming you mean the wb.exe executable) to automatically ingest jobs. You can use the UI to import jobs that were previously exported however you'd need to make sure your IDs are unique otherwise you might have two jobs overwriting the same dataset. You could…
-
Hi @user009937 Currently this isn't an option. PDP only filters based on rows.
-
Hi @gespindola I'd recommend you restructure your data such that you have one record for each day and opportunity. You can do this by using the Domo date dimension table (Connector -> Domo Dimensions - Select calendar) and a mysql DataFlow (Magic doesn't allow between joins yet) A pseudo example would look like select…
-
One thing to be careful of though with IFNULL is that if Vessel happened to have a value of Y It would also be excluded. I'd recommend using @MarkSnodgrass 's version using an explicit IS NULL check or alternatively combining your '' check and the NULL check together since you do have an explicit string you're wanting to…
-
@Gijs Beast mode calculations don't propagate through the query API. You'd need to either include the actual calculation in your query or you would need to create a Magic ETL DataFlow, calculate it there and then use the resulting dataset in your query.
