<?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: How can we select a value from listbox and display it in text box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574162#M479214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the values from the button is pre defined you could use the QV button functionality, setting a variable to that value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 06:32:56 GMT</pubDate>
    <dc:creator>hschultz</dc:creator>
    <dc:date>2014-02-13T06:32:56Z</dc:date>
    <item>
      <title>How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574155#M479207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all please help me out for the above question.&lt;BR /&gt;I have values in the listbox loaded whenever a user selects a particular value from listbox it need to be displayed in textbox field.&lt;/P&gt;&lt;P&gt; As I am new to Qlikview i couldn't make it out.please help me.Urgent.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;BR /&gt;Sravani.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574155#M479207</guid>
      <dc:creator />
      <dc:date>2014-02-12T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574156#M479208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use getfieldselections(YOURFIELD, YOURDELIMITER).&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, 12 Feb 2014 11:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574156#M479208</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-12T11:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574157#M479209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;but the thing is whenever user clicks a button then the selected value need to be loaded in text box...&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 04:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574157#M479209</guid>
      <dc:creator />
      <dc:date>2014-02-13T04:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574158#M479210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Concat(Fieldname, '#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 05:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574158#M479210</guid>
      <dc:creator />
      <dc:date>2014-02-13T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574159#M479211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;create a text box and put this in text&lt;/P&gt;&lt;P&gt;=getfieldselection(field,delimiter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 05:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574159#M479211</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-13T05:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574160#M479212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this copy and paste in your textobox change Listboxtable name&lt;/P&gt;&lt;P&gt;='Listbox Selection Name '&amp;nbsp; &amp;amp; If(GetSelectedCount(ListboxTableName)&amp;gt;0, GetFieldSelections(ListboxTableName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 05:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574160#M479212</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-02-13T05:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574161#M479213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Thank everyone for the reply.&lt;/P&gt;&lt;P&gt;but the thing is whenever user clicks a button then the selected value need to be loaded in text box...&lt;BR /&gt;Help me out for the Problem.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 06:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574161#M479213</guid>
      <dc:creator />
      <dc:date>2014-02-13T06:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574162#M479214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the values from the button is pre defined you could use the QV button functionality, setting a variable to that value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 06:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574162#M479214</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2014-02-13T06:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574163#M479215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls explain in detail.&lt;/P&gt;&lt;P&gt;What we have explined will show the seleted values in a seperate list box.&lt;/P&gt;&lt;P&gt;Pls specify what you need to achive in detail..&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 06:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574163#M479215</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-13T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574164#M479216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Enclosed File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 06:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574164#M479216</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-13T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574165#M479217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There r Some values in the list box when user selects one value and then if user Clicks the button i.e, after selecting a value in list box then that selected value need to be displayed in text box...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574165#M479217</guid>
      <dc:creator />
      <dc:date>2014-02-13T07:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574166#M479218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check my reply...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574166#M479218</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-13T07:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574167#M479219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;ya that is correct but the value that is stored in variable vShow need to be displayed in textbox. so, plz help me how to do it instead of displaying it with getFieldSelections().&lt;/P&gt;&lt;P&gt;i have tried it in textbox with expn as =$(vShow) but output can't be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 09:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574167#M479219</guid>
      <dc:creator />
      <dc:date>2014-02-13T09:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574168#M479220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change Text Expressions as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='vSHOW = '&amp;amp; vSHOW &amp;amp; CHR(10)&amp;amp;'Selected Value from Customer List Box ' &amp;amp; CHR(10) &amp;amp; CHR(10)&lt;/P&gt;&lt;P&gt;&amp;amp; Concat(GetFieldSelections(Customer),', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 09:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574168#M479220</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-13T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574169#M479221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 04:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574169#M479221</guid>
      <dc:creator />
      <dc:date>2014-02-14T04:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we select a value from listbox and display it in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574170#M479222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;thanks for the response it is working...&lt;/P&gt;&lt;P&gt;but other requirement is that whenever we select a value in any of the list box and click the button the data need to be appeared&amp;nbsp; in text box continuously.&lt;/P&gt;&lt;P&gt;i.e if i select a value from list box A and click the button the data need to be displayed in text box,&lt;/P&gt;&lt;P&gt;similarly if i select a value from list box B and click the button the data need to be displayed in text box&lt;/P&gt;&lt;P&gt;so how can i achieve this please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;sravani k.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 17:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-select-a-value-from-listbox-and-display-it-in-text/m-p/574170#M479222</guid>
      <dc:creator />
      <dc:date>2014-02-16T17:22:06Z</dc:date>
    </item>
  </channel>
</rss>

