<?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 How to create a list box or multi-box for expressions (instead of dimension) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700115#M1073433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to set up something similar to a list box or multi-box that lets the user choose which expression(s) they want to see in a straight table?&amp;nbsp; A user asked if I was able to add in some options to a table that I created for them, so that they can choose if they want to show total sales, or have the option to show the average sales price, or mode sales price.&amp;nbsp; But the catch is they want to have the option to show it one time and not another, depending on what they're using the data for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create the various totals on the expressions page (and their question isn't limited to just different types of sums but also entirely different expressions), but I haven't figured out how to set that up similar to how a list box is designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 12:53:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-01T12:53:36Z</dc:date>
    <item>
      <title>How to create a list box or multi-box for expressions (instead of dimension)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700115#M1073433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to set up something similar to a list box or multi-box that lets the user choose which expression(s) they want to see in a straight table?&amp;nbsp; A user asked if I was able to add in some options to a table that I created for them, so that they can choose if they want to show total sales, or have the option to show the average sales price, or mode sales price.&amp;nbsp; But the catch is they want to have the option to show it one time and not another, depending on what they're using the data for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create the various totals on the expressions page (and their question isn't limited to just different types of sums but also entirely different expressions), but I haven't figured out how to set that up similar to how a list box is designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 12:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700115#M1073433</guid>
      <dc:creator />
      <dc:date>2014-08-01T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list box or multi-box for expressions (instead of dimension)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700116#M1073434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way you do this is by creating a Data Island.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;BR /&gt;load * inline [&lt;/P&gt;&lt;P&gt;%ExpressionLabel, %ExpressionID&lt;/P&gt;&lt;P&gt;Total Sales, 01&lt;/P&gt;&lt;P&gt;Total Budget, 02&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a listbox with %ExpressionLabel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the expression tab of your chart you enable "Conditional" and use the expression (for Total Sales):&lt;BR /&gt;substringcount(concat(%ExpressionID,'|'),'01')=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To disable all expressions if no value is selected, go to the general tab and under Calculation Condition use the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getselectedcount(%ExpressionLabel)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700116#M1073434</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-01T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list box or multi-box for expressions (instead of dimension)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700117#M1073435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using grouped expressions could be a solution. (Expression tab / group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another possibility could be an island table with selectable expression names and a pick function to switch the expressions in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700117#M1073435</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-01T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list box or multi-box for expressions (instead of dimension)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700118#M1073436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Study this sample it is just handled with nested if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700118#M1073436</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-01T13:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list box or multi-box for expressions (instead of dimension)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700119#M1073437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; That was quick and easy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-list-box-or-multi-box-for-expressions-instead-of/m-p/700119#M1073437</guid>
      <dc:creator />
      <dc:date>2014-08-01T13:34:16Z</dc:date>
    </item>
  </channel>
</rss>

