Join our Community in its new Home - The Datorama Trailblazer Community Group!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
Mzdravkov 
Reactions
-
Re: Dealing with Mismatched Naming from 2 sources
Hi @JBell, Does it fit your use case to do this in the Data Stream mapping itself? Take for example the below: EXTRACT(csv['campaign_name']. '\\(DM', 0) This would only take the first part of the ema… (View Post) -
Re: How to ingest facebook thruplay data into dataroma
Hi @PriyankaThirugnanam, Something unique about this metric is it will only be pulled in when the data consists of Auction or Reach and Frequency campaigns, as per the below Facebook resource: https:… (View Post) -
Re: Compare a Custom Date Field to Current Month/Previous Month/Next Month
Hi, I was able to get a Calculated Dimension with the following formula to validate and work as expected (1 in current month, 0 in other months): IF(FORMATDATE([Start_Date],'MM')==FORMATDATE(DATEADD(… (View Post)