SivadPT Posted June 15, 2007 Posted June 15, 2007 (edited) Hello. I'm trying to make a portal that displays records that have field "A" empty. Any help? :o Edited June 15, 2007 by Guest
AudioFreak Posted June 15, 2007 Posted June 15, 2007 (edited) I think you need to explain more of what you are doing. If you are just wanting to find records where a field is empty try typing a = in find mode in the field and performing the find. Edit: I guess you could create a calc field with the calc being unstored. If(IsEmpty(Your Empty Field) ; "Yes" ) And use this new field as the relationship key in the related table. But seems odd to even want to do that.....lol Michael Edited June 15, 2007 by Guest
SivadPT Posted June 15, 2007 Author Posted June 15, 2007 Hello. I have a sample (layout S, table S) with a bunch of analysis (layout A, table A). On this table I have field "B". What I whant to know, is on Layout S (Portal with records from A)all the analysis that don't have data on field B. That way I will know which analysis I still have to do and put data on field B. Hope it helps
Recommended Posts
This topic is 6372 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