Hello All,
I have another situation that we are struggling with. I will try to explain briefly. We have one table - CAR, we have another table PDP. The PDP table is planning stage, the CAR table is the actual Capital Request. If the Capital Request is a budgeted item, I need to pull the list of Project Titles from the PDP table that matches the facility chosen in the new CAR record. When I hard code the facility number, my slice is filtered appropriately. When I try to do a comparison, it doesn’t work - we have tried many, many, many different ways (including Any, IN, Contains, etc.) None seem to work the way we are expecting it to. Screen shots are below and any help, as always, is greatly appreciated!
This is the code in the row filter for the slice that populates the PDP Project Title field:
IN([ProjectTitle],select(PDP[ProjectTitle],([Company]=[_THISROW].[Company])))
This one works for the hard-coded company:
IN([ProjectTitle],select(PDP[ProjectTitle],([Company]=110)))
The list you are seeing includes Titles that do not belong to the Facility selected (Royal Oaks). **The last 2 that begin PJs Test are for other facilities - not Royal Oaks.
TIA!
~Paula

