Forum Discussion

bminehart's avatar
05-13-2025

CASE WHEN syntax w/ multiple conditions

We're trying to build a formula using CASE WHEN syntax with multiple conditions using AND.

Example:

CASE WHEN MIN(MNDIFF([time A], [time B])) <= 30 AND [column A]='Value' THEN DUPCOUNT([column B]) ELSE 0

This syntax is not working. Any tips?