<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/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>xproperty not showing on the database</title><link>https://www.aras.com/community/f/development/36828/xproperty-not-showing-on-the-database</link><description>hello, 
 i have parts classified using xclassification i set some xproperty and i could acces the value of these properties via a request on the data base in the table [XPROPERTYVALUES](a column of this table represents an x property ). 
 now i want to</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: xproperty not showing on the database</title><link>https://www.aras.com/community/thread/7318?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 09:13:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:be616dfb-f82f-4d16-9a0a-1582185c8965</guid><dc:creator>lucas</dc:creator><description>&lt;p&gt;hello&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have a better understanding of what is happening,&lt;/p&gt;
&lt;p&gt;i think because i imported the component engineering package too many times because of mis understanding of an aror message,&lt;/p&gt;
&lt;p&gt;this actually imported a big number of xproperty and i have now 21 tables of&amp;nbsp;&lt;span&gt;xpropertyvalues and the new one am creating are on the 21st table thus separated from the first ones i created before all those imports.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i&amp;#39;m actually requesting xproperty values in an action and i use apply sql, i know its not recomended but i&amp;#39;m first trying to make it work through sql and later i will pass it to iom&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;my sql request looks somthing like this&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SELECT xcl.[NAME], mnfp.KEYED_NAME&lt;br /&gt;FROM [InnovatorSolutions].[innovator].[MANUFACTURER_PART] as mnfp &lt;br /&gt;inner join [xp].[XPROPERTYVALUES] as xp on xp.[item_id] = mnfp.ID &lt;br /&gt;inner join [innovator].[MANUFACTURER_PART_XCLASS] as mnfXc on mnfp.ID =mnfXc.SOURCE_ID &lt;br /&gt;inner join [innovator].[XCLASS] as xcl on mnfXc.RELATED_ID = xcl.ID&lt;br /&gt;WHERE [xp-tolerance] &amp;lt;&amp;#39;-5&amp;#39;and xcl.[NAME] =&amp;#39;resistor&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i make a join with the xpropertyvalues but since my props are separated on two tables i either need to join the two tables or move all the properties to one of them. i&amp;#39;m still not sure which way is best and if u have a better solution i would love to hear about it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;thanks &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;lucas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>