<?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: Using Checkboxes to show/hide expression in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981282#M968003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a sample of what my app looks like so these list boxes do not have all the metrics my actual app has.&amp;nbsp; The real app has probably over 50 metrics.&amp;nbsp; So when I presented it with one list box, leadership didn't like it because it was too much in one space.&amp;nbsp; They asked to break the main list box up into separate list boxes by category so it would be easier to find what they wanted.&amp;nbsp; So now I have separate list boxes for Productivity metrics, Attrition metrics, headcount metrics, etc.&amp;nbsp; However, they want to be able to display any number of the metrics together at one time and with the separate list boxes this functionality doesn't work.&amp;nbsp; Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2015 14:03:52 GMT</pubDate>
    <dc:creator>alanmcgrath</dc:creator>
    <dc:date>2015-09-18T14:03:52Z</dc:date>
    <item>
      <title>Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981274#M967995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a chart that allows selection of expressions via a checkbox.&amp;nbsp; I was able to get it to work when having one list box of metrics to select from.&amp;nbsp; However, due to the amount of metrics in the list box I would like to separate into smaller list boxes.&amp;nbsp; The issue is once I have separated into a few list boxes I cannot select metrics from each of the list boxes and have them display, it only displays selections from one list box at a time.&amp;nbsp; Any suggestions on how to allow selecting from each list box an have all those selected display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how&amp;nbsp; create the separate list boxes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Metrics:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_metrics, Flag&lt;BR /&gt; Sales %,1&lt;BR /&gt; SalesHrs,1&lt;BR /&gt; Training %,1&lt;BR /&gt; Training Hrs,1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Overtime %,1&lt;BR /&gt; Overtime Hrs,1&lt;BR /&gt; Recovery %,1&lt;BR /&gt; Recovery Hrs,1&lt;BR /&gt; Total Hrs,1&lt;BR /&gt; Unassigned %,1&lt;BR /&gt; Unassigned Hrs,1&lt;BR /&gt; &lt;BR /&gt; Attrition Avg Headcount,2&lt;BR /&gt; Attrition Avg HP Headcount,2&lt;BR /&gt; Managed Leavers,2&lt;BR /&gt; Managed Attrition %,2&lt;BR /&gt; Total Attrition %,2&lt;BR /&gt;&amp;nbsp; Total Leavers,2&lt;BR /&gt;&amp;nbsp; Unmanaged Leavers,2&lt;BR /&gt; Unmanaged Attrition %,2&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; Headcount FTE,3&lt;BR /&gt; Headcount Heads,3&lt;BR /&gt; Joiners FTE,3&lt;BR /&gt; Prior Year End Headcount,3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Then in the listbox I am using an expression to display the metrics by "Flag".&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #993300;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;_metrics&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #993300; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;For the Chart I have all the metrics listed and then am using substring counts to display.&amp;nbsp; So in the general tab I have the calculation condition of&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_metrics&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0 .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Then in the expression section I have each one listed and in the conditional section I have the formulas&lt;/SPAN&gt; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Substring&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;(_metrics,'|'),'Overtime Hrs') &lt;/SPAN&gt;.&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;This is an example of the overtime hrs conditional statement, obviously each expression has the specific title.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;When I click on a metric from the list box with Flag 1 it displays fine, but the issue is when I want to also see a metric from the box with Flag 2 or 3, it is dropping the metric from the Flag 1 box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Any way I can fix this??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981274#M967995</guid>
      <dc:creator>alanmcgrath</dc:creator>
      <dc:date>2015-09-18T12:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981275#M967996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Can you share&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;example&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qvw&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;reduced&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you described&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;From&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;what I understand&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;load&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;size&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the list box&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;conditionally&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;taking them&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from the same table&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;In this way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the selection&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a list&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;conditioning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;even if you use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a list box&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Checkbox&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;the selection&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a list&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;conditioning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is always&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a reset&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;condition&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;other&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;why&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can not function&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;If you can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;provide&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;example&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qvw&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I can try to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solve&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another way.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981275#M967996</guid>
      <dc:creator />
      <dc:date>2015-09-18T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981276#M967997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gennaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVW has been added to the post. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981276#M967997</guid>
      <dc:creator>alanmcgrath</dc:creator>
      <dc:date>2015-09-18T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981277#M967998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Could you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;also&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;give me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the data file.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;So&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;reload&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Data.xlsx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981277#M967998</guid>
      <dc:creator />
      <dc:date>2015-09-18T13:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981278#M967999</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;If I understand you well...........&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;"When I click on a metric from the list box with Flag 1 it displays fine, but the issue is when I want to also see a metric from the box with Flag 2 or 3, it is dropping the metric from the Flag 1 box."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;This I think QlikView is Working As Designed... Because the selection is metrics 2 or 3 does not have association with selection in metrics 1.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Question:- Are the tables with metrics associated? If so you need to make the tables with metrics as Data Island not associated in anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981278#M967999</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-18T13:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981279#M968000</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 now see the attached file and you have the tables as Island.&lt;/P&gt;&lt;P&gt;Question: Why are you creating the table separately using Flag = 1,2,3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you have just 1 list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981279#M968000</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-18T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981280#M968001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data file posted, THanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981280#M968001</guid>
      <dc:creator>alanmcgrath</dc:creator>
      <dc:date>2015-09-18T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981281#M968002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the attachment&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Before you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;reload the data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;restore the&lt;/SPAN&gt; path of file whit data in the &lt;SPAN class="hps"&gt;script&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gennaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981281#M968002</guid>
      <dc:creator />
      <dc:date>2015-09-18T14:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981282#M968003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a sample of what my app looks like so these list boxes do not have all the metrics my actual app has.&amp;nbsp; The real app has probably over 50 metrics.&amp;nbsp; So when I presented it with one list box, leadership didn't like it because it was too much in one space.&amp;nbsp; They asked to break the main list box up into separate list boxes by category so it would be easier to find what they wanted.&amp;nbsp; So now I have separate list boxes for Productivity metrics, Attrition metrics, headcount metrics, etc.&amp;nbsp; However, they want to be able to display any number of the metrics together at one time and with the separate list boxes this functionality doesn't work.&amp;nbsp; Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981282#M968003</guid>
      <dc:creator>alanmcgrath</dc:creator>
      <dc:date>2015-09-18T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981283#M968004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternatively could be to group your expressions with one or several grouping-fields like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Metrics:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_metrics, Flag, _metricsGroupExpressionType, &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_metricsGroupUserTypRelated&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales %,1, Quotes, UserGroup A&lt;BR /&gt;SalesHrs,1, Amounts, UserGroup B&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;......&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you put those grouping-fields into a listbox (maybe with a dimension-group) which would reduce by pre-selecting the possible expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981283#M968004</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-18T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981284#M968005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks!&amp;nbsp; So a simple IF statement is all I needed.&amp;nbsp; I knew it was something fairly simple I was missing.&amp;nbsp; This works great, Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981284#M968005</guid>
      <dc:creator>alanmcgrath</dc:creator>
      <dc:date>2015-09-18T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Checkboxes to show/hide expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981285#M968006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the metrics in the listboxes all subsets of the same field (_metrics)? If so, you could use an alternate state trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place each list box into a different alternate state (Create the states first in Document Properties | General). This means that you can independantly select items in each list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to 're-assemble' the selections, modify the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SubStringCount(Concat({State1} _metrics,'|') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; '|' &amp;amp; Concat({State2} _metrics,'|')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; '|' &amp;amp; Concat({State3} _metrics,'|'), ,'Sales %')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubstringCount is searching through the values for all 3 states. Add more states for more listboxes and update the expression accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Checkboxes-to-show-hide-expression-in-chart/m-p/981285#M968006</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-18T14:14:37Z</dc:date>
    </item>
  </channel>
</rss>

