Moe Posted September 28, 2005 Posted September 28, 2005 Hi, I have 2 tables with the following relationship: globals::cities = camps::cities If I put 'springfield' in globals::cities, all the camps that are located in springfield appear in a 'camps' portal, which is beautiful. The problem is this: a lot of camps records don't have a city entered. The field is left blank. How can I make those records appear in the portal? Thanks, Moses
mr_vodka Posted September 28, 2005 Posted September 28, 2005 You can try and create a calc field and use that to match instead. IOW, If (Trim ( IsEmpty ( city )) ; 1 ; city ) then you can pick a calc field for the global value too. When they are empty they will match on 1, else they will match on the city name.
Moe Posted September 30, 2005 Author Posted September 30, 2005 I tried that, but for some reason I don't get any matches unless I change the relationship from = to x.
mr_vodka Posted September 30, 2005 Posted September 30, 2005 Make sure that your calculation for you global field is a global calculation.
Recommended Posts
This topic is 7063 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now