You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MATCH (n:Org)-[r]-(p:Person)
WHERE id(n) IN [{nID}]
WITH p.Name as Name, CASE r.e WHEN true THEN 'Yes' WHEN false THEN 'No' ELSE r.e END AS Work
RETURN Name, Work
Example of graph
Query 1:
Expected:
Actual:
Query 2:
Work is correct:
The text was updated successfully, but these errors were encountered: