Skip to content

Commit

Permalink
show all profiles with customer Behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Oct 15, 2024
1 parent 97ba33f commit 718ce0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/database-query-template.aql
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,6 @@ AQL_PROFILE_STATS_COLLECTOR =>
LET totalCustomerProfile = FIRST(
FOR p IN cdp_profile
FILTER p.status > 0
FILTER p.type > 0
FILTER (p.behavioralEvents ANY IN customerBehaviors)
COLLECT WITH COUNT INTO length RETURN length)

Expand Down

0 comments on commit 718ce0f

Please sign in to comment.