<?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: Listbox creation with specific value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058831#M918779</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;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;&amp;gt;'market dashboard.qvw', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-4))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 05:18:31 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2016-05-03T05:18:31Z</dc:date>
    <item>
      <title>Listbox creation with specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058830#M918778</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 am taking data from the Governance dashboard to create a specific statistic app. I use Binary load to bring all data into my new app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I attempted to create a &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ListBox&lt;/STRONG&gt;&lt;/SPAN&gt; with the following field "&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;DocName_sessions&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ListBox&lt;/STRONG&gt;&lt;/SPAN&gt; contains the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 187px; height: 38px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;DocName_Sessions&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;governance dashboard.qvw&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ab_dashboard.qvw&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ccn_dashboard.qvw&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;market dashboard.qvw&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;inv dashboard.qvw&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Now I want to exclude all except for "&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;market dashboard.qvw&lt;/STRONG&gt;&lt;/SPAN&gt;" and I also want to exclude ".&lt;STRONG style="color: #ff0000;"&gt;qvw&lt;/STRONG&gt;" at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered the below code in the Expressions and the result just show duplications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'governance dashboard.qvw','ab_dashboard.qvw','ccn_dashboard.qvw','inv dashboard.qvw'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am sure there is a way to do this.&amp;nbsp; Thank you for your assistance in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Pat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/Listbox-creation-with-specific-value/m-p/1058830#M918778</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox creation with specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058831#M918779</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;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;&amp;gt;'market dashboard.qvw', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DocName_Sessions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-4))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 05:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058831#M918779</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-05-03T05:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox creation with specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058832#M918780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You can try like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;=if(Not match(DocName_Sessions,'market dashboard.qvw'),Replace(DocName_Sessions,'.qvw',''))&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;=if(match(DocName_Sessions,'market dashboard.qvw'),Replace(DocName_Sessions,'.qvw',''))&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; I have misunderstood the question. Now, corrected the expression. &lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 05:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058832#M918780</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-03T05:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox creation with specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058833#M918781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;try this&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=if ( match(&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DocName_Sessions,'&lt;/STRONG&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;market dashboard.qvw'), 'market dashboard',null()) as DocName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 05:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058833#M918781</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-03T05:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox creation with specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058834#M918782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the result from the provided suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="apps.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123425_apps.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;As yo can see it duplicates the values.&amp;nbsp; All I want to show in this listbox is "Sales Dashboard".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the expression:&lt;/P&gt;&lt;P&gt;//if(DocName_Sessions&amp;lt;&amp;gt;'sales dashboard.qvw',left(DocName_Sessions,len(DocName_Sessions)-30))&lt;/P&gt;&lt;P&gt;//if(match(DocName_Sessions,'sales dashboard.qvw'),'sales dashboard.qvw',null())&lt;/P&gt;&lt;P&gt;Replace(DocName_Sessions,'.qvw','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 14:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-creation-with-specific-value/m-p/1058834#M918782</guid>
      <dc:creator />
      <dc:date>2016-05-03T14:48:43Z</dc:date>
    </item>
  </channel>
</rss>

