<?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: Dynamic Dimension for Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395543#M564263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Conditional Show property to show one listbox or another:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="32982" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/32982_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 20:11:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-01T20:11:08Z</dc:date>
    <item>
      <title>Dynamic Dimension for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395542#M564262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need one help please. I am trying to implement a list box for Year values. I want the list box to pickup year values from a source data filed "Fiscal Year" if vFiscalVariable = 1 and pickup year values from Source data field "Calendar year"&amp;nbsp; when vFiscalVariable = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have create a&amp;nbsp; button to toggle the value of vFiscalVariable to 0 and 1 on button click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 20:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395542#M564262</guid>
      <dc:creator />
      <dc:date>2013-02-01T20:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimension for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395543#M564263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Conditional Show property to show one listbox or another:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="32982" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/32982_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 20:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395543#M564263</guid>
      <dc:creator />
      <dc:date>2013-02-01T20:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimension for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395544#M564264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either specify an Expression in the List Box or keep 2 "regular" List Boxes, one for the field Year and the other one fo the field "Fiscal Year", and show/hide one of the two List Boxes based on the toggle value.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 20:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395544#M564264</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-02-01T20:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimension for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395545#M564265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can hide for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But wanted to use expression to achive that result using one listbox only. Any ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can toggle the variable using a button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also used an expression like this in the listbox. =if(vFiscalTgl = fy_year,calendar_year,fy_year). but it changes both Calendar and Fiscal values together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 20:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395545#M564265</guid>
      <dc:creator />
      <dc:date>2013-02-01T20:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dimension for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395546#M564266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the following steps to achive this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Populate the field Fiscal year.&lt;/P&gt;&lt;P&gt;2. Right click on the Fiscal Year List box and go to the "Properties".&lt;/P&gt;&lt;P&gt;3. In the "General" tab you have "Field" dropdown.&lt;/P&gt;&lt;P&gt;4. Open this dropdown and select the last value which is "&amp;lt;Expression&amp;gt;".&lt;/P&gt;&lt;P&gt;5. Now enter the following formula: If(vFiscalVariable=1,[Fiscal Year],[Calendar Year])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The [Fiscal Year] and [Calendar Year] are your fields in the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;-Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 11:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Dimension-for-Listbox/m-p/395546#M564266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-23T11:48:59Z</dc:date>
    </item>
  </channel>
</rss>

