<?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 to make Conditional values in valuelist? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414287#M1155912</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;I added my application as an attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 08:54:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-07T08:54:36Z</dc:date>
    <item>
      <title>How to make Conditional values in valuelist?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414285#M1155910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a straight table with a 'custom dimension' by the use of te Valuelist function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the example below:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34489" alt="table.PNG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/34489_table.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The dimension definition is as follows:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;=valuelist('TW1','TW2')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the columns 'Alpha' 'TKP' and 'Interpolated (-10)', i use expressions. The Alpha expression is as follows:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;if(valuelist('TW1','TW2')='TW1','#',' ')&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;amp;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;if(valuelist('TW1','TW2')='TW2','#',' ')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list selectionbox with a list of TW's (Time Windows)&lt;BR /&gt;See example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34490" alt="selection.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/34490_selection.PNG" /&gt;&lt;/P&gt;&lt;P&gt;How can I make sure that the "TW1"-row in my straight table is only shown when "TW1" is selected in the selectionbox?&lt;/P&gt;&lt;P&gt;Also, the list selectionbox allows multiple selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 16:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414285#M1155910</guid>
      <dc:creator />
      <dc:date>2013-03-06T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Conditional values in valuelist?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414286#M1155911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use variables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable1 and Variable2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable1= subfield(concat(Time_selection,'|'),'|',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable2= subfield(concat(Time_selection,'|'),'|',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use dimension as valulist(Variable1,Variable2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your application....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 06:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414286#M1155911</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-03-07T06:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Conditional values in valuelist?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414287#M1155912</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;I added my application as an attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 08:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-Conditional-values-in-valuelist/m-p/414287#M1155912</guid>
      <dc:creator />
      <dc:date>2013-03-07T08:54:36Z</dc:date>
    </item>
  </channel>
</rss>

