<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Combining 10  Infotable and create one infotable in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/905137#M63984</link>
    <description>&lt;UL&gt;
&lt;LI&gt;Try with union option&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS237109" target="_blank"&gt;https://www.ptc.com/en/support/article/CS237109&lt;/A&gt;. This is one of the good choice.&lt;/LI&gt;
&lt;LI&gt;If the output, you are going to use in chart... Then you try with "Multiple data sources" in chart.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Sat, 07 Oct 2023 13:04:01 GMT</pubDate>
    <dc:creator>Sathishkumar_C</dc:creator>
    <dc:date>2023-10-07T13:04:01Z</dc:date>
    <item>
      <title>Combining 10  Infotable and create one infotable</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/905135#M63983</link>
      <description>&lt;P&gt;I am taking logged data from 10 properties of 10 things. I am using the "QueryNumberPropertyHistory" service to fetch logged property data for things. The output infotable contains "id, timestamp, value" fields. I tried to combine two infotables by using the "Left Join" query. But when I tried to use the same query to combine three infotables, it wouldn't work.&lt;/P&gt;&lt;P&gt;Can anyone please help me achieve the required output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 11:52:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/905135#M63983</guid>
      <dc:creator>AG_10811269</dc:creator>
      <dc:date>2023-10-07T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 10  Infotable and create one infotable</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/905137#M63984</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Try with union option&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS237109" target="_blank"&gt;https://www.ptc.com/en/support/article/CS237109&lt;/A&gt;. This is one of the good choice.&lt;/LI&gt;
&lt;LI&gt;If the output, you are going to use in chart... Then you try with "Multiple data sources" in chart.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 07 Oct 2023 13:04:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/905137#M63984</guid>
      <dc:creator>Sathishkumar_C</dc:creator>
      <dc:date>2023-10-07T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 10  Infotable and create one infotable</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/907282#M64154</link>
      <description>&lt;P&gt;I have one dropdown to select multiple inputs like machines (Machine 1, Machine 2, Machine 3...). In another dropdown, I want to select one property (ex.&amp;nbsp; machine status).&lt;BR /&gt;Once I select the machine or machines and the property, then I want to display histographical data for the properties of all selected machines from the dropdown in the line chart widget.&lt;/P&gt;&lt;P&gt;The union function combines data from two tables, as shown in the below image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AG_10811269_0-1697741164764.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/91643i28307570A66FD42A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AG_10811269_0-1697741164764.png" alt="AG_10811269_0-1697741164764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My requirement is quite different. I want separate columns for each machine, as shown in the below image. The &lt;STRONG&gt;FULL JOIN&lt;/STRONG&gt; shows me data in the below format, but this is not accurate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AG_10811269_1-1697741354488.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/91644i2C62D666790E1CA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AG_10811269_1-1697741354488.png" alt="AG_10811269_1-1697741354488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also replicated the same code mentioned by you in the previous email, but it is adding entries one below the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AG_10811269_2-1697741440969.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/91645i1063D1BB0617A236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AG_10811269_2-1697741440969.png" alt="AG_10811269_2-1697741440969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 18:56:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/907282#M64154</guid>
      <dc:creator>AG_10811269</dc:creator>
      <dc:date>2023-10-19T18:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 10  Infotable and create one infotable</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/907620#M64162</link>
      <description>&lt;P&gt;if your getting data from value stream...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you can get 2 inputs (thing name and proprty name) from drop down button.&lt;/LI&gt;
&lt;LI&gt;write a custom service to get data&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;rename the field names to field1, field2, field3.... and fieldN&lt;/LI&gt;
&lt;LI&gt;map into the line chart&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Oct 2023 04:42:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Combining-10-Infotable-and-create-one-infotable/m-p/907620#M64162</guid>
      <dc:creator>Sathishkumar_C</dc:creator>
      <dc:date>2023-10-23T04:42:02Z</dc:date>
    </item>
  </channel>
</rss>

