Good afternoon, I'm trying to create a Detail Variable that uses a Merged Dimension between two queries. If there is a commonality then it will display an A&E Attendance Number, from Query1. Logically I want to show the admission Ward if there is an A&E Attendance Number.
I get the message "The object InList at position 50 is incompatible. (WIS 10076)
This is really frustrating.
Many thanks,
D€$
=If not(IsNull([A&E].[A&E Attendance Number]))And [Ward Name] InList ("CCU") Then "Medical"
I get the message "The object InList at position 50 is incompatible. (WIS 10076)
This is really frustrating.
Many thanks,
D€$