<?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: restrict field selection in dropdown in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223610#M865605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, May I know what Aggr(AcutalYear, AcutalYear) will do???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 16:57:32 GMT</pubDate>
    <dc:creator>gauthamchilled</dc:creator>
    <dc:date>2016-12-22T16:57:32Z</dc:date>
    <item>
      <title>restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223607#M865602</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 have a requirement to show the last two years in the dropdown box based on the current selection in the listbox. My problem is the year fields are in the format of FY2015,MY2015..FY stands for full year and MY stands for mid year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select FY2016 in the listbox, i wanted to show .MY2016&amp;nbsp; and FY2015 in the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Years in order&lt;/P&gt;&lt;P&gt;FY2016&lt;/P&gt;&lt;P&gt;MY2016&lt;/P&gt;&lt;P&gt;FY2015&lt;/P&gt;&lt;P&gt;MY2015&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help?&amp;nbsp; attached an example data in the qvw file with explanation about my issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223607#M865602</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223608#M865603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 15:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223608#M865603</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-12-22T15:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223609#M865604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using a link table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country,Sales,Year,Sort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APAC,23456,FY2015,20152&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APAC,23436,MY2015,20151&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EMEA,287436,FY2015,20152&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EMEA,287436,FY2016,20162&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EMEA,23456,MY2016,20161&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sort, Actualsort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20162, 20161&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20162, 20152&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20161, 20152&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20161, 20151&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20152, 20151&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DummyTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AcutalYear,Actualsort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY2015 Actuals,20152&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MY2015 Actuals,20151&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY2016 Actuals,20162&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MY2016 Actuals,20161&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 15:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223609#M865604</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223610#M865605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, May I know what Aggr(AcutalYear, AcutalYear) will do???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 16:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223610#M865605</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-12-22T16:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223611#M865606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use ActualYear, you will see all the ActualYear (but greyed out which are not selectable) where as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(AcutalYear, AcutalYear)&lt;/SPAN&gt; will show whatever is available for selection. In fact, you should use this &lt;STRONG&gt;=Aggr(Only({&amp;lt;AcutalYear&amp;gt;}AcutalYear), AcutalYear)&lt;/STRONG&gt; instead of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Aggr(AcutalYear, AcutalYear)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the comparison here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147453_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 17:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223611#M865606</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T17:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223612#M865607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to replace the calculated dimension used in the dropdown as direct field. Because after publishing in server, the dropdown is not appearing because of limitation??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a new thread here.. &lt;A href="https://community.qlik.com/message/1188780"&gt;Dropdown not working in Ajax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 07:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223612#M865607</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-01-06T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: restrict field selection in dropdown</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223613#M865608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Responded on your new post &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-field-selection-in-dropdown/m-p/1223613#M865608</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T10:18:48Z</dc:date>
    </item>
  </channel>
</rss>

