<?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: Possible values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40213#M790004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expression working fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;M_SID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Feb 2018 11:21:10 GMT</pubDate>
    <dc:creator>gireesh1216</dc:creator>
    <dc:date>2018-02-02T11:21:10Z</dc:date>
    <item>
      <title>Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40207#M789998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I have three fields in below table like ID,S_ID and M_ID.&lt;/P&gt;&lt;P&gt;IF I select ID =10 in list box , &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;I want output in text object like 4,5,10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF I select ID =11 in list&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;box&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; , &lt;SPAN style="text-decoration: underline;"&gt;I want output in text object like 4,5,6,10&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;ID,S_ID,M_ID&lt;/P&gt;&lt;P&gt;1,4,7&lt;/P&gt;&lt;P&gt;2,5,8&lt;/P&gt;&lt;P&gt;3,6,9&lt;/P&gt;&lt;P&gt;4,10,11&lt;/P&gt;&lt;P&gt;5,10,11&lt;/P&gt;&lt;P&gt;6,10,11&lt;/P&gt;&lt;P&gt;10, ,11&lt;/P&gt;&lt;P&gt;11, &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gireesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40207#M789998</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40208#M789999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value which you want to display in textbox is S_ID??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40208#M789999</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-02T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40209#M790000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the CONCAT function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(ID,'-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40209#M790000</guid>
      <dc:creator>ruanhaese</dc:creator>
      <dc:date>2018-02-02T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40210#M790001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select 10 in ID filter, I want 4,5,6 output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40210#M790001</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2018-02-02T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40211#M790002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why yours doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just loaded your table in to the editor and added a listbox and a text object with the Concat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="192317" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192317_Capture1.PNG" style="height: 262px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40211#M790002</guid>
      <dc:creator>ruanhaese</dc:creator>
      <dc:date>2018-02-02T10:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40212#M790003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nooo..This is normal condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your selected S_ID filter.I don't want this filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;ID&lt;/STRONG&gt; filter and select 10 ..I WANT SAME RESULTS LIKE ABOVE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40212#M790003</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2018-02-02T11:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40213#M790004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expression working fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;M_SID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-values/m-p/40213#M790004</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2018-02-02T11:21:10Z</dc:date>
    </item>
  </channel>
</rss>

