Can I create a segment with an aggregate using count between in AEP
Hi,
I am trying to create a segment with audience of count of Unique purchases (SKU's) between 2 and 5 in the last 10 days.
Can I do this in one single segment in AEP?
Thanks
Hi,
I am trying to create a segment with audience of count of Unique purchases (SKU's) between 2 and 5 in the last 10 days.
Can I do this in one single segment in AEP?
Thanks
Hi @danny-miller , just checking in to see if you have some insight on this?
Thanks
@avinashwiley I built this in the UI.

Here is the PQL:
CHAIN(xEvent, timestamp, [C0: WHAT(true) WHEN(<= 10 days before now) COUNT(ALL) WHERE(C0[productListItems.exists(SKU.isNotNull())].count() >= 2 and C0[productListItems.exists(SKU.isNotNull())].count() <= 5)])
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.