<?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: expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/546391#M1145931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 11:11:53 GMT</pubDate>
    <dc:creator>samuel_brierley</dc:creator>
    <dc:date>2013-08-29T11:11:53Z</dc:date>
    <item>
      <title>expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/546389#M1145929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Im new to qlikview and not quite sure how to writte expressions that are relativly obvious in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what im after is replicating what is in collumn E which is basically at the time of collumn A how many assets where out.&lt;/P&gt;&lt;P&gt;not sure if this will make a difference to the expression but their are multiple spreadsheets, one for each month.&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, 29 Aug 2013 08:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/546389#M1145929</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2013-08-29T08:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/546390#M1145930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is your data source whether it is excel or sql backend ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 11:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/546390#M1145930</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-08-29T11:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/546391#M1145931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 11:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/546391#M1145931</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2013-08-29T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/546392#M1145932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load excel in Qlikivew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give Following Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label:&lt;/P&gt;&lt;P&gt;=date(max(Date),'MMM-YY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;FinancialYear=,MonthName=,FiscalYear = {$(=max(FiscalYear))},MonthNumber = {"&amp;lt;=$(=max({&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;} MonthNumber))&amp;gt;$(=max({&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;} MonthNumber)-1)"}&amp;gt;}Assets Broke)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same expressions for&amp;nbsp; Assets Fixed&amp;nbsp; and Assets Out .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 11:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/546392#M1145932</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-08-29T11:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/546393#M1145933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer to your question depends on what your data model in QlikView looks like. In the attached example I have loaded your excel sheet as the source, excluding the column E. There is also an additional field to make all loaded rows unique, just to replicate the view in Excel, since your data has a few identical rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the QlikView chart object you first define which dimensions to calculate the object over. Writing the expression over which the result is calculated is based on the field names or by using aggregation functions. The complexity of these is a result of the data model and what you want to aggregate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;To get a quick start please browse through the free online training;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/us/services/training/free-training" title="http://www.qlik.com/us/services/training/free-training"&gt;QlikView Free Training - Business Intelligence (BI) Reporting Software Solutions | QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more knowledge there is also classroom training available;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/us/services/training" style="font-size: 10pt; line-height: 1.5em;" title="http://www.qlik.com/us/services/training"&gt;http://www.qlik.com/us/services/training&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 11:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/546393#M1145933</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2013-08-29T11:38:21Z</dc:date>
    </item>
  </channel>
</rss>

