<?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 Cyclical Group only show values if meet condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2119300#M1224579</link>
    <description>&lt;P&gt;...you can also store the column name in a variable. Then you'll have a single box that changes content depending on what the variable is set to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jwaligora_0-1695059424776.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116521i6A0B84065B3F8ACE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwaligora_0-1695059424776.png" alt="jwaligora_0-1695059424776.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jwaligora_1-1695059447761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116522iF9DE2B8BD4AA6A72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwaligora_1-1695059447761.png" alt="jwaligora_1-1695059447761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 17:50:59 GMT</pubDate>
    <dc:creator>jwaligora</dc:creator>
    <dc:date>2023-09-18T17:50:59Z</dc:date>
    <item>
      <title>Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2114703#M1224510</link>
      <description>&lt;P&gt;I am trying to show values in a list box if meet certain conditions&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 192pt;" border="0" width="255px" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" style="height: 15.0pt; width: 48pt;"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="61.9531px" style="width: 48pt;"&gt;&lt;STRONG&gt;Met&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="68.9844px" style="width: 48pt;"&gt;&lt;STRONG&gt;Location&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="62.1094px" style="width: 48pt;"&gt;&lt;STRONG&gt;Reg&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" align="right" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="61.9531px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="68.9844px"&gt;USA&lt;/TD&gt;
&lt;TD width="62.1094px"&gt;NA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" align="right" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="61.9531px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="68.9844px"&gt;USA&lt;/TD&gt;
&lt;TD width="62.1094px"&gt;NA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" align="right" style="height: 15.0pt;"&gt;3&lt;/TD&gt;
&lt;TD width="61.9531px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="68.9844px"&gt;FRA&lt;/TD&gt;
&lt;TD width="62.1094px"&gt;EUR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" align="right" style="height: 15.0pt;"&gt;4&lt;/TD&gt;
&lt;TD width="61.9531px" align="right"&gt;0&lt;/TD&gt;
&lt;TD width="68.9844px"&gt;ITA&lt;/TD&gt;
&lt;TD width="62.1094px"&gt;EUR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="61.9531px" height="20" align="right" style="height: 15.0pt;"&gt;5&lt;/TD&gt;
&lt;TD width="61.9531px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="68.9844px"&gt;CH&lt;/TD&gt;
&lt;TD width="62.1094px"&gt;ASIA&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an example, let's say I have a dataset like this . I created a cyclical group '&lt;STRONG&gt;Place&lt;/STRONG&gt;' with the dimensions "&lt;STRONG&gt;Location&lt;/STRONG&gt; and &lt;STRONG&gt;Reg&lt;/STRONG&gt;".&amp;nbsp; I want to create a list box using that cyclical group 'Place' to show only values where Met=1, so essentially ITA would not show up in the list box as a possible selectable value if cycle through to Location.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible to do with a cyclical group in an if statement? I know I can just use if(Met=1, Location) as an expression if it was just that one dimension.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 17:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2114703#M1224510</guid>
      <dc:creator>xthojanalyst</dc:creator>
      <dc:date>2023-09-07T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117153#M1224565</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Where are you placing your expression?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A 'version' of your exact approach works in this configuration:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jwaligora_2-1694727132293.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116353iDD82D0E11E4247BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwaligora_2-1694727132293.png" alt="jwaligora_2-1694727132293.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;but selecting EUR from the list box does also automatically enforce a selection of Met = 1 on the overall data set...which may or may not be acceptable behavior to you.&lt;/P&gt;
&lt;P&gt;J.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 21:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117153#M1224565</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2023-09-14T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117549#M1224568</link>
      <description>&lt;P&gt;If it was just a single dimension I would just add it as an expression in Dimensions.&amp;nbsp; But this approach you have above I'd have to write for all dimensions when writing as a grouper.&amp;nbsp; And this is an example dataset, this would have thousands of rows and columns, so the EUR selection would not be feasible.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117549#M1224568</guid>
      <dc:creator>xthojanalyst</dc:creator>
      <dc:date>2023-09-15T19:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117568#M1224569</link>
      <description>&lt;P&gt;I don't think I understand at which point the data size becomes an issue. The expressions are written at time of group definition and their number is equivalent to the number of dimensions in the cyclical group. Are you saying you intend to cycle through thousands of dimensions?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 20:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117568#M1224569</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2023-09-15T20:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117573#M1224570</link>
      <description>&lt;P&gt;No, but I'd have to write an expression for every dimension then for the same cycle group.&lt;/P&gt;
&lt;P&gt;So example (added below), if I have cyclical group X with Location and Reg.&amp;nbsp; I want one list box where it is limited to where met=1, so like your example above.&amp;nbsp; But I want that same list box, but this time with only if column &lt;STRONG&gt;X&lt;/STRONG&gt; =1, then another with if(&lt;STRONG&gt;Y&lt;/STRONG&gt;=1), so on and so forth.&amp;nbsp; It won't be thousands of dimensions to cycle through but could be say 10 or so.&amp;nbsp; I'd have to rewrite those if statements for each listbox for each dimension in the cyclical group.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" width="341px" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px"&gt;&lt;STRONG&gt;Met&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;&lt;STRONG&gt;Location&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;&lt;STRONG&gt;Reg&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;&lt;STRONG&gt;X&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;&lt;STRONG&gt;Y&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;&lt;STRONG&gt;Z&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;USA&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;NA&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;2&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;USA&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;NA&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;3&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;FRA&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;EUR&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;4&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;0&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;ITA&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;EUR&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;5&lt;/TD&gt;
&lt;TD width="54.2812px" height="25px" align="right"&gt;1&lt;/TD&gt;
&lt;TD width="69.375px" height="25px"&gt;CH&lt;/TD&gt;
&lt;TD width="41.375px" height="25px"&gt;ASIA&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="40.2031px" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="40.2812px" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 15 Sep 2023 21:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2117573#M1224570</guid>
      <dc:creator>xthojanalyst</dc:creator>
      <dc:date>2023-09-15T21:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2119157#M1224578</link>
      <description>&lt;P&gt;Should all these list boxes be visible simultaneously?&lt;/P&gt;
&lt;P&gt;It almost sounds like using either buttons or triggers to force the Met=1 (X=1, Y=1, etc.) selections might be a better approach.&amp;nbsp; That would result in a single list box.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 17:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2119157#M1224578</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2023-09-18T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Cyclical Group only show values if meet condition</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2119300#M1224579</link>
      <description>&lt;P&gt;...you can also store the column name in a variable. Then you'll have a single box that changes content depending on what the variable is set to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jwaligora_0-1695059424776.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116521i6A0B84065B3F8ACE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwaligora_0-1695059424776.png" alt="jwaligora_0-1695059424776.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jwaligora_1-1695059447761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116522iF9DE2B8BD4AA6A72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jwaligora_1-1695059447761.png" alt="jwaligora_1-1695059447761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 17:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Cyclical-Group-only-show-values-if-meet-condition/m-p/2119300#M1224579</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2023-09-18T17:50:59Z</dc:date>
    </item>
  </channel>
</rss>

