<?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 select a field on the basis of selection on another field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605291#M223601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try using triggers. But it doesnt work. My fields are not related. Thats why I guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 09:33:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-21T09:33:01Z</dc:date>
    <item>
      <title>How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605286#M223596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In set analysis, how do we write the condition that on selection of field a(value x), select another field b( value b) should be selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;Benchmark (FLD A)&lt;/P&gt;&lt;P&gt;Q2&lt;/P&gt;&lt;P&gt;Q3&lt;/P&gt;&lt;P&gt;Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SourceVersion (FLD B)&lt;/P&gt;&lt;P&gt;2013 BUDQ2&lt;/P&gt;&lt;P&gt;2013 BUDQ3&lt;/P&gt;&lt;P&gt;2013 BUDQ4&lt;/P&gt;&lt;P&gt;2014 BUDQ2&lt;/P&gt;&lt;P&gt;2014 BUDQ3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selection of Benchmark = Q2,Sourceversion should be 2013 BUDQ2 (Year selection is already made)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 08:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605286#M223596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605287#M223597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have relation between those two fields first. then you can create a field event trigger in document properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document properties&amp;gt;&amp;gt; Triggers&amp;gt;&amp;gt; Field Event Triggers&amp;gt;&amp;gt; On Select(add action)&amp;gt;&amp;gt; Selection in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection in field trigger, you can pass P(Benchmark) for SourceVersion field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Smita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 08:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605287#M223597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605288#M223598</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;The 2 fields are from the same table or not?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605288#M223598</guid>
      <dc:creator />
      <dc:date>2014-03-21T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605289#M223599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to do here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your basic requirement assuming the field values in (FLD B) are not too many you could do a simple if condition something like if(getfieldselections(FLD A)='Q2', fieldvalue('FLD B',2)). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605289#M223599</guid>
      <dc:creator />
      <dc:date>2014-03-21T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605290#M223600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there exists a relation ship b/w 2 fields are those belong to the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example your data might be like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Benchmark,SourceVersion, Sales&lt;BR /&gt;Q2, 2013 BUDQ2, 10&lt;BR /&gt;Q3, 2013 BUDQ3, 20&lt;BR /&gt;Q4, 2013 BUDQ4, 30&lt;BR /&gt;Q2, 2014 BUDQ2, 40&lt;BR /&gt;Q3, 2014 BUDQ3, 50&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now you can write set analysis like this&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;
&lt;P&gt;=SUM&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Benchmark&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SourceVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;})&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If this will not solve your issue, post your sample app.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605290#M223600</guid>
      <dc:creator />
      <dc:date>2014-03-21T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605291#M223601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try using triggers. But it doesnt work. My fields are not related. Thats why I guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605291#M223601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605292#M223602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. They are unrelated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605292#M223602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605293#M223603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main problem is that these two fields are not related.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605293#M223603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T09:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605294#M223604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It worked fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605294#M223604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to select a field on the basis of selection on another field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605295#M223605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[&lt;BR /&gt;Benchmark2,SourceVersion, Sales&lt;BR /&gt;Q2, 2013 BUDQ2, 10&lt;BR /&gt;Q3, 2013 BUDQ3, 20&lt;BR /&gt;Q4, 2013 BUDQ4, 30&lt;BR /&gt;Q2, 2014 BUDQ2, 40&lt;BR /&gt;Q3, 2014 BUDQ3, 50&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What if I have to do same thing with another field also Benchmark2?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I apply the same process, it simply does not work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-a-field-on-the-basis-of-selection-on-another-field/m-p/605295#M223605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T11:07:25Z</dc:date>
    </item>
  </channel>
</rss>

