joki1975 Posted January 8, 2005 Posted January 8, 2005 Hi. I come from access and mysql, so this is mostly a general question. I have a table with items. itermsid, name and partnumber. in another table i would like to show a portal with all iterms with itermsid over 10. in sql: select itermsid, partnumber, name from iterms where itermsid > 10; how kan i do that in fm pro 6. I miss all the function to extract data with parameters from the tabels, like i used to to do in mysql. So please eksplain how i extract and show the data in fm pro 6 Thanks
-Queue- Posted January 10, 2005 Posted January 10, 2005 Create a calculation field in items equal to itermsid > 10. Create a calculation field in your other table equal to 1. Create a relationship from the calculation 1 field to the iterms calculation field. A portal using this relationship will only show related records where the test calculation is true (itermsid > 10).
joki1975 Posted January 11, 2005 Author Posted January 11, 2005 Hi. That a new way for me to think, but thansk for your help.
Recommended Posts
This topic is 7257 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