<?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: Help in expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592604#M43567</link>
    <description>That's a complex expression to verify and debug without an app or data attached.&lt;BR /&gt;You have variables, an imense set analysis and aggregation that only the person that wrote it will understand.&lt;BR /&gt;&lt;BR /&gt;Attach an app and we'd likely be able to help on it.</description>
    <pubDate>Mon, 17 Jun 2019 13:45:47 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2019-06-17T13:45:47Z</dc:date>
    <item>
      <title>Help in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592413#M43539</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I'm working on a pivot table&lt;/P&gt;&lt;P&gt;got the following expression that calculates the average man-days&lt;/P&gt;&lt;P&gt;avg&lt;BR /&gt;(&lt;BR /&gt;{&lt;BR /&gt;&amp;lt;&lt;BR /&gt;MONTH_YEAR,YEAR,MONTH,[Fiscal Month],[Fiscal Quarter],[Fiscal Year],&lt;BR /&gt;MONTH_NUM={"&amp;gt;= $(vL.MinMonthYear_Future) &amp;lt;=$(vL.MaxMonthYear)"}&lt;BR /&gt;,MAN_DAYS_TYPE={"planned"}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;aggr&lt;BR /&gt;(&lt;BR /&gt;sum&lt;BR /&gt;(&lt;BR /&gt;{&lt;BR /&gt;&amp;lt;&lt;BR /&gt;MONTH_YEAR,YEAR,MONTH,[Fiscal Month],[Fiscal Quarter],[Fiscal Year],&lt;BR /&gt;MONTH_NUM={"&amp;gt;= $(vL.MinMonthYear_Future) &amp;lt;=$(vL.MaxMonthYear)"}&lt;BR /&gt;,MAN_DAYS_TYPE={"planned"}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;MAN_DAYS&lt;BR /&gt;)&lt;BR /&gt;,MONTH_YEAR,[Project Type], [Project Name],[Primary Resource Stream],[Resource Full Name],[Assignment Comment]&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Now instead of the&amp;nbsp;$(vL.MaxMonthYear) ,I want to get the value of another cell whose formula is :&lt;/P&gt;&lt;P&gt;max&lt;BR /&gt;(&lt;BR /&gt;{&lt;BR /&gt;&amp;lt;&lt;BR /&gt;MONTH_YEAR,YEAR,MONTH,[Fiscal Month],[Fiscal Quarter],[Fiscal Year],&lt;BR /&gt;MAN_DAYS_TYPE={"*"}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;MONTH_YEAR&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;how would my expression be as I'm unable to find out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 08:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592413#M43539</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-06-18T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592604#M43567</link>
      <description>That's a complex expression to verify and debug without an app or data attached.&lt;BR /&gt;You have variables, an imense set analysis and aggregation that only the person that wrote it will understand.&lt;BR /&gt;&lt;BR /&gt;Attach an app and we'd likely be able to help on it.</description>
      <pubDate>Mon, 17 Jun 2019 13:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592604#M43567</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-06-17T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592616#M43569</link>
      <description>&lt;P&gt;The simple answer is this:&lt;/P&gt;&lt;P&gt;In order to replace a variable with a formula in a $-sign expansion, add an equal sign "=" in front of your formula:&lt;/P&gt;&lt;P&gt;replace $(variable) with $(=formula)&lt;/P&gt;&lt;P&gt;Now, if that doesn't work, then I'd also ask you to post a sample of your app with the formula, and someone will try to take a look.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Check out my sessions on AGGR, Set Analysis, and Performance at the &lt;A href="https://masterssummit.com" target="_self"&gt;Masters Summit for Qlik&lt;/A&gt; - coming to Washington, DC, and Amsterdam, Netherlands this fall!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592616#M43569</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2019-06-17T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592914#M43587</link>
      <description>&lt;P&gt;check attached sample&lt;/P&gt;&lt;P&gt;go to sheet Avg Data for Man-days&lt;BR /&gt;in the pivot table the last column is the calculated maximum month of allocation&lt;/P&gt;&lt;P&gt;in the previous column I want to calculate avg man-days between Jun2019 and the calculated column (last one) which is the one in concern&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 08:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1592914#M43587</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-06-18T08:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1593185#M43616</link>
      <description>&lt;P&gt;The App is huge, and it has Section Access, which prevents it from opening. Kindly make a smaller example with no section access ...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-expression/m-p/1593185#M43616</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2019-06-18T15:51:30Z</dc:date>
    </item>
  </channel>
</rss>

