Joseph31 Posted May 25, 2005 Posted May 25, 2005 I have a protal -- really simple one... and it is sorted by last entry on top... But now here comes the probelem -- When I go to print a report which has the portal field on it... the reports prints the first entry not the last. How do you get a portal to print the last entry not the first on a report? Joseph
comment Posted May 25, 2005 Posted May 25, 2005 I am only guessing here, since I don't know what you mean by "the portal field". A portal is one thing - relationship another. Sorting a portal does not sort the relationship. It overrides the sort order of the relationship, and does that for the portal only. In fact, you can place sevral portals based on the same relationship on the same layout, and give each one its own sort order. I am guessing you have placed a related field on the layout, outside of any portal. This will show the data from the first related record, according to the relationship's sort order.
-Queue- Posted May 25, 2005 Posted May 25, 2005 To add to Comment's comment, you could also add a calculated field of Last(relationship::field) to display the most recently entered related record's field, assuming, of course, that you do not have the relationship sorted otherwise.
Joseph31 Posted May 25, 2005 Author Posted May 25, 2005 I think you both have done a great job with this... That was what I was looking for... So I am going to try to sort the relationship so the last enry is ontop so it prints on my report... Hope this works... Thank you Queue and Comment Joseph
Recommended Posts
This topic is 7460 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