<?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: Calculate column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796459#M62476</link>
    <description>&lt;P&gt;=Count(If(Price3=Price1+Price2 and ReturnLabel='A' and [LoadDate.Quarter]=$(var_SelectedYear),[Material Number]))&lt;/P&gt;&lt;P&gt;Test the $(var_SelectedYear) with and without single-quotes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 15:32:29 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2021-04-01T15:32:29Z</dc:date>
    <item>
      <title>Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796426#M62468</link>
      <description>&lt;P&gt;Hello Together,&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to calculate different column?&lt;/P&gt;&lt;P&gt;For example count&amp;nbsp; if Price3 ist not Price1 + Price2 and ReturnLabel A&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count(aggr( only(distinct{&amp;lt;ReturnLabel={"A"},[Price3]-=[Price1]+[Price2]&amp;gt;} Material Number)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796426#M62468</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796442#M62471</link>
      <description>&lt;P&gt;=Count(If(Price3=Price1+Price2 and ReturnLabel='A',[Material Number]))&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796442#M62471</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-01T14:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796450#M62473</link>
      <description>&lt;P&gt;This works thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I wanted to add my variable to the formula.&amp;nbsp;&lt;BR /&gt;This worked for the Count function, how do I add this correctly to the count(if function?&lt;/P&gt;&lt;P&gt;{&amp;lt;[LoadDate.Quarter]={'$(var_SelectedYear)'},&lt;/P&gt;&lt;P&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796450#M62473</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796459#M62476</link>
      <description>&lt;P&gt;=Count(If(Price3=Price1+Price2 and ReturnLabel='A' and [LoadDate.Quarter]=$(var_SelectedYear),[Material Number]))&lt;/P&gt;&lt;P&gt;Test the $(var_SelectedYear) with and without single-quotes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796459#M62476</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-01T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796465#M62478</link>
      <description>&lt;P&gt;The Formula shows OK with single quotes, but the Load Date does not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796465#M62478</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T15:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796467#M62479</link>
      <description>&lt;P&gt;In the bottom left of the expression editor, verify how the $(var_SelectedYear) is being expanded.&amp;nbsp; Does it match the values in [LoadDate.Quarter]?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 15:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796467#M62479</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-01T15:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate column</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796498#M62481</link>
      <description>&lt;P&gt;I doublechecked it.&lt;/P&gt;&lt;P&gt;It is correct, it works for the other formulas on the same Page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any further ideas?&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 17:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-column/m-p/1796498#M62481</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-04-01T17:47:26Z</dc:date>
    </item>
  </channel>
</rss>

