Jump to content

This topic is 8635 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.