<?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 List Box Help Needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789236#M1210417</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need a help on creating a list box on a Measure value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the below table. There are many other measures and dimensions. For sample I have just given 3.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project Number&amp;nbsp; &amp;nbsp;Project Type&amp;nbsp; Available Budgets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6000&lt;/P&gt;&lt;P&gt;4321&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -5000&lt;/P&gt;&lt;P&gt;The available budget measure is a expression shown below. I would like to have a list box which will have values like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Overbudget Projects'&lt;/STRONG&gt; and on selecting that value will only show me the projects that are in overbudgets range . In this case 4321 with -5000&lt;/P&gt;&lt;P&gt;I was trying with something like this . The variable contains the same Available Budget Expression. but it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF($(VOverBudget) &amp;lt; 0 ,'Over Budget Projects',null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Available Budget Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;&lt;BR /&gt;Type = {'Budget'},&lt;BR /&gt;Month =,&lt;BR /&gt;FY Year =,&lt;BR /&gt;[Budget Type] = {'CBT'},&lt;BR /&gt;[Budget End Date] = {"&amp;lt;=$(=(YearEnd(AddMonths(today(),24))))"}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;Amount)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;&lt;BR /&gt;Type = {'Act'},&lt;BR /&gt;Month =,&lt;BR /&gt;FY Year =&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;Amount)&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankhi&lt;/P&gt;</description>
    <pubDate>Mon, 08 Mar 2021 14:30:35 GMT</pubDate>
    <dc:creator>Ankhi</dc:creator>
    <dc:date>2021-03-08T14:30:35Z</dc:date>
    <item>
      <title>List Box Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789236#M1210417</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need a help on creating a list box on a Measure value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the below table. There are many other measures and dimensions. For sample I have just given 3.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project Number&amp;nbsp; &amp;nbsp;Project Type&amp;nbsp; Available Budgets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6000&lt;/P&gt;&lt;P&gt;4321&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -5000&lt;/P&gt;&lt;P&gt;The available budget measure is a expression shown below. I would like to have a list box which will have values like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Overbudget Projects'&lt;/STRONG&gt; and on selecting that value will only show me the projects that are in overbudgets range . In this case 4321 with -5000&lt;/P&gt;&lt;P&gt;I was trying with something like this . The variable contains the same Available Budget Expression. but it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF($(VOverBudget) &amp;lt; 0 ,'Over Budget Projects',null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Available Budget Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;&lt;BR /&gt;Type = {'Budget'},&lt;BR /&gt;Month =,&lt;BR /&gt;FY Year =,&lt;BR /&gt;[Budget Type] = {'CBT'},&lt;BR /&gt;[Budget End Date] = {"&amp;lt;=$(=(YearEnd(AddMonths(today(),24))))"}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;Amount)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;&lt;BR /&gt;Type = {'Act'},&lt;BR /&gt;Month =,&lt;BR /&gt;FY Year =&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;Amount)&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankhi&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789236#M1210417</guid>
      <dc:creator>Ankhi</dc:creator>
      <dc:date>2021-03-08T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789314#M1210430</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=&lt;STRONG&gt;Aggr(&lt;/STRONG&gt; IF($(VOverBudget) &amp;lt; 0 ,'Over Budget Projects',null())&lt;STRONG&gt;, [Project Number])&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Rob&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 18:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789314#M1210430</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-08T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789632#M1210458</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp; . It worked.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 14:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help-Needed/m-p/1789632#M1210458</guid>
      <dc:creator>Ankhi</dc:creator>
      <dc:date>2021-03-09T14:26:50Z</dc:date>
    </item>
  </channel>
</rss>

