<?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: How to share field selections ??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424582#M561565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For pass the selection you need to go to:&lt;/P&gt;&lt;P&gt;Setting &amp;gt; Document properties &amp;gt; Triggers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the corresponding field and configure an action OnChange and OnSelect like Select in field with the corresponding value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 17:37:04 GMT</pubDate>
    <dc:creator>eddysanchez</dc:creator>
    <dc:date>2013-04-09T17:37:04Z</dc:date>
    <item>
      <title>How to share field selections ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424578#M561561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an relationship between two fields without alter the data structure on my QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple:&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;FIELD_A&lt;/P&gt;&lt;P&gt;);&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD_B&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select FIELD_A i want to transfer the selections to the FIELD_B too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Data structure too big to alter and merge this columns]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me? Probably i should use a macro, right?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Using Qlikview 9!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 17:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424578#M561561</guid>
      <dc:creator />
      <dc:date>2013-04-04T17:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to share field selections ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424579#M561562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If FIELD_A and FIELD_B has same values then renaming FIELD_B to FIELD_A simply solves the problem, it establishes the relation between two tables like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;FIELD_A&lt;/P&gt;&lt;P&gt;FROM Datasource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;FIELD_B AS FIELD_A&lt;/P&gt;&lt;P&gt;FROM Datasource2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to maintain the relation between the tables and selections of FIELD_A to be included in FIELD_B then use the following&amp;nbsp; expressions in all the places like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FIELD_B={$(=If(GetSelectedCount(FIELD_A) &amp;gt; 0, Concat(DISTINCT FIELD_A, ','), '*'))}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 06:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424579#M561562</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-05T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to share field selections ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424580#M561563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;really help me thanks &lt;/P&gt;&lt;P&gt;iam the learner of qlikview&lt;/P&gt;&lt;P&gt;please brother can u tel me ur contact number&lt;/P&gt;&lt;P&gt;iam from andhrapradesh ,&lt;/P&gt;&lt;P&gt;how is the market for qlikview,&lt;/P&gt;&lt;P&gt;please brother reply me for this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;09742243997&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 11:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424580#M561563</guid>
      <dc:creator />
      <dc:date>2013-04-05T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to share field selections ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424581#M561564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too from AP, Market for Qlikview is very good, I will call you later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424581#M561564</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-09T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to share field selections ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424582#M561565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For pass the selection you need to go to:&lt;/P&gt;&lt;P&gt;Setting &amp;gt; Document properties &amp;gt; Triggers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the corresponding field and configure an action OnChange and OnSelect like Select in field with the corresponding value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-share-field-selections/m-p/424582#M561565</guid>
      <dc:creator>eddysanchez</dc:creator>
      <dc:date>2013-04-09T17:37:04Z</dc:date>
    </item>
  </channel>
</rss>

