<?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: i need to change the alignment in the code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594382#M737776</link>
    <description>qlikview</description>
    <pubDate>Fri, 21 Jun 2019 02:42:18 GMT</pubDate>
    <dc:creator>sbkumar</dc:creator>
    <dc:date>2019-06-21T02:42:18Z</dc:date>
    <item>
      <title>i need to change the alignment in the code</title>
      <link>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594076#M737773</link>
      <description>&lt;P&gt;=&lt;/P&gt;&lt;P&gt;chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(IMS_ID_Searchable) &amp;lt;= 1 and GetSelectedCount(Area) = 0 and GetSelectedCount(Region) = 0 and GetSelectedCount(District) = 0 and GetSelectedCount(Territory) = 0 and GetSelectedCount(POD) = 0 and GetPossibleCount(District) &amp;gt; 1 , if(vAppVersion = 2, 'NATION', 'DISTRICT')) &amp;amp;&lt;BR /&gt;if(IsNull(GetCurrentSelections()), '',&lt;BR /&gt;if(GetSelectedCount(IMS_ID_Searchable) &amp;lt;= 1 and GetSelectedCount(Area) = 0 and GetSelectedCount(Region) = 0 and GetSelectedCount(District) = 0 and GetSelectedCount(Territory) = 0 and GetSelectedCount(POD) = 0 and GetPossibleCount(District) &amp;gt; 1, ' | ') &amp;amp;&lt;BR /&gt;if(GetSelectedCount(District) = 0 and GetPossibleCount(District) = 1, 'District : ' &amp;amp; Concat(DISTINCT District, ', ') &amp;amp; ' | ') &amp;amp;&lt;BR /&gt;replace(GetCurrentSelections(chr(13)&amp;amp;chr(10) , ' : ' , ' ; ' , 6 ), chr(13) &amp;amp; Chr(10), ' | '))&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selection.PNG" style="width: 822px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14082i32705BD766BCB91D/image-size/large?v=v2&amp;amp;px=999" role="button" title="selection.PNG" alt="selection.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want the selectiosn shouldbe in specific order like&amp;nbsp; IMS_ID_Searchable :,Region,District,Area,Nation,Market,Submarket,Brand&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594076#M737773</guid>
      <dc:creator>sbkumar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: i need to change the alignment in the code</title>
      <link>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594329#M737774</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14992"&gt;@sbkumar&lt;/a&gt;&amp;nbsp;Are you using QlikView or Sense? I would like to move it into the correct product forum.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594329#M737774</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2019-06-20T19:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: i need to change the alignment in the code</title>
      <link>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594343#M737775</link>
      <description>&lt;P&gt;I can't think of a way to sort the output of GetCurrentSelections().&amp;nbsp; As an alternative, can you build up the list for specific fields using the order you want? Something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=if(GetSelectedCount(ProductName)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ,'ProductName: ' &amp;amp; concat(DISTINCT ProductName, ', '))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;amp; if(GetSelectedCount(Country)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ,' | Country: ' &amp;amp; concat(DISTINCT Country, ', ')) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594343#M737775</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-20T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: i need to change the alignment in the code</title>
      <link>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594382#M737776</link>
      <description>qlikview</description>
      <pubDate>Fri, 21 Jun 2019 02:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-need-to-change-the-alignment-in-the-code/m-p/1594382#M737776</guid>
      <dc:creator>sbkumar</dc:creator>
      <dc:date>2019-06-21T02:42:18Z</dc:date>
    </item>
  </channel>
</rss>

