<?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: Repeat calculated value if ID is the same. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519452#M37118</link>
    <description>&lt;P&gt;Use IF and Match function to resolve this. For ex.&lt;/P&gt;&lt;P&gt;IF(MATCH(STATE, 'NC','NJ','CT')&amp;gt;0,'USA', 'UK') as Country.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 17:15:20 GMT</pubDate>
    <dc:creator>manisha_qlik</dc:creator>
    <dc:date>2018-12-11T17:15:20Z</dc:date>
    <item>
      <title>Repeat calculated value if ID is the same.</title>
      <link>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519449#M37117</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following field:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1986i5868897003AF0564/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;If the ID is the same I want the 4A Implementation to show implemented for all lines.&lt;/P&gt;&lt;P&gt;I use this to calculate implementation.&lt;/P&gt;&lt;PRE&gt; IF("Movement Type"='Promotion Band Up','Implemented' ,
 IF("Movement Type"='Promotion Within Band','Not Implemented' ,
 IF("Movement Type"='Lateral Move','Not Implemented' ,
 IF(isnull("Movement Type"), 'Not Implemented' ,
 IF("Movement Type"='Termination Voluntary','Not Implemented',
 IF("Movement Type"='Termination Involuntary', 'Not Implemented')))))) as "4A Implementation"&lt;/PRE&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 17:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519449#M37117</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-12-11T17:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat calculated value if ID is the same.</title>
      <link>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519452#M37118</link>
      <description>&lt;P&gt;Use IF and Match function to resolve this. For ex.&lt;/P&gt;&lt;P&gt;IF(MATCH(STATE, 'NC','NJ','CT')&amp;gt;0,'USA', 'UK') as Country.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 17:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519452#M37118</guid>
      <dc:creator>manisha_qlik</dc:creator>
      <dc:date>2018-12-11T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat calculated value if ID is the same.</title>
      <link>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519454#M37119</link>
      <description>&lt;P&gt;Unfortunately that returns the same result.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1987iE891291A42D49BE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 17:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519454#M37119</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-12-11T17:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat calculated value if ID is the same.</title>
      <link>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519457#M37120</link>
      <description>Please note that the fields are coming from 2 concatenated tables</description>
      <pubDate>Tue, 11 Dec 2018 17:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeat-calculated-value-if-ID-is-the-same/m-p/1519457#M37120</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-12-11T17:32:14Z</dc:date>
    </item>
  </channel>
</rss>

