<?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 Complex query - help needed in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68332#M1702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to make some complicated query and desperately need help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to achieve is finding map sheets IDs using administrative units (let's say they would be NUTS as Polish names translate to English quite terribly).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about 3 comboboxes (one for each NUTS level).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How it would work - when i choose by specified attribute (name) some NUTS1 in first combobox it should provide all NUTS2 units names that are within selected unit into 2nd combobox. Then when I select some NUTS2 unit of all provided before it should provide NUTS3 units names to 3rd combobox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nest to each combobox there should be also some tinny button which would trigger the actual query - listing all map sheets IDs from another service layer that intersect selected unit in a given combobox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the attribute query sample (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AttributeQuery"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AttributeQuery&lt;/A&gt;&lt;SPAN&gt;) is the thing to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is how to feed next level queries with results from previous one - I thought of using the GraphicsLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second thing - how to achieve those trigger buttons feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep in mind that I'm quite a beginner so please be very understanding &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any feedback&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 08:24:37 GMT</pubDate>
    <dc:creator>MaciejGolebiewski</dc:creator>
    <dc:date>2013-01-30T08:24:37Z</dc:date>
    <item>
      <title>Complex query - help needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68332#M1702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to make some complicated query and desperately need help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to achieve is finding map sheets IDs using administrative units (let's say they would be NUTS as Polish names translate to English quite terribly).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about 3 comboboxes (one for each NUTS level).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How it would work - when i choose by specified attribute (name) some NUTS1 in first combobox it should provide all NUTS2 units names that are within selected unit into 2nd combobox. Then when I select some NUTS2 unit of all provided before it should provide NUTS3 units names to 3rd combobox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nest to each combobox there should be also some tinny button which would trigger the actual query - listing all map sheets IDs from another service layer that intersect selected unit in a given combobox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the attribute query sample (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AttributeQuery"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AttributeQuery&lt;/A&gt;&lt;SPAN&gt;) is the thing to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is how to feed next level queries with results from previous one - I thought of using the GraphicsLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second thing - how to achieve those trigger buttons feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep in mind that I'm quite a beginner so please be very understanding &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any feedback&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 08:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68332#M1702</guid>
      <dc:creator>MaciejGolebiewski</dc:creator>
      <dc:date>2013-01-30T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Complex query - help needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68333#M1703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any ideas anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 06:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68333#M1703</guid>
      <dc:creator>MaciejGolebiewski</dc:creator>
      <dc:date>2013-01-31T06:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Complex query - help needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68334#M1704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to run attribute query on NUTS1 level, now I need to perform identify task on the next level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it even possible to use GraphicsLayer with results from previous query as a geometry on which identify task runs? There is Geometry property in IndentifyParameters Class, it accepts polygons, but I can't find how to use graphics layer instead of MapPoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/complex-query-help-needed/m-p/68334#M1704</guid>
      <dc:creator>MaciejGolebiewski</dc:creator>
      <dc:date>2013-02-13T12:39:29Z</dc:date>
    </item>
  </channel>
</rss>

