<?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: Dynamic String Find in Field - Frontend Calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807230#M65695</link>
    <description>&lt;P&gt;Just taking a subfield-information maybe like this:&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(Grp)=1, Concat(Distinct &lt;STRONG&gt;subfield(&lt;/STRONG&gt;[Text Value]&lt;STRONG&gt;, ' - ', 1)&lt;/STRONG&gt;, ','), '')&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 09:34:29 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2021-05-12T09:34:29Z</dc:date>
    <item>
      <title>Dynamic String Find in Field - Frontend Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807155#M65683</link>
      <description>&lt;P&gt;I'm looking for a way to dynamically search a field on the front end to see if all the values have a shared sequence. I don't want to provide it to search but rather it is found dynamically. For example, if I had the below data and the application is filtered to 'A' on [Grp] it would return 'SMTH - ' but unfiltered it would return '' or Null().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grp | Text Value&lt;/P&gt;&lt;P&gt;&amp;nbsp; A&amp;nbsp; &amp;nbsp;|&amp;nbsp; SMTH - 1E&lt;/P&gt;&lt;P&gt;&amp;nbsp; A&amp;nbsp; &amp;nbsp;|&amp;nbsp; SMTH - 2W&lt;/P&gt;&lt;P&gt;&amp;nbsp; B&amp;nbsp; |&amp;nbsp; &amp;nbsp;WPQV - 2A&lt;/P&gt;&lt;P&gt;&amp;nbsp; B&amp;nbsp; |&amp;nbsp; 5N&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help/thoughts.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 02:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807155#M65683</guid>
      <dc:creator>zwilson_borg</dc:creator>
      <dc:date>2021-05-12T02:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic String Find in Field - Frontend Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807159#M65684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you want to display the text value in the KPI?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, try like below&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(&lt;SPAN&gt;Grp&lt;/SPAN&gt;)=1, Concat(Distinct [&lt;SPAN&gt;Text Value]&lt;/SPAN&gt;, ','), '')&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 03:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807159#M65684</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-05-12T03:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic String Find in Field - Frontend Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807160#M65685</link>
      <description>&lt;P&gt;Mayil,&lt;/P&gt;&lt;P&gt;I need it to return the substring that is shared across each possible value in the field. In the example, I need the KPI box to just show 'SMTH - '. Your expression instead returns 'SMTH - 1E,SMTH - 2W'&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 03:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807160#M65685</guid>
      <dc:creator>zwilson_borg</dc:creator>
      <dc:date>2021-05-12T03:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic String Find in Field - Frontend Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807230#M65695</link>
      <description>&lt;P&gt;Just taking a subfield-information maybe like this:&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(Grp)=1, Concat(Distinct &lt;STRONG&gt;subfield(&lt;/STRONG&gt;[Text Value]&lt;STRONG&gt;, ' - ', 1)&lt;/STRONG&gt;, ','), '')&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 09:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-String-Find-in-Field-Frontend-Calculation/m-p/1807230#M65695</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-05-12T09:34:29Z</dc:date>
    </item>
  </channel>
</rss>

