<?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: Need to arrange a filter drop down in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510177#M104841</link>
    <description>&lt;P&gt;Sure,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbiramiN_0-1742199272327.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178649i1BB4888626868180/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbiramiN_0-1742199272327.png" alt="AbiramiN_0-1742199272327.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 08:14:40 GMT</pubDate>
    <dc:creator>AbiramiN</dc:creator>
    <dc:date>2025-03-17T08:14:40Z</dc:date>
    <item>
      <title>Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510154#M104832</link>
      <description>&lt;P&gt;Hi, I want to bring the FX ADj Working Forecast to last place, all the other in same sequence.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I tried dual, match, wild match and using variables, I am getting the same order as in Pic.&lt;/P&gt;
&lt;P&gt;Please help me out with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 07:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510154#M104832</guid>
      <dc:creator>AbiramiN</dc:creator>
      <dc:date>2025-03-17T07:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510160#M104835</link>
      <description>&lt;P&gt;Hello, can you send the expressions that you tried ?&lt;/P&gt;&lt;P&gt;It should be work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 07:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510160#M104835</guid>
      <dc:creator>VBD</dc:creator>
      <dc:date>2025-03-17T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510167#M104837</link>
      <description>&lt;P&gt;best way to do that is in the script with a dual :&amp;nbsp;&lt;BR /&gt;load dual(MYFIELD,id) as MYFIELD inline&lt;BR /&gt;[MYFIELD, id&lt;BR /&gt;ACTUAL,1&lt;BR /&gt;FX ADJ WORKING FC,7&lt;BR /&gt;FY24 BUDGET,2&lt;BR /&gt;FY24 FC1,3&lt;BR /&gt;FY24 FC2,4&lt;BR /&gt;FY24 FC3,5&lt;BR /&gt;WORKING FORECAST,6&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it should be work with an if in your sorting expressions :&lt;/P&gt;&lt;DIV&gt;if(MYFIELD = 'ACTUAL',1,&lt;/DIV&gt;&lt;DIV&gt;if(MYFIELD = 'FY24 BUDGET',2,&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if(MYFIELD = 'FY24 FC1',3,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if(MYFIELD = 'FY24 FC2',4,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(MYFIELD = 'FY24 FC3',5,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(MYFIELD = 'WORKING FORECAST',6,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(MYFIELD = 'FX ADJ WORKING FC',7)))))))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBD_0-1742198686065.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178648i12B7D0E89EA0A109/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VBD_0-1742198686065.png" alt="VBD_0-1742198686065.png" /&gt;&lt;/span&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510167#M104837</guid>
      <dc:creator>VBD</dc:creator>
      <dc:date>2025-03-17T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510168#M104838</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;1. Dual(&lt;BR /&gt;&amp;nbsp; [Var Analysis Baseline 1],&lt;BR /&gt;&amp;nbsp; Index(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ACTUAL|FY24 BUDGET|FY24 FC1|FY24 FC2|FY24 FC3|FY24 FC4|FY24 FC4 FX|Working Forecast|FX Adj Working Forecast',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Var Analysis Baseline 1]&lt;BR /&gt;&amp;nbsp; )&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;2.IF([Var Analysis Baseline 1]='ACTUAL',1,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 BUDGET',2,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 FC1',3,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 FC2',4,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 FC3',5,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 FC4',6,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FY24 FC4 FX',7,&lt;BR /&gt;IF([Var Analysis Baseline 1]='Working Forecast',8,&lt;BR /&gt;IF([Var Analysis Baseline 1]='FX Adj Working Forecast',9)))))))))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510168#M104838</guid>
      <dc:creator>AbiramiN</dc:creator>
      <dc:date>2025-03-17T08:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510170#M104839</link>
      <description>&lt;P&gt;Hi, Thank you&lt;/P&gt;
&lt;P&gt;But those approaches are not working for me.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510170#M104839</guid>
      <dc:creator>AbiramiN</dc:creator>
      <dc:date>2025-03-17T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510172#M104840</link>
      <description>&lt;P&gt;can you send a screen of your filter panel properties ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510172#M104840</guid>
      <dc:creator>VBD</dc:creator>
      <dc:date>2025-03-17T08:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510177#M104841</link>
      <description>&lt;P&gt;Sure,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbiramiN_0-1742199272327.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178649i1BB4888626868180/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbiramiN_0-1742199272327.png" alt="AbiramiN_0-1742199272327.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510177#M104841</guid>
      <dc:creator>AbiramiN</dc:creator>
      <dc:date>2025-03-17T08:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510180#M104842</link>
      <description>&lt;P&gt;Is that an extension ? can you try in the "true" filter panel&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBD_0-1742199429843.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178650iF2B157998B581908/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VBD_0-1742199429843.png" alt="VBD_0-1742199429843.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510180#M104842</guid>
      <dc:creator>VBD</dc:creator>
      <dc:date>2025-03-17T08:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need to arrange a filter drop down</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510182#M104843</link>
      <description>&lt;P&gt;Hi, i will try once. Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-arrange-a-filter-drop-down/m-p/2510182#M104843</guid>
      <dc:creator>AbiramiN</dc:creator>
      <dc:date>2025-03-17T08:26:10Z</dc:date>
    </item>
  </channel>
</rss>

