Jump to content

Matching empty fields


This topic is 7063 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

Posted

Make sure that your calculation for you global field is a global calculation.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.