<?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: Current selection display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75725#M773728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use dual&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Dual('xxx',1) as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Dual('yyy',1) as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 10:23:59 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-05-09T10:23:59Z</dc:date>
    <item>
      <title>Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75718#M773718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;I am pulling data from 3 different tables and at the end i am merging all three tables data&lt;/P&gt;&lt;P&gt;to understand which data is from which table i am using a flag and adding it in the merge load script&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;1 as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;.....&lt;BR /&gt;2 as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;....&lt;BR /&gt;3 as Flag&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;then in my dashboard i am using this Flag as list box&lt;/P&gt;&lt;P&gt;=IF(FLAG=1,'xxx',IF(FLAG=2,'yyy',IF(FLAG=3,'zzz')))&lt;/P&gt;&lt;P&gt;Problem is in the current selection box it is show as&lt;BR /&gt;Flag:1 or Flag:2 or Flag:3 based on my selection&lt;/P&gt;&lt;P&gt;I want to display in the current selection box as&lt;/P&gt;&lt;P&gt;xxx , yyy or zzz&lt;/P&gt;&lt;P&gt;How can i achieve it.&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/Current-selection-display/m-p/75718#M773718</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75719#M773719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashis:&lt;/P&gt;&lt;P&gt;You can use only one flag with 3 diferentes values 1,2 y 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;1 as Flag&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;2 as Flag&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;3 as Flag&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Juan P. Barroso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75719#M773719</guid>
      <dc:creator>jubarrosor</dc:creator>
      <dc:date>2018-05-09T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75720#M773720</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;it is still not very clear I think.. would you be able to attach screen shot or sample app to see what you have so far ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75720#M773720</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75721#M773721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont you do this at the script&lt;/P&gt;&lt;P&gt;like Flag as xxx instead of 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75721#M773721</guid>
      <dc:creator>sudhirpkuwar</dc:creator>
      <dc:date>2018-05-09T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75722#M773722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not being clear from my above statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am doing the same as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the current selection box I see Flag:1 or Flag:2 or Flag:3 as selection , how can I change the display of this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show&amp;nbsp; Flag:xxx or Flag:yyy or Flag:zzz &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75722#M773722</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-05-09T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75723#M773723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to keep it numeric instead of string value .&lt;/P&gt;&lt;P&gt;Is there any way I can change it in the display of current selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75723#M773723</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-05-09T10:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75724#M773725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, I have reposted it . Please have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75724#M773725</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-05-09T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75725#M773728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use dual&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Dual('xxx',1) as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Dual('yyy',1) as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75725#M773728</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-09T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75726#M773729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use codes not numbers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;'xxx' as Flag&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;'yyy' as Flag&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;'zzz' as Flag&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Juan P. Barroso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75726#M773729</guid>
      <dc:creator>jubarrosor</dc:creator>
      <dc:date>2018-05-09T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection display</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75727#M773730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sasidhar, it worked .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-display/m-p/75727#M773730</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-05-09T10:41:29Z</dc:date>
    </item>
  </channel>
</rss>

