<?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: Using dimensions with expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840722#M1021136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/26019"&gt;simon.ijas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;try this expressions by using &lt;STRONG&gt;set analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg({&amp;lt;Year={2013}&amp;gt;}Cost)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;avg({&amp;lt;Year={2014}&amp;gt;}Cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 12:53:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-02T12:53:25Z</dc:date>
    <item>
      <title>Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840719#M1021133</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;I have the following dimensions: Year (including 2013 and 2014), staff type and total (cost). I would like to create a combo chart that allows me to compare the average costs by staff type for both 2014 (bar) and 2013 (line). How do I write these expressions? I have tried but keep failing (my sql skills not so hot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can someone point me to where I can find how to write these expressions - that would be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840719#M1021133</guid>
      <dc:creator />
      <dc:date>2015-04-02T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840720#M1021134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Dimension as Staff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create two expression&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year={2013}&amp;gt;}Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year={2014}&amp;gt;}Cost)&lt;IMG alt="02-Apr-15 10-25-39 AM.jpg" class="jive-image image-1" src="/legacyfs/online/82770_02-Apr-15 10-25-39 AM.jpg" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here for tutorials:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840720#M1021134</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-02T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840721#M1021135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do the following:&lt;/P&gt;&lt;P&gt;1.Select chart --&amp;gt;Bar/Line chart or use a Fast Type change&lt;/P&gt;&lt;P&gt;2. Add Staff_Type and Year as Dimensions&lt;/P&gt;&lt;P&gt;3. write expression Avg(Cost)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840721#M1021135</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-04-02T09:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840722#M1021136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/26019"&gt;simon.ijas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;try this expressions by using &lt;STRONG&gt;set analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;avg({&amp;lt;Year={2013}&amp;gt;}Cost)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;avg({&amp;lt;Year={2014}&amp;gt;}Cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840722#M1021136</guid>
      <dc:creator />
      <dc:date>2015-04-02T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840723#M1021137</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;Use the expressions as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year={2014}&amp;gt;}cost)------------make this as first expression to get 2014 as BAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year={2013}&amp;gt;}cost)------------make this as second expression to get 2013 as LINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840723#M1021137</guid>
      <dc:creator>praveenak</dc:creator>
      <dc:date>2015-04-02T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using dimensions with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840724#M1021138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert - that is great. Thanks also for the guidance on the tutorials.&lt;/P&gt;&lt;P&gt;Thanks to everyone else too!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 21:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-dimensions-with-expressions/m-p/840724#M1021138</guid>
      <dc:creator />
      <dc:date>2015-04-02T21:25:36Z</dc:date>
    </item>
  </channel>
</rss>

