<?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 Display multiple values in text box based on list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739360#M1026718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;I am in to a situation where i need to show multiple values in text box.&lt;/P&gt;&lt;P&gt;here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two list box named, Person Id and Certification , what i want to do is select one value in person id and values from certification box should be shown in a text box, ''Certification field contains multiple values'', I can only select in person id field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is text box displays the values from certification filed when there is only one value, for multiple values it shows blank data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 06:22:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-04T06:22:05Z</dc:date>
    <item>
      <title>Display multiple values in text box based on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739360#M1026718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;I am in to a situation where i need to show multiple values in text box.&lt;/P&gt;&lt;P&gt;here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two list box named, Person Id and Certification , what i want to do is select one value in person id and values from certification box should be shown in a text box, ''Certification field contains multiple values'', I can only select in person id field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is text box displays the values from certification filed when there is only one value, for multiple values it shows blank data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 06:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739360#M1026718</guid>
      <dc:creator />
      <dc:date>2015-03-04T06:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple values in text box based on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739361#M1026719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with concat() as textbox-expression maybe with an additionally condition like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getselectedcount([Person Id]) = 1, concat(Certification, ', '), 'to many values - please select one Id')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739361#M1026719</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-03-04T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple values in text box based on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739362#M1026720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Concat(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Certification&lt;/SPAN&gt;,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739362#M1026720</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-04T11:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple values in text box based on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739363#M1026721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;P&gt;Solved!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 05:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-multiple-values-in-text-box-based-on-list-box/m-p/739363#M1026721</guid>
      <dc:creator />
      <dc:date>2015-03-05T05:25:02Z</dc:date>
    </item>
  </channel>
</rss>

