<?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: Displaying my infotable on a mashup in ThingWorx Developers</title>
    <link>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/958556#M67029</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/837581"&gt;@GV_11098078&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up with you on your post to see if your question has been answered.&amp;nbsp;&lt;BR /&gt;If so, please mark the appropriate reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so that we can continue to help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anurag&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 19:06:58 GMT</pubDate>
    <dc:creator>anursingh</dc:creator>
    <dc:date>2024-06-27T19:06:58Z</dc:date>
    <item>
      <title>Displaying my infotable on a mashup</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/957841#M66999</link>
      <description>&lt;P&gt;I have a infotable in my things project, under properties and alerts, i want to display my infotable in a grid in a mashup, is that possible or only if i have a data shape?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 17:41:33 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/957841#M66999</guid>
      <dc:creator>GV_11098078</dc:creator>
      <dc:date>2024-06-24T17:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying my infotable on a mashup</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/957999#M67007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/837581"&gt;@GV_11098078&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it is possible to display the infotable property value in mashup. In your service you can the blow code to get property values as Infotable Output.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;result = Things["YOURTHINGNAME"].YOURINFOTABLEPROPERTYNAME;&lt;/LI-CODE&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Arun C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:44:07 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/957999#M67007</guid>
      <dc:creator>Arun_C</dc:creator>
      <dc:date>2024-06-25T10:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying my infotable on a mashup</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/958556#M67029</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/837581"&gt;@GV_11098078&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up with you on your post to see if your question has been answered.&amp;nbsp;&lt;BR /&gt;If so, please mark the appropriate reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so that we can continue to help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anurag&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 19:06:58 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/958556#M67029</guid>
      <dc:creator>anursingh</dc:creator>
      <dc:date>2024-06-27T19:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying my infotable on a mashup</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/958811#M67039</link>
      <description>&lt;P&gt;For future reference, it's impossible not to already have a DataShape set for an Infotable &lt;STRONG&gt;if it's defined in the Properties section&lt;/STRONG&gt;, so in your situation you already have a Data Shape defined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a builtin service called GetPropertyValues that gets you the value of all properties in the Thing - if you need just one property and don't want to transfer the others to the browser, then yes, a custom service like the one suggested by &lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/674218"&gt;@Arun_C&lt;/a&gt;&amp;nbsp; is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: if the infotable is the &lt;STRONG&gt;output of a service&lt;/STRONG&gt;, what I wrote above is not true - it does not need to have a Data Shape defined, and you need to set it manually in the service's output section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:33:44 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/Displaying-my-infotable-on-a-mashup/m-p/958811#M67039</guid>
      <dc:creator>VladimirRosu</dc:creator>
      <dc:date>2024-07-01T06:33:44Z</dc:date>
    </item>
  </channel>
</rss>

