Jump to content

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

Recommended Posts

Posted

i am creating a newsletter db to go one the web there will be three issues a year for 30 different countries which i want to keep in the db for people in the office to browse. but i only want the newest one for each country on the web

can any one think of a way to self relate the same countries and calculate by issue number the newest record

Posted

Don't use portal.

Sort on Issue Number (decreasing) than present countryRel::NewsLetter

or use last(countryRel::NewsLetter)

Dj

Posted

cheers for that

i had found a way just before you sent that

i used a rel on country and set a field to = max(country rel::issue num) and the set another calc to if(max = issue num ; "newest"; "old")

which works fine

cheers

This topic is 8255 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.