<?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: Chart formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421929#M489388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;thanks for you advice. Could you tell me,what in your formula (year,month) is a dimension field and what is a function.I have for my existing field for year and month a czech names in databasses (instead of year="Rok",instead of month="Měsíc" and now i cannot find out what´s function and what´s my existing field.I tried a few combination,but my chart doesn´t work and cannot display any data. &lt;/P&gt;&lt;P&gt;Thx a lot for your message:-)&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 16:14:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-10T16:14:49Z</dc:date>
    <item>
      <title>Chart formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421927#M489386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you pls advice me a formula for a chart in actual month.&lt;/P&gt;&lt;P&gt;I have dimensions - year,month. Than i have 4 expressions(sales) and i need to create a pie chart for actual period. A pie chart will concist 4 expressions = 100%. There must be a formula,that should say - for all 4 expressions take only sales in actual month (something like MAX month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me how i could do it&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421927#M489386</guid>
      <dc:creator />
      <dc:date>2012-12-10T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chart formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421928#M489387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use set analysis expressions. To get the sum of Sales of the last month try:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={$(=max(Year))},Month={"$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;}Month))"} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Months can be troublesome because they can have a textual and a numeric value. If you have such a Month field you may need this instead:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={$(=max(Year))},Month={"=num(Month)=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;}Month))"} &amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421928#M489387</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-10T15:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421929#M489388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;thanks for you advice. Could you tell me,what in your formula (year,month) is a dimension field and what is a function.I have for my existing field for year and month a czech names in databasses (instead of year="Rok",instead of month="Měsíc" and now i cannot find out what´s function and what´s my existing field.I tried a few combination,but my chart doesn´t work and cannot display any data. &lt;/P&gt;&lt;P&gt;Thx a lot for your message:-)&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421929#M489388</guid>
      <dc:creator />
      <dc:date>2012-12-10T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421930#M489389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month, Year and Sales are the fields. So anything starting with a Capital is a field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421930#M489389</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-10T16:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Chart formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421931#M489390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah,it works now correctly:-)&lt;/P&gt;&lt;P&gt;Thx a lot&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-formula/m-p/421931#M489390</guid>
      <dc:creator />
      <dc:date>2012-12-10T16:50:29Z</dc:date>
    </item>
  </channel>
</rss>

