<?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: Encuesta Survey123 in Comunidad Esri Colombia - Ecuador - Panamá Questions</title>
    <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774847#M19</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 May 2020 16:18:03 GMT</pubDate>
    <dc:creator>mariaibal</dc:creator>
    <dc:date>2020-05-23T16:18:03Z</dc:date>
    <item>
      <title>Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774846#M18</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hola Xander, resulta que lo que me escribiste me ayudo bastante (la duda de que si creo un link" este me abra la encuesta de survey123 con la localización de ese punto que presiono), sin embargo, me di cuenta de que efectivamente también lo necesito para que ingrese en la aplicación móvil de survey123 cuando presiono el "link" en el punto y me sea enrutado directamente a la aplicación de survey123 con la localización, según tengo entendido eso se puede hacer cambiando el link, es cierto esto?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 14:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774846#M18</guid>
      <dc:creator>mariaibal</dc:creator>
      <dc:date>2020-05-21T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774847#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2020 16:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774847#M19</guid>
      <dc:creator>mariaibal</dc:creator>
      <dc:date>2020-05-23T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774848#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/404127" target="_blank"&gt;maria ibal&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eso es correcto, se puede cambiar el enlace para que te abre la aplicación de Survey123 en el dispositivo móvil.&amp;nbsp; Asumo que será algo como la expresión abajo:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// Converts Longitude from metres to decimal degrees&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; originShift &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6378137.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; lon &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;x &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; originShift&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;// Converts Latitude from metres to decimal degrees&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; originShift &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6378137.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; lat &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;y &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; originShift&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
lat &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Atan&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Exp&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; lat &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;// Combines the features coordinates to the Google Street View URL&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// var url = Concatenate("https://survey123.arcgis.com/share/d491d0be8e0d45e889e5c1143837ba5a?center=" , lat, ",", lon);&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; url &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"arcgis-survey123://?itemID=d491d0be8e0d45e889e5c1143837ba5a?center="&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; lat&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;","&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; lon&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 
&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; url&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774848#M20</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-12T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774849#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muchas gracias Xander, aunque tengo un problema, cuando abro el collector me sale lo escrito en "Var URL" pero no me deja presionarlo para abirilo en el survey123 del celular, además en el computador me pasa un error, presiono "abrir en survey123", pero trata de abrirme la encuesta y sale un mensaje que dice "la encuesta OTEA no se ha descargado" la descargo y da lo mismo y lo mismo, ya borre la encuesta del computador y aun asi sigue pasando eso.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2020 18:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774849#M21</guid>
      <dc:creator>mariaibal</dc:creator>
      <dc:date>2020-05-24T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774850#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/404127"&gt;maria ibal&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo que puedes hacer es seguir las instrucciones mencionadas en el &lt;A _jive_internal="true" href="https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme"&gt;blog de Ismael&lt;/A&gt; y configurar la ventana emergente usando el despliegue personalizada:&lt;/P&gt;&lt;P&gt;&lt;IMG height="295" src="https://community.esri.com/legacyfs/online/493437_CustomURL03.png" width="735" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 15:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774850#M22</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-05-26T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774851#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buenas tardes Xander, de hecho, ese fue el primero que use para tratarde hacer eso, sin embargo no me sirvio por el problema que te decia de la ubicacion, que si pulso el link de ese punto en especifico, no me define en localizacion la latitud y longitud de ese punto, en vez de eso, usa mi ubicacion actual, no la del punto, lo cual es lo que necesito, que se tome la latitud y logitud de ese punto y al abrir la encuesta con el link, el apartado de localizacion me defina esa latitud y longitud de ese punto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 19:36:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774851#M23</guid>
      <dc:creator>mariaibal</dc:creator>
      <dc:date>2020-05-27T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Encuesta Survey123</title>
      <link>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774852#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/404127"&gt;maria ibal&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listo entendido tienes toda la razón. Aunque me pregunto si crees la expresión de Arcade como mencioné antes y la incluyes en este espacio como "{expression/expr0}", esto funcione como campo para la URL o no lo reconoce?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y que pasa si en&amp;nbsp;el despliegue personalizada de los atributos crees un enlace (formato html) que incluye el enlace completo incluyendo las coordenadas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 22:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/comunidad-esri-colombia-ecuador-panam%C3%A1-questions/encuesta-survey123/m-p/774852#M24</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-05-27T22:03:38Z</dc:date>
    </item>
  </channel>
</rss>

