We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16a7c38 + 2a00c80 commit b632e7eCopy full SHA for b632e7e
1 file changed
Doppler.ReportingApi/Infrastructure/CampaignRepository.cs
@@ -103,6 +103,9 @@ JOIN [dbo].[User] U WITH (NOLOCK)
103
AND C.[Status] IN (5,9,10)
104
AND C.[UTCScheduleDate] BETWEEN @startDate AND @endDate
105
AND S.[IdSubscribersStatus] = 5
106
+ AND C.[IdTestCampaign] IS NULL
107
+ AND C.[IdScheduledTask] IS NULL
108
+ AND C.Active = 1
109
GROUP BY
110
S.[IdUser]
111
,S.[IdCampaign]
0 commit comments