-
Re: Period Over Period Calculation Challenges
@RocketMichael ( (CASE when `Period Type`='Current' then `Shipped CoGS`end) - (CASE when `Period Type`= 'Last Month' then `Shipped CoGS` end) ) / (CASE when `Period Type`='La…3 -
Re: Can you stream Salesforce data in real-time?
+1 with @MarkSnodgrass , except it's important to keep in mind that even the webhook connector executes (and therefore ingests data) in batches. despite it collects data from a webhook pipeline,…2 -
Re: How to build a filter for only the most recent value of a column in a data set to show.
only addendum I'd add to @MichelleH 's post would be to not filter out rows. just add your row_number for nth-most-recent visit. in one card you can filter on "nth-most-recent-visit = …3 -
Re: Where do Cloned Beast Modes Come From?
@zcameron this might be something for your team? @James_Dougherty Domo has ... a handful of quiet releases and sometimes doesn't update the documentation to reflect updated language in the produ…2 -
Re: Reduce ETL Processing Time
@jmmc @GrantSmith is spot on with his advice with one small addendum. If you can perform your JOIN in a Dataset View (which is basically Fusions 2.0 so ... ignore fusions) then, assuming your VIEW ca…1

