How can I filter audience where they are there in the system for certain days lets say 20days from their start date field?
Thank you in advance.
Best,
Revanth
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
DateOnly(@columnName) equal to DateOnly(DaysAgo(noOfDays))
조회 수
답글
좋아요 수
DateOnly(@columnName) equal to DateOnly(DaysAgo(noOfDays))
조회 수
답글
좋아요 수
Hi @rvnth ,
Start date means creation date of recipient profile?
AddDays(@created, 20) -> This will add 20 days from starting date.
So,
DateOnly(AddDays(@created, 20)) equals to DateOnly(GetDate())
The above condition will result out recipients who got created in your system 20 days ago
Thank you for your reply @ParthaSarathy , Actually I am looking for the recipients who are there in the system for 20days based up on their subscription date column , which is the best way to accomplish this ?
The one I have added or the above? Please can you explain the difference between these two?
Thank you in advance.
조회 수
답글
좋아요 수