Compare two different fields in Adobe Journey Optimizer
Hi,
I am trying to add some rule in Adobe Experience Platform that in a Query looks like:
SELECT count(*)
FROM profile_snapshot_export_xxx where
<path>.LastChequeRedeemedDate <= dateadd(day,30, <path>.Most_Recent_Drop_Date_DM) -- 477
I set a rule like this in the audience:

However, the Query count and Audience count are completely different (query gives me 477 and audience only 211)
How should the rule be set in the audience, so it matches the count from the Query?
Thanks.