<?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: How to get distinct rows of a grid(data table) in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522778#M17638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can have a remote meeting. May be it is possible. My location is Bangalore, India.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 10:01:22 GMT</pubDate>
    <dc:creator>mnalla</dc:creator>
    <dc:date>2017-08-30T10:01:22Z</dc:date>
    <item>
      <title>How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522765#M17625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two grids namely products data and projects data&lt;/P&gt;&lt;P&gt;If I click product one in one grid, it should show projects under this product in another grid.&lt;/P&gt;&lt;P&gt;how to approach this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a common key for this I am trying to access it. but i am not successful in this way.&lt;/P&gt;&lt;P&gt;Could anyone suggest me with the service code for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 11:54:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522765#M17625</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-28T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522766#M17626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The binding is like this. First Grid is GetDataTableEntities and the second Grid is QueryDataTableEntities.&lt;/P&gt;&lt;P&gt;QueryDataTableEntities has parameters, bind the GetDataTableEntities's selected rows column to QueryDataTableEntities parameters.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://www.ptcusercommunity.com/legacyfs/online/thingworx/7047_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The run tiem grid looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://www.ptcusercommunity.com/legacyfs/online/thingworx/7048_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should you have any concern, please let me know. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://www.ptcusercommunity.com/7.0.4.3b79b96/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 02:44:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522766#M17626</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-29T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522767#M17627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li,&lt;/P&gt;&lt;P&gt;ThankYou for the response. While giving connection from key to values.Users. &lt;SPAN style="font-size: 13.3333px;"&gt;what is the relation between this. (key to values.Users). I&lt;/SPAN&gt; have tried&lt;SPAN style="text-decoration: underline;"&gt; key to my fields like name and&amp;nbsp; IssueKey&lt;/SPAN&gt; but It did not show any result in the another grid. &lt;/P&gt;&lt;P&gt;And one more thing I would need to manipulate thousands of rows, is it going to work?&amp;nbsp; Any another methods are available, Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 11:53:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522767#M17627</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-29T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522768#M17628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key-&amp;gt; values.Users is something like primary key-&amp;gt; foreign key. It can work for thousands rows but the performance may not good.&lt;/P&gt;&lt;P&gt;How about you attach you mashup here and I will check what's the wrong configuration in your mashup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 01:30:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522768#M17628</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522769#M17629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you bind GetDataTableEntities's&amp;nbsp; &lt;STRONG&gt;SelectedRowsChanged&lt;/STRONG&gt; event to QueryDataTableEntities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:46:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522769#M17629</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T02:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522770#M17630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li,&lt;/P&gt;&lt;P&gt;ThankYou,&lt;/P&gt;&lt;P&gt;I am able to view the selected product projects. I tried it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 04:17:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522770#M17630</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-30T04:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522771#M17631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very glad that I can help. If any concern, please feel free to let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:21:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522771#M17631</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T05:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522772#M17632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Lily,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a thing with a service of queryIssue. I want to display all of the issues with out requesting. Is it possible to view all these issues. The service is having input as id and output as infotable. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:59:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522772#M17632</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-30T05:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522773#M17633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is queryIssue servcice a customized service? Where do you store these issues records? (DB or DataTable or an thing's property)&lt;/P&gt;&lt;P&gt;We can view all these issue records with customized serivce. I need to know our customized code. Please give use the screenshot of our code or attach your entities on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:29:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522773#M17633</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T06:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522774#M17634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a in built service from a connector. These records stored in DB. I am sending the connection details. Do we need to write customized service for displaying issues in a grid. Though It is displaying single issue details if i give the input(Jql) but I would like to display whole issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;P&gt;&lt;IMG alt="query.PNG" class="image-1 jive-image" src="https://www.ptcusercommunity.com/legacyfs/online/thingworx/7067_query.PNG" style="height: 364px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 07:29:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522774#M17634</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-30T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522775#M17635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I checked, JiraConnectorThing is not a built in Thing. So the service QueryIssues should be editable.&lt;/P&gt;&lt;P&gt;We can query out all issue records as long as JiraConnectorThing can access to DB.&lt;/P&gt;&lt;P&gt;What you need to do is opening the JiraConnectorThing service and finding out QueryIssues service. Check the code in QueryIssue. JiraConnectorThing's service QueryIssues may inherited from a ThingTemplate or ThingShape, if so, please check the service in associated ThingTemplate/ThingShape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get to code, please attach to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 08:48:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522775#M17635</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T08:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522776#M17636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code is written in java not in JS so it is not possible to share the code. QueryIssue service is inherited from Thingtemplate which is written in java&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 09:30:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522776#M17636</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-30T09:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522777#M17637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to have a remote meeting with you and access your computer to check this issue. Is that possible?&lt;/P&gt;&lt;P&gt;If you can have a remote meeting with me, please let me know where are you located and when will you be available tomorrow. And I will send the meeting link to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 09:40:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522777#M17637</guid>
      <dc:creator>liliu</dc:creator>
      <dc:date>2017-08-30T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get distinct rows of a grid(data table)</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522778#M17638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can have a remote meeting. May be it is possible. My location is Bangalore, India.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 10:01:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-distinct-rows-of-a-grid-data-table/m-p/522778#M17638</guid>
      <dc:creator>mnalla</dc:creator>
      <dc:date>2017-08-30T10:01:22Z</dc:date>
    </item>
  </channel>
</rss>

