END
SELECT LoanStatusDecription
, COUNT ( DISTINCT CASE WHEN Loan_Program_ID NOT IN ('DLO','LNC','LP1') THEN ss_number END )ffel
FROM ##t45
GROUP BY LoanStatusDecription ,id
ORDER BY id
how to write teh above not in condition in ssrs?
END
SELECT LoanStatusDecription
, COUNT ( DISTINCT CASE WHEN Loan_Program_ID NOT IN ('DLO','LNC','LP1') THEN ss_number END )ffel
FROM ##t45
GROUP BY LoanStatusDecription ,id
ORDER BY id
how to write teh above not in condition in ssrs?