<?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: Get field Value based on selection(Field Value) with current selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757429#M58458</link>
    <description>&lt;P&gt;Almost did it, but my code not working fully&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count({&amp;lt;[LastResultOutcome]={'Passed'},
[Level 2] = {"=SubField(concat(distinct Level2, '@'),'@', 7)"}
//[Level2] = {'OEE'}
&amp;gt;}distinct [Id])&lt;/LI-CODE&gt;&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;,&amp;nbsp;could you please help me how to put&amp;nbsp;SubField(concat(distinct Level2, '@'),'@', 7) in set expression, thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2020 18:03:26 GMT</pubDate>
    <dc:creator>Micki</dc:creator>
    <dc:date>2020-10-30T18:03:26Z</dc:date>
    <item>
      <title>Get field Value based on selection(Field Value) with current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757413#M58454</link>
      <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i want select value from second column and put in KPI&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you User select &lt;STRONG&gt;A&lt;/STRONG&gt;: then in one KPI should be value 1 and in another&amp;nbsp; 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;FieldValue() works but i don't know how to connect it t current selection.&lt;/P&gt;&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 13:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757413#M58454</guid>
      <dc:creator>Micki</dc:creator>
      <dc:date>2021-04-01T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get field Value based on selection(Field Value) with current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757429#M58458</link>
      <description>&lt;P&gt;Almost did it, but my code not working fully&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count({&amp;lt;[LastResultOutcome]={'Passed'},
[Level 2] = {"=SubField(concat(distinct Level2, '@'),'@', 7)"}
//[Level2] = {'OEE'}
&amp;gt;}distinct [Id])&lt;/LI-CODE&gt;&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;,&amp;nbsp;could you please help me how to put&amp;nbsp;SubField(concat(distinct Level2, '@'),'@', 7) in set expression, thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 18:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757429#M58458</guid>
      <dc:creator>Micki</dc:creator>
      <dc:date>2020-10-30T18:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get field Value based on selection(Field Value) with current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757430#M58459</link>
      <description>&lt;P&gt;Ok, it's done&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; [Level2] = {"$(=SubField(concat(distint Level2, '@'),'@', 7))"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 18:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/1757430#M58459</guid>
      <dc:creator>Micki</dc:creator>
      <dc:date>2020-10-30T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get field Value based on selection(Field Value) with current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/2132865#M92058</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have similar requirement.&amp;nbsp; I want get the value of field based on selection of another field value.&lt;/P&gt;
&lt;P&gt;Could you please explain the above solution? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 10:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-field-Value-based-on-selection-Field-Value-with-current/m-p/2132865#M92058</guid>
      <dc:creator>laacib</dc:creator>
      <dc:date>2023-10-30T10:38:36Z</dc:date>
    </item>
  </channel>
</rss>

