eyeguy Posted July 6, 2009 Posted July 6, 2009 Hi guys I need help from someone cleverer than me. I have a medical record keeping solution in which I document amongst other things, eye pressure. There is on entry per visit but not every entry has pressure recorded. What I need to be able to do, is display in a portal, only those non empty values. i.e the empty one shouldn't show. I can only think of a complex way of doing it which involves calculation fields. Can anyone suggest a simple way of achieving this? Joseph
bcooney Posted July 6, 2009 Posted July 6, 2009 If the pressure reading is recorded in a field in the child table, create a calc field in the child table flag_pressure, which equals 1 if not isempty (pressurefield). Then build a relationship from the parent by primarykey to foreign key and constant1 = flag_pressure. This will find all child records that have a value in pressurefield. OR, just use the List function to gather all values in pressurefield into one field in parent.
Recommended Posts
This topic is 5712 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