<?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: Picking result of the expression in the same Field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1877233#M72310</link>
    <description>&lt;LI-CODE lang="markup"&gt;LOAD If(A='Apple1', 'Apple', If(A='APP', Peek(C) , A)) as C
FROM YourSource;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 22:14:31 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-01-04T22:14:31Z</dc:date>
    <item>
      <title>Picking result of the expression in the same Field</title>
      <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876166#M72229</link>
      <description>&lt;P&gt;Namaste,&lt;/P&gt;
&lt;P&gt;Looking for a expression or the way where expression picks the result of the same expression the the same field. Most of us might have done this in Excel.&lt;/P&gt;
&lt;P&gt;For example: In excel Normally we use as below (Say formulae in Column "C"):&lt;/P&gt;
&lt;P&gt;Cell&lt;STRONG&gt; C2&lt;/STRONG&gt; = If(A2="Apple1", "Apple", if(A2="APP", &lt;STRONG&gt;C1&lt;/STRONG&gt; , "A2"))&lt;/P&gt;
&lt;P&gt;in the above formulae C1 is the first row and the same will be copied to all the cells of column "&lt;STRONG&gt;C&lt;/STRONG&gt;", Every next cell of "&lt;STRONG&gt;C&lt;/STRONG&gt;" will cross check the result from above cell.&lt;/P&gt;
&lt;P&gt;Is this something possible Directly or indirectly in the Qlik Sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876166#M72229</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2024-11-16T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Picking result of the expression in the same Field</title>
      <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876294#M72236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A : DIM = the Name of your column :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If(A='Apple1', 'Apple', if(A='APP',&amp;nbsp;previous(&lt;/SPAN&gt;&lt;STRONG&gt;C)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;, A))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 08:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876294#M72236</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2021-12-31T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Picking result of the expression in the same Field</title>
      <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876446#M72247</link>
      <description>&lt;P&gt;Do you want to create this logic in the script or in a chart?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 13:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876446#M72247</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-01-02T13:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Picking result of the expression in the same Field</title>
      <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876536#M72250</link>
      <description>&lt;P&gt;Hi MarcoWedel,&lt;/P&gt;
&lt;P&gt;Yes, in the script.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 08:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1876536#M72250</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2022-01-03T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Picking result of the expression in the same Field</title>
      <link>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1877233#M72310</link>
      <description>&lt;LI-CODE lang="markup"&gt;LOAD If(A='Apple1', 'Apple', If(A='APP', Peek(C) , A)) as C
FROM YourSource;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 22:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Picking-result-of-the-expression-in-the-same-Field/m-p/1877233#M72310</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-01-04T22:14:31Z</dc:date>
    </item>
  </channel>
</rss>

