jiehuang001 Posted July 5, 2005 Posted July 5, 2005 I have a Patient table and a Visit table. In the patient table, there is a portal to display this patient's visits. So, if a patient has 10 visits, the portal of this patient will show all 10 records. How can I make this portal only show the visits whose status equals "failed", for example ?? Thanks very much. Jie
RalphL Posted July 5, 2005 Posted July 5, 2005 This will require a different relationship. You can modifiy your exsisting relationship by addin an AND where a global field in Patient = Visit::Status. Settiing the value of the global field to Failed would only show the patient visits for failed.
Recommended Posts
This topic is 7082 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