ruthcarlton Posted September 27, 2002 Posted September 27, 2002 I have a portal in a contacts DB that I would like to display all records with the last name beginning with a, b, c, etc. I have calculation filed which determines the first letter of the last name and scripts which sets a global field to specific letters. My portal is based on the relationship FirstLetter = :gFirstLetter What I get is a mess...if I set gFirstLetter to A I get the name associated with the current record repeated the number of times there are A names. What am I doing wrong? Do I need to create another file to handle this? Thanks.
LiveOak Posted September 27, 2002 Posted September 27, 2002 Your relationship needs to have the global field on the left side and the calculated first letter field on the right side. gFirstLetter <---> FirstLetter. -bd
Recommended Posts
This topic is 8094 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