ron G Posted July 16, 2009 Posted July 16, 2009 I have a LAYOUT based on a table (STOCKS) Stocks holds 2 fields: symbol and name On the layout I have a mergefield that shows the stock name and buttons for navigating to previous and next. Question: "How do I get the mergefield to show the names in alphabetical order?" I have sorted the underlying table (STOCKS) and yet it does not appear to be effective. This is something pretty fundamental that I am missing. Thanks for reading.
mr_vodka Posted July 16, 2009 Posted July 16, 2009 Dont quite follow... The merge field should be displaying the name of the current record's stock name. Is the merge field from a different table occurrence? Are you using a table view with a merge field in the header?
ron G Posted July 16, 2009 Author Posted July 16, 2009 (edited) The merge field is also from STOCKS table. I also tried deleting the merge field and replacing it with STOCKS::stkName field. The current layout sort order is on stocks.pk. I can change the Stocks table sort order to be by stkName but it doesn't change the layout sort order. Same result.. no sort... Edited July 16, 2009 by Guest
ron G Posted July 16, 2009 Author Posted July 16, 2009 Above is the portal on the STOCKS layout. It is based on a self join -- ie, Stocks2 Below is the STOCK Table. I sorted it on stkName so it looks ok. But when I navigate via the 'arrow' buttons at the top of the layout, stkName appears in PRIMARY KEY order. In other words it shows: Apple, Ford, Saskatchewan Potash, United States Oil... etc. I want it to show in stkName sequence. There doesn't appear to be any way to change that order to the desired stkName... Or, is there?
ron G Posted July 17, 2009 Author Posted July 17, 2009 I got it. I needed to change the sort Language to UNICODE. Why doesn't English work? All the names are in English. What gives ?
Recommended Posts
This topic is 5609 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