pradeep Posted July 3, 2001 Posted July 3, 2001 I have a query,I have repeating fields called ship to city,freight code & shipping rate. I want to select a shipping rate from another file which has freight code,shipping rate and Ship to city. The freight code for the first file is looked up from a third file and stored.How will I set a relation which will get me the shipping rate when the freight code is entered and ship to city is selected.I don't want to change to portal as many calculations are already set.
LiveOak Posted July 3, 2001 Posted July 3, 2001 To perform a lookup or create a relationship based upon two fields, city and freight code, you need to create what we call a composite key. This is a combination of city and freight code. This could be: Key(calculation, text, indexed) = city & freight code This composite key is created in both files and used to create the relationship. -bd
pradeep Posted July 3, 2001 Author Posted July 3, 2001 Thanx but when setting realtions with calculation fields it doesn't work. That is because the relation is set using calculation field it doesn't work and if we copy and paste to a text fileld and set the relation it works,so the problem is not still solved as I have repeating fields and copy and paste doesn't work with repeating fields.
pradeep Posted July 3, 2001 Author Posted July 3, 2001 I AM SORRY IT WORKS AS I HAD SET THE CALCULATION RESULT TO NUMBER INSTEAD OF TEXT!!! THANX
Recommended Posts
This topic is 8635 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