<?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: Select In Feild in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861255#M1009999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe because I wrote warehouse code instead of location code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 20:07:13 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-04-30T20:07:13Z</dc:date>
    <item>
      <title>Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861248#M1009992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have a situation where if anything selected from the location code should automatically be selected in Warehouse code&lt;/P&gt;&lt;P&gt;the data in both the fields is same and coming from two different tables but i renamed it different because i dont want any circular loops.&lt;/P&gt;&lt;P&gt;but in the front end i wrote a trigger which "=if(GetSelectedCount([Warehouse Code])&amp;gt;0,'('&amp;amp;Concat(Distinct [Warehouse Code],'|')&amp;amp;')')"&lt;/P&gt;&lt;P&gt;for the location code. please help its urgent!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861248#M1009992</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-04-30T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861249#M1009993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, but I am not sure hat is your question? Is the trigger not working or are you asking if it will create a loop if the two fields are named the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861249#M1009993</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861250#M1009994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid that it will create a loop if i rename one of those columns and just wrote a trigger for that feild and its not working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861250#M1009994</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-04-30T19:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861251#M1009995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(GetSelectedCount([Warehouse Code])&amp;gt;0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'("' &amp;amp; concat(DISTINCT [Warehouse Code], '"|"') &amp;amp; '")'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,''&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861251#M1009995</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-30T19:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861252#M1009996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;I tried using this expression and its working in my case.&lt;/P&gt;&lt;P&gt;And if i implement it and try to make a selection it is not working and if i clear everything it is still being showed in the selection box. please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i wrote this trigger under select in field and field name is location code and expression is the one you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861252#M1009996</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-04-30T19:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861253#M1009997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are copying over the selection made in location code to Warehouse Code right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to put a select in field trigger on the field Location code and field name you will be triggering to will be Warehouse Code and your expression will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount([Location Code]) &amp;gt; 0, &lt;STRONG&gt;'(' &amp;amp; Concat(DISTINCT [Location Code], '|') &amp;amp; ')'&lt;/STRONG&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 19:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861253#M1009997</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T19:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861254#M1009998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much sunny, this is really helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 20:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861254#M1009998</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-04-30T20:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Feild</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861255#M1009999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe because I wrote warehouse code instead of location code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 20:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Feild/m-p/861255#M1009999</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-30T20:07:13Z</dc:date>
    </item>
  </channel>
</rss>

