Hi Team,
When I tried to run the below code, the errors says that "Initial parameter must be a table but not column.
Note: Parent table and child tables both are same.
SUM(CASE WHEN PU_COUNT_DISTINCT(table, table.Order, table.ACTIVITY = REASON) = 1 THEN 1.0 ELSE 0.0 END)
Can you please help me to solve this error.
Thanks.