<?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: How I get the Numbers with x ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391588#M487939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the formular in a YTD Formular:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This here is my try, but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;A href="http://avg({&amp;lt;Year={$(vMaxYear)},Date={'&amp;lt;=$(vMaxDate)'},Month=&amp;gt;}avg({&amp;lt;[FAK Kennzeichen]={'X'}&amp;gt;} [Anz Tage])"&gt;avg({&amp;lt;Year={$(vMaxYear)},Date={'&amp;lt;=$(vMaxDate)'},Month=&amp;gt;}avg({&amp;lt;[FAK Kennzeichen]={'X'}&amp;gt;} [Anz Tage])&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 12:23:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-04T12:23:57Z</dc:date>
    <item>
      <title>How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391583#M487934</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;my next problem, I have two columns external and amount days. I need only the days with x in the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;External&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Amount of days&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I need to calculate the Average days of the external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me, to give me the spirit to the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391583#M487934</guid>
      <dc:creator />
      <dc:date>2013-01-03T15:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391584#M487935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To calculate the average days of External, create a chart, use External as your dimensions and Avg([Amount of days]) as you expresion. &lt;/P&gt;&lt;P&gt;This will result in one row for each distinct value in External with the average of Amount of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 16:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391584#M487935</guid>
      <dc:creator>adamwilson</dc:creator>
      <dc:date>2013-01-03T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391585#M487936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need the average of the days where External has the value 'x' try this expression in a text box:&lt;/P&gt;&lt;P&gt;=avg({&amp;lt;External={'x'}&amp;gt;} [Amount of Days])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 20:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391585#M487936</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-03T20:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391586#M487937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you me explain, why do you need the {&amp;lt;{}&amp;gt;} formulas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391586#M487937</guid>
      <dc:creator />
      <dc:date>2013-01-04T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391587#M487938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That function is written in set analysis, that is necessary for set analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391587#M487938</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-04T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391588#M487939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the formular in a YTD Formular:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This here is my try, but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;A href="http://avg({&amp;lt;Year={$(vMaxYear)},Date={'&amp;lt;=$(vMaxDate)'},Month=&amp;gt;}avg({&amp;lt;[FAK Kennzeichen]={'X'}&amp;gt;} [Anz Tage])"&gt;avg({&amp;lt;Year={$(vMaxYear)},Date={'&amp;lt;=$(vMaxDate)'},Month=&amp;gt;}avg({&amp;lt;[FAK Kennzeichen]={'X'}&amp;gt;} [Anz Tage])&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 12:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391588#M487939</guid>
      <dc:creator />
      <dc:date>2013-01-04T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391589#M487940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: avg({&amp;lt;Year={$(vMaxYear)},Date={'&amp;lt;=$(vMaxDate)'},Month=,[FAK Kennzeichen]={'X'}&amp;gt;} [Anz Tage])&lt;/P&gt;&lt;P&gt;This all assumes you have fields called Year, Month and Date and a variable called vMaxDate that contains a valid date value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 17:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391589#M487940</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-04T17:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How I get the Numbers with x ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391590#M487941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it is the right answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 09:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-the-Numbers-with-x/m-p/391590#M487941</guid>
      <dc:creator />
      <dc:date>2013-01-07T09:37:30Z</dc:date>
    </item>
  </channel>
</rss>

