<?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: queryRelatedFeatures in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474148#M2397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it this way and since&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;queryRelatedFeatureWithFieldOptions&lt;SPAN&gt;&amp;nbsp;cannot run concurrently it can be very slow. I was hoping there was another way.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Also I seem to be having a similar&amp;nbsp;issue with selecting features. When features are selected onSelectFeaturesStatusChanged&amp;nbsp;is called and returns the features in the&amp;nbsp;selectFeaturesResult object.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;This is great since I don't have to query the features and select them BUT my issue is I cannot get all the attributes from selectFeaturesResult like I can with&amp;nbsp;queryRelatedFeatureWithFieldOptions&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Enums.QueryFeatureFieldsLoadAll.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; font-weight: 300;"&gt;Is there a way to get all out fields with a select features?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 20:53:11 GMT</pubDate>
    <dc:creator>MarkHolm</dc:creator>
    <dc:date>2018-10-25T20:53:11Z</dc:date>
    <item>
      <title>queryRelatedFeatures</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474146#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to query related features but get all attributes. Getting all attributes means I need to use&amp;nbsp;queryRelatedFeaturesWithFieldOptions instead of&amp;nbsp;queryRelatedFeatures. Is there a way for&amp;nbsp;queryRelatedFeaturesWithFieldOptions to query all relationships? From what I saw is that if you do not specify a relationship in&amp;nbsp;RelatedQueryParameters, it will not return anything.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 02:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474146#M2395</guid>
      <dc:creator>MarkHolm</dc:creator>
      <dc:date>2018-10-17T02:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: queryRelatedFeatures</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474147#M2396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you'll need to call queryRelatedFeatureWithFieldOptions in a loop for each relationship in the table -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-servicefeaturetable.html#queryRelatedFeaturesWithFieldOptions-method" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-servicefeaturetable.html#queryRelatedFeaturesWithFieldOptions-method"&gt;ServiceFeatureTable QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-arcgisfeaturelayerinfo.html#relationshipInfos-prop" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-arcgisfeaturelayerinfo.html#relationshipInfos-prop"&gt;ArcGISFeatureLayerInfo QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 19:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474147#M2396</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-10-17T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: queryRelatedFeatures</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474148#M2397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it this way and since&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;queryRelatedFeatureWithFieldOptions&lt;SPAN&gt;&amp;nbsp;cannot run concurrently it can be very slow. I was hoping there was another way.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Also I seem to be having a similar&amp;nbsp;issue with selecting features. When features are selected onSelectFeaturesStatusChanged&amp;nbsp;is called and returns the features in the&amp;nbsp;selectFeaturesResult object.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;This is great since I don't have to query the features and select them BUT my issue is I cannot get all the attributes from selectFeaturesResult like I can with&amp;nbsp;queryRelatedFeatureWithFieldOptions&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Enums.QueryFeatureFieldsLoadAll.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; font-weight: 300;"&gt;Is there a way to get all out fields with a select features?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 20:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/queryrelatedfeatures/m-p/474148#M2397</guid>
      <dc:creator>MarkHolm</dc:creator>
      <dc:date>2018-10-25T20:53:11Z</dc:date>
    </item>
  </channel>
</rss>

