<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Multi-fielded Relationships (Possible?)</title><link>http://forums.method.me/cs/forums/thread/1250.aspx</link><pubDate>Tue, 25 Aug 2009 21:09:20 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1250</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1250.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1250</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Joe, &lt;/p&gt;
&lt;p&gt;Thanks for the scenario it helped me understand better what you are trying to achieve. Yes, you are capable of grouping fields to create that &amp;quot;uniqueness&amp;quot; in Method by using the Record ID.&amp;nbsp; When configuring your dropdown in step 4 you&amp;#39;ll be able to specify the columns you want to appear in the multi-column dropdown.&amp;nbsp; Ensure that you select Record ID for the first column; this will then allow you to uniquely group the other fields.&amp;nbsp;&amp;nbsp; For instance, based on your example we can use first name and Department as the 2nd and 3rd fields.&amp;nbsp; Since the record ID is always unique, the values in the other fields will be attached to the record ID for that line, making the entry unique.&amp;nbsp; Hope this helps, let me know. &lt;/p&gt;</description></item><item><title>Re: Multi-fielded Relationships (Possible?)</title><link>http://forums.method.me/cs/forums/thread/1244.aspx</link><pubDate>Tue, 25 Aug 2009 16:31:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1244</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1244.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1244</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;&amp;quot; However, is it possible for you to give a real world example.... &amp;quot;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;-- Lets say you are trying to identify employees and all you know about these employees is their DepartmentName, FirstName, LastName, and JobCode for what part of the department (this is obviously highly unlikely but i&amp;#39;m trying to create a small example). If you are to place these employees into an Employee table, you need 1 thing that seperates each one from the other &amp;quot;uniqueness&amp;quot;. Since this example lacks the luxury of social security numbers or employee ID&amp;#39;s .. it creates a dilemma. But through inspection you find that, DepartmentName / FirstName / and LastName together as a group is unique for each employee.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;Also how do you plan to group the fields, by using multi column dropdowns?&amp;quot;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;-- I believe i would have to. It will take at least 3 fields (in the above example) to seperate each employee from the other. So, in order to relate the Employee table to another table such as an &amp;quot;Employee Info Table&amp;quot; or &amp;quot;Employee Jobs Table&amp;quot; , we would need to use all 3 fields together. I&amp;#39;m not sure if you&amp;#39;re familiar with database design but this would be referred to as a &amp;quot;Multi-Fielded Primary Key&amp;quot; i believe in most database software. Specifically how I get teh fields grouped depends on the software, method uses dropdowns for relationships so I assume this is the only possibility, if the possibility exists.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;..have you decided which would be your child and parent tables&amp;quot;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;-- I regret to say i&amp;#39;m not sure what you mean by the parent and child tables. I understand the relationship between two tables but have never seen them given such identifiers as &amp;quot;parent&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;...and how to link them?...&amp;quot;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;-- If by &amp;#39;link&amp;#39; you mean &amp;#39;relate&amp;#39; then that should be made more clear above. If not, you will have to fill me in on what else &amp;#39;link&amp;#39; could refer to.&lt;/p&gt;
&lt;p&gt;_____________________________________________________&lt;/p&gt;
&lt;p&gt;Thank you for your time on this,&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;</description></item><item><title>Re: Multi-fielded Relationships (Possible?)</title><link>http://forums.method.me/cs/forums/thread/1241.aspx</link><pubDate>Tue, 25 Aug 2009 14:41:14 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1241</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1241.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1241</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Joe, &lt;/p&gt;
&lt;p&gt;Thanks for outlining the situation. However, is it possible for you to give a real world example so I can better understand what you are trying to accomplish? I have an idea but just to ensure I guide you in the right direction I would like more information.&amp;nbsp; Also how do you plan to group the fields, by using multi column dropdowns? In addition, have you decided which would be your child and parent tables and how to link them?&lt;br /&gt;We really appreciate your feedbacks and your questions. I&amp;#39;ll wait to hear from you. &lt;/p&gt;</description></item><item><title>Multi-fielded Relationships (Possible?)</title><link>http://forums.method.me/cs/forums/thread/1236.aspx</link><pubDate>Mon, 24 Aug 2009 20:56:05 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1236</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1236.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1236</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Given&lt;/b&gt;: a dropdown used to create a relationship must be based off a unique field in the corresponding table.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Situation&lt;/b&gt;: Values are not unique within a single field, but rather a combination of fields.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Goal&lt;/b&gt;: Create uniqueness to these fields as a group, and relate the corresponding table to another table.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Question&lt;/b&gt;: Is method capable of creating multi-fielded uniqueness and a relationship based off a group of fields?&lt;/p&gt;
&lt;p&gt;--------&lt;/p&gt;
&lt;p&gt;Sorry for having to be the user of a thousand points n&amp;#39; questions lol.&lt;/p&gt;
&lt;p&gt;Thx for your time,&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;</description></item></channel></rss>