<?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: Trying to create a listbox with values created from expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325940#M515616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;aggr(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;(sum({&amp;lt; SOURCE_TYPE = {'ACTUAL'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;sum({&amp;lt; SOURCE_TYPE = {'PLAN'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;expense_type, Line_type, Line_subtype&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Listbox expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167533" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167533_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 19:22:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-20T19:22:38Z</dc:date>
    <item>
      <title>Trying to create a listbox with values created from expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325937#M515613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a listbox to use as a filter for a pivot table that I have, the problem is that the displayed columns in that pivot table are all created by expressions, is there a way I can have the listbox show these choices?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325937#M515613</guid>
      <dc:creator />
      <dc:date>2017-06-20T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a listbox with values created from expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325938#M515614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to filter the expression result in your pivot table, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(YOURPIVOTABLE_EXPRESSION,YOURPIVOTABLE_DIMENSION_1, ... YOURPIVOTABLE_DIMENSION_N)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sample would help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325938#M515614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T19:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a listbox with values created from expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325939#M515615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, right now I have a table with 3 different calculated columns, so 3 different expressions. the pivot table is using 3 dimensions, expense_type, Line_type, Line_subtype. each of the 3 expressions are almost identical. here is one of them for an example:&lt;/P&gt;&lt;P&gt;(sum({&amp;lt; SOURCE_TYPE = {'ACTUAL'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum({&amp;lt; SOURCE_TYPE = {'PLAN'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT))&lt;/P&gt;&lt;P&gt;-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325939#M515615</guid>
      <dc:creator />
      <dc:date>2017-06-20T19:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a listbox with values created from expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325940#M515616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;aggr(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;(sum({&amp;lt; SOURCE_TYPE = {'ACTUAL'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;sum({&amp;lt; SOURCE_TYPE = {'PLAN'},MONTH = {"$(=MONTHSTART(today()-1,-1))"},EXPENSE_TYPE-={'Base Headcount','Contractors','HR Physical Headcount'} &amp;gt;}AMOUNT))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;expense_type, Line_type, Line_subtype&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Listbox expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167533" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167533_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325940#M515616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a listbox with values created from expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325941#M515617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help, I ended up just using an in line load to fix the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 20:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-create-a-listbox-with-values-created-from-expressions/m-p/1325941#M515617</guid>
      <dc:creator />
      <dc:date>2017-06-20T20:12:05Z</dc:date>
    </item>
  </channel>
</rss>

