<?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 calculated expression in another chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151208#M902914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just trying to make a conditon with the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 dates, and if the delay is greater than 20 for exemple, I want to count the line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( NetWorkDays(Date_1er_Ttment,vToday) &amp;gt; 100, Count(Date_1er_Ttment))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesnt work, nothing appear, and I have no error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 09:17:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-01T09:17:37Z</dc:date>
    <item>
      <title>Use calculated expression in another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151206#M902912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use a calculation of a delay in another chart : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did in an array this expression which is the delay between Date_1er_Ttment and now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Avg( {&amp;lt;[Type de Contact] -= {'P52'}&amp;gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NetWorkDays(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date_1er_Ttment,vToday))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to re use this expression already calculated in another chart, to have the delay superior than 20 days for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something like this (recalculate the delay)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( NetWorkDays(Date_1er_Ttment,vToday)&amp;gt;20,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Count({&amp;lt;[Type de Contact] -= {'P52''}&amp;gt;} Date_1er_Ttment))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work, is there a way I can re use my delay already calculated in another chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151206#M902912</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated expression in another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151207#M902913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably. It should be possible to put the expression in a variable and reuse it that way in other charts. But I have no idea what dimensions you use in the charts. Different dimensions&amp;nbsp; will mean different results. Perhaps you can post a small qlikview document that shows what you're trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 16:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151207#M902913</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-30T16:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated expression in another chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151208#M902914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just trying to make a conditon with the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 dates, and if the delay is greater than 20 for exemple, I want to count the line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( NetWorkDays(Date_1er_Ttment,vToday) &amp;gt; 100, Count(Date_1er_Ttment))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesnt work, nothing appear, and I have no error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-expression-in-another-chart/m-p/1151208#M902914</guid>
      <dc:creator />
      <dc:date>2016-07-01T09:17:37Z</dc:date>
    </item>
  </channel>
</rss>

