-
Can I Create Variables in Beast Mode?
I'm trying to create a variable that I can reference a beast mode calculation, but it keeps on telling me "This calculation contained a syntax error". Is it not possible to create variables…1 -
Converting String to Date in Dataflow
Hi, I have a dataflow where I combine two data sources. source1 has a date field formatted MM/DD/YYYY, and source2 has a date field formatted YYYY-MM-DD - let's call them date1 and date2. source1 als…1 -
Incorrect data when using Adobe Analytics connector
Hi all, I am trying to create an Adobe Analytics connector to report on page views across various pages on our website. The report type for all of the testing I have done is Intermediate - Custom. Wh…1 -
Re: Can I Create Variables in Beast Mode?
Shucks. Well, good to know, thanks.2 -
Re: Converting String to Date in Dataflow
Yes, that did exactly what I needed, thanks. Apparently I didn't search through the date functions documentation thoroughly enough. For any future searchers, this is the exact line of code I used: ST…4