Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I wonder if someone has a hint on getting following:
I need to show companies that did not have certain activities during past 6 month but also had no sales within past 6 months. I started with this here but it does not lead me to what I need:
aggr( Count({<[Marketo_Activities.activity] = {"-=Activitity 1"+"Activitity 2"+"Activitity 3">} [Marketo_Activities.activity] ),
[Company_Master.Company_Name],)
How would I add the next two conditions?
Hi,
Can you please share the sample data set. You might need to use set analysis with 'p'.
Load your data, then use preceding loads to flag those companies that had zero sales in past 6 months and those companies that had no activity 1, 2 or 3 in past 6 months. On the front end in your charts you can use the flag in set analysis.