<?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: Create dynamic text box values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896824#M997511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear. Please mark &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt; 's answer as correct to help other users to find the solution right away&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 06:02:49 GMT</pubDate>
    <dc:creator>danieloberbilli</dc:creator>
    <dc:date>2015-06-25T06:02:49Z</dc:date>
    <item>
      <title>Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896819#M997506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to qlikview so was not very sure if this is possible.&amp;nbsp; I'm attempting to create a selection text box for my qlikview line graph. (There are other text boxes as well). The field I want displayed and filtered is 'Contact Type'. There are many values for Contact type, however I want only to displayed with the following.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this within the text box expression or by another way. If so please provide guidance. Thanks,.&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90750_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CONTACT_TYPE' == "xx_DisputeBillConsumer"&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;'CONTACT_TYPE' == "xx_EnquireBillConsumer"&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt; 'CONTACT_TYPE' == "xx_EnquireConsumer"&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'CONTACT_TYPE' == "xx_EnquireBillMobileNewAdopter"&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'CONTACT_TYPE' == "xx_ConnectPrepaidMobile"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 04:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896819#M997506</guid>
      <dc:creator />
      <dc:date>2015-06-25T04:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896820#M997507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the listbox, on the &lt;STRONG&gt;General &lt;/STRONG&gt;tab, select "&amp;lt;Expression&amp;gt;" in the Field dropdown. And then enter an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=if(match(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;CONTACT_TYPE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,'&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;xx_DisputeBillConsumer'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,'&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;xx_EnquireBillConsumer&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,'&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;xx_EnquireConsumer&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;CONTACT_TYPE&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896820#M997507</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-25T05:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896821#M997508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about a &lt;STRONG&gt;Listbox:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From the general tab of the listbox, choose Field &amp;lt;Expression&amp;gt; (bottom of all fields in the fields dropdown)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Match(CONTACT_TYPE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'xx_DisputeBillConsumer',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'xx_EnquireBillConsumer',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'xx_EnquireConsumer',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'xx_EnquireBillMobileNewAdopter',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'xx_ConnectPrepaidMobile'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),CONTACT_TYPE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896821#M997508</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-06-25T05:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896822#M997509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. I'll try the solution provided and let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896822#M997509</guid>
      <dc:creator />
      <dc:date>2015-06-25T05:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896823#M997510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to you both. Works perfectly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896823#M997510</guid>
      <dc:creator />
      <dc:date>2015-06-25T05:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic text box values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896824#M997511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear. Please mark &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt; 's answer as correct to help other users to find the solution right away&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 06:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dynamic-text-box-values/m-p/896824#M997511</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-06-25T06:02:49Z</dc:date>
    </item>
  </channel>
</rss>

