<?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 fetch Field Value Based on another field value within same column ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937626#M77279</link>
    <description>&lt;P&gt;Thank You vineet sir .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just one comment -&amp;nbsp;&lt;SPAN&gt;JUNO_ALL&amp;nbsp; is hardcorded . In realtime this word can be anything .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Had it been dynamic , that would have been complete .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 09:23:58 GMT</pubDate>
    <dc:creator>prahlad_infy</dc:creator>
    <dc:date>2022-05-31T09:23:58Z</dc:date>
    <item>
      <title>How to fetch Field Value Based on another field value within same column ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937563#M77273</link>
      <description>&lt;P&gt;Hi Experts ,&lt;/P&gt;
&lt;P&gt;In a table there is a field (field1)&amp;nbsp; which has one of the field value , let say Juno . This field value (Juno) is present in multiple rows .&lt;/P&gt;
&lt;P&gt;So my requirement is&amp;nbsp; to fetch all the field value which is immediate next to field value Juno and create two different table .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fetch Field Value Based on another field value within same column.PNG" style="width: 574px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80680i36FA694AE6049975/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fetch Field Value Based on another field value within same column.PNG" alt="Fetch Field Value Based on another field value within same column.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank You All .&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937563#M77273</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2022-05-31T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Field Value Based on another field value within same column ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937579#M77274</link>
      <description>&lt;P&gt;Table1:&lt;BR /&gt;load *,if(wildmatch(peek(field1),'juno'),field1,null()) as JUNO_ALL Inline [&lt;BR /&gt;field1&lt;BR /&gt;ABC&lt;BR /&gt;TVC&lt;BR /&gt;JUNO&lt;BR /&gt;client1&lt;BR /&gt;pqr&lt;BR /&gt;ppm&lt;BR /&gt;juno&lt;BR /&gt;dax&lt;BR /&gt;juno&lt;BR /&gt;rexx&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Left Keep(Table1)&lt;BR /&gt;Table2:&lt;BR /&gt;load *,rowno() as rowno Inline [&lt;BR /&gt;JUNO_ALL&lt;BR /&gt;ABC&lt;BR /&gt;TVC&lt;BR /&gt;JUNO&lt;BR /&gt;client1&lt;BR /&gt;pqr&lt;BR /&gt;ppm&lt;BR /&gt;juno&lt;BR /&gt;dax&lt;BR /&gt;juno&lt;BR /&gt;rexx&lt;BR /&gt;]&lt;BR /&gt;Where Exists(JUNO_ALL);&lt;/P&gt;
&lt;P&gt;drop field JUNO_ALL from Table1;&lt;/P&gt;
&lt;P&gt;Table3:&lt;BR /&gt;load JUNO_ALL as JUNO_FIRST Resident Table2&lt;BR /&gt;Where rowno=1;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;exit Script;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937579#M77274</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-31T07:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Field Value Based on another field value within same column ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937626#M77279</link>
      <description>&lt;P&gt;Thank You vineet sir .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just one comment -&amp;nbsp;&lt;SPAN&gt;JUNO_ALL&amp;nbsp; is hardcorded . In realtime this word can be anything .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Had it been dynamic , that would have been complete .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fetch-Field-Value-Based-on-another-field-value-within/m-p/1937626#M77279</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2022-05-31T09:23:58Z</dc:date>
    </item>
  </channel>
</rss>

