<?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: Text Box product name display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556914#M1120647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your test object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='This is the product&amp;nbsp; ' &amp;amp; GetFieldSelections(product,',',10)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through &lt;STRONG&gt;GetFieldSelections()&lt;/STRONG&gt; in help content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here 2nd parameter is a seperator. comma(,) in this case and 3rd parameter is max items that can display. 10 in this case. default is 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 12:30:13 GMT</pubDate>
    <dc:creator>manideep78</dc:creator>
    <dc:date>2014-01-23T12:30:13Z</dc:date>
    <item>
      <title>Text Box product name display</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556913#M1120646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a Text Box to show the names of the products selected. I succeed doing that when I select a product. However when I select two products, those are not displayed in the text box...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached QV for your reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;thks,dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556913#M1120646</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-01-23T12:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box product name display</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556914#M1120647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your test object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='This is the product&amp;nbsp; ' &amp;amp; GetFieldSelections(product,',',10)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through &lt;STRONG&gt;GetFieldSelections()&lt;/STRONG&gt; in help content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here 2nd parameter is a seperator. comma(,) in this case and 3rd parameter is max items that can display. 10 in this case. default is 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556914#M1120647</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-23T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box product name display</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556915#M1120648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use concat function:&lt;/P&gt;&lt;P&gt;concat(product,'&amp;nbsp; ,&amp;nbsp; ')&lt;/P&gt;&lt;P&gt;Please find the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556915#M1120648</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-01-23T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box product name display</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556916#M1120649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dani,&lt;/P&gt;&lt;P&gt;There are two ways of achieving it...&lt;/P&gt;&lt;P&gt;1. Create a variable and give the calcualtion for it like below and display the variable in a Textbox :&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;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;lt;Field Name&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. Create a Variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Create a Button and create a Action 'Setvariable' and asign the below calculation to that variable and display in a textbox.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Have attached a demo app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope it helps !&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 13:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-product-name-display/m-p/556916#M1120649</guid>
      <dc:creator />
      <dc:date>2014-01-23T13:00:25Z</dc:date>
    </item>
  </channel>
</rss>

