Hello!
I'm going to explain my structure...
Inside the report form, I want to show the team leaders based on the selected inspector, and so I've addeed the following formula inside the field "Suggested values":
SELECT(TeamLeaderByRegion[Team Leader], IN([_THISROW].[Inspector].[Region], TeamLeaderByRegion[RegionTeamLeader]))
But instead of obataining only the leaders of that particular region, I've all the time all the leaders of all regions.
Why?
Solved! Go to Solution.
I've changed like this:
LIST(LOOKUP([_THISROW].[Inspector].[Region],"TeamLeaderByRegion", "RegionTeamLeader", "Team Leader"))
I don't understand (ok, I didn't investigate yet), why in this way it works..
I've changed like this:
LIST(LOOKUP([_THISROW].[Inspector].[Region],"TeamLeaderByRegion", "RegionTeamLeader", "Team Leader"))
I don't understand (ok, I didn't investigate yet), why in this way it works..
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |