<?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: Use Field Value in another field in Set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508432#M104526</link>
    <description>&lt;P&gt;Can you explain little bit more with example&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 13:45:28 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2025-03-05T13:45:28Z</dc:date>
    <item>
      <title>Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508406#M104519</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;Could someone please help me. &lt;BR /&gt;I need help with the following calculation.&lt;BR /&gt;I would like to calculate the amounts per mandate no. before the last login.&lt;/P&gt;
&lt;P&gt;I have already tried with many formulas without success.&lt;BR /&gt;All data is in a table in the script.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Last logen calculation.png" style="width: 810px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178160i8909482B4D80A7ED/image-dimensions/810x589?v=v2" width="810" height="589" role="button" title="Last logen calculation.png" alt="Last logen calculation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 10:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508406#M104519</guid>
      <dc:creator>RichardRozgonyi</dc:creator>
      <dc:date>2025-03-05T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508408#M104520</link>
      <description>&lt;P&gt;Can you share sample data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 11:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508408#M104520</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2025-03-05T11:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508410#M104521</link>
      <description>&lt;P&gt;Try below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chart Type - Table&lt;/P&gt;
&lt;P&gt;dimension - mandate_nr, last_login&lt;/P&gt;
&lt;P&gt;Expression1 - Sum(value)&lt;/P&gt;
&lt;P&gt;Expression2-&amp;nbsp;Sum(if(invoice_date&amp;lt;last_login,value,0))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 11:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508410#M104521</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2025-03-05T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508418#M104523</link>
      <description>&lt;P&gt;The answer is very good thank you, works perfectly. &lt;BR /&gt;I didn't see the forest because of the tree in front of it (I was thinking too complicated).&lt;/P&gt;
&lt;P&gt;Thank you very much&amp;nbsp;&lt;SPAN&gt;Prashant Sangle&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 12:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508418#M104523</guid>
      <dc:creator>RichardRozgonyi</dc:creator>
      <dc:date>2025-03-05T12:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508423#M104525</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to know the following.&lt;BR /&gt;I also have a calendar bound to the data model. &lt;BR /&gt;In Expression1 - Sum(value) (calendar is taken into account)&lt;BR /&gt;IExpression2- Sum(if(invoice_date&amp;lt;last_login,value,0)) (calendar should not be taken into account) &lt;BR /&gt;How do I do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR Richard&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 12:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508423#M104525</guid>
      <dc:creator>RichardRozgonyi</dc:creator>
      <dc:date>2025-03-05T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508432#M104526</link>
      <description>&lt;P&gt;Can you explain little bit more with example&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508432#M104526</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2025-03-05T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field Value in another field in Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508435#M104527</link>
      <description>&lt;P&gt;I have found the solution. Thank you very much for your help.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;Year=, Month=&amp;gt;}if(invoice_date&amp;lt;last_login,value,0))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 13:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Field-Value-in-another-field-in-Set-analysis/m-p/2508435#M104527</guid>
      <dc:creator>RichardRozgonyi</dc:creator>
      <dc:date>2025-03-05T13:52:11Z</dc:date>
    </item>
  </channel>
</rss>

