Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i need to convert the below case statement in talend
CASE WHEN mcw_qualitypot_prod_event_deduped.qualitypot_prod_task_type ="IMAGE_REVIEW"
AND mcw_qualitypot_prod_event_deduped.qualitypot_prod_error :: text ='incorrectRejected'
THEN count(
mcw_qualitypot_prod_event_deduped.qualitypot_prod_error
) ELSE NULL END AS quality_incorrectrejectedpots,
please provide solution for the above requirement