Creek Posted October 2, 2012 Posted October 2, 2012 I have a problem with sorting many to many relationship. I have three tables. TAB1 - <TAB1_TAB2> - tab2 In layaut based on TAB2 I put a portal (TAB1). Table TAB1_TAB2 include the fields of foreign keys and filed counter. I would like to see the data (TAB1) in the portal sorted by the counter from (TAB1_TAB2). many to many SORT.fmp12.zip
bcooney Posted October 2, 2012 Posted October 2, 2012 Why wouldn't you base the portal on the join table? You can temporarily change the context of the portal so that you can select the "counter" field in the join table as the sort portal field. Then change the context back to Tab1.
Creek Posted October 2, 2012 Author Posted October 2, 2012 Thank you for your quick reply Hym. It is a solution. > You can temporarily change the context of the portal (...) Hym. How to do it?
Recommended Posts
This topic is 4495 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