<?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: eSearch Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882205#M14180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rudo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sure I think this thread will get you going on this. You may have to read some of the earlier traffic between Kevin and I to get the context though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1731#comment-20232" title="https://community.esri.com/docs/DOC-1731#comment-20232"&gt;https://community.esri.com/docs/DOC-1731#comment-20232&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 02:26:29 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-02-04T02:26:29Z</dc:date>
    <item>
      <title>eSearch Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882202#M14177</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/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I put this code in my config.json file so that my IncDate field would return the year only? Current it's 20160203.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"name": "IncDate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "alias": "IncDate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sqltext": "IncDate = Left('[value]',4)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alias": "{IncNum}",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "disablelinksifnull": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "disableinpopup": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "popuptype": "text",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "content": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fphqrpt01%2FReportServer%2FPages%2FReportViewer.aspx" rel="nofollow" target="_blank"&gt;http://phqrpt01/ReportServer/Pages/ReportViewer.aspx&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;%2fPatrol%2fCAD%2fCallsForService&amp;amp;rs:Command=Render&amp;amp;rc:Parameters=false&amp;amp;Year=&lt;SPAN style="color: #e23d39;"&gt;2016&lt;/SPAN&gt;&amp;amp;IncNum={IncNum}",&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this:&lt;/P&gt;&lt;P&gt;So that any year that is available, a report would pop up when the link is clicked.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;%2fPatrol%2fCAD%2fCallsForService&amp;amp;rs:Command=Render&amp;amp;rc:Parameters=false&amp;amp;Year=&lt;SPAN style="color: #e23d39;"&gt;{IncDate)&lt;/SPAN&gt;&amp;amp;IncNum={IncNum}",&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 16:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882202#M14177</guid>
      <dc:creator>RudoDuncan</dc:creator>
      <dc:date>2016-02-03T16:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882203#M14178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rudo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the SQL query text will not manipulate the returned vales of a field like that. The SQL text will only affect which features are returned and not the attribute values returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 17:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882203#M14178</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-03T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882204#M14179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know of a method to do so? Would have an idea of the .js or .json that would do something like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882204#M14179</guid>
      <dc:creator>RudoDuncan</dc:creator>
      <dc:date>2016-02-03T22:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882205#M14180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rudo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sure I think this thread will get you going on this. You may have to read some of the earlier traffic between Kevin and I to get the context though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1731#comment-20232" title="https://community.esri.com/docs/DOC-1731#comment-20232"&gt;https://community.esri.com/docs/DOC-1731#comment-20232&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 02:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-widget/m-p/882205#M14180</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-04T02:26:29Z</dc:date>
    </item>
  </channel>
</rss>

