<?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 Using an Expression Label as a component of another Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543706#M1137328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have created a set analysis expressions like this&amp;nbsp;&amp;nbsp; =sum({&amp;lt;[Work Location State]={"QLD"}&amp;gt;}Count)&lt;/P&gt;&lt;P&gt;and given it the label "Queensland". I want to create a second expression like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Product]={"Helmet"}&amp;gt;}Queensland)&amp;nbsp;&amp;nbsp; there is no other dimension/expression called Queensland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work. Also, on a similar note I cannot create an expression such as this (using does not equal) it just doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =sum({&amp;lt;[Work Location State]-={"QLD"}&amp;gt;}Count)&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp; sum({&amp;lt;[Work Location State]&amp;lt;&amp;gt;{"QLD"}&amp;gt;}Count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are either of these expression types possible and if so what am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 02:12:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-11T02:12:25Z</dc:date>
    <item>
      <title>Using an Expression Label as a component of another Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543706#M1137328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have created a set analysis expressions like this&amp;nbsp;&amp;nbsp; =sum({&amp;lt;[Work Location State]={"QLD"}&amp;gt;}Count)&lt;/P&gt;&lt;P&gt;and given it the label "Queensland". I want to create a second expression like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Product]={"Helmet"}&amp;gt;}Queensland)&amp;nbsp;&amp;nbsp; there is no other dimension/expression called Queensland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work. Also, on a similar note I cannot create an expression such as this (using does not equal) it just doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =sum({&amp;lt;[Work Location State]-={"QLD"}&amp;gt;}Count)&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp; sum({&amp;lt;[Work Location State]&amp;lt;&amp;gt;{"QLD"}&amp;gt;}Count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are either of these expression types possible and if so what am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 02:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543706#M1137328</guid>
      <dc:creator />
      <dc:date>2013-10-11T02:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression Label as a component of another Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543707#M1137329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Product]={"Helmet"}&amp;gt;}Queensland)&amp;nbsp; doesn't work, since it is an expression you should use directly.&amp;nbsp; You can achieve this by using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Product]={"Helmet"}, [Work Location State]={"QLD"} &amp;gt;}Count) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Work Location State]-={'QLD'} &amp;gt;}Count)&amp;nbsp; Qlikview will show you syntax error but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 03:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543707#M1137329</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-11T03:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression Label as a component of another Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543708#M1137330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan, a very helpful response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I often get syntax errors from QlikView where the syntax does seem to work. Is this a QV error, or can I avoid this? It is a little confusing and doesn't give me confidence in what I am reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I cant see why I cant use the expression in the expression, and would be helpful if this were possible, especially when nesting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 04:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543708#M1137330</guid>
      <dc:creator />
      <dc:date>2013-10-11T04:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression Label as a component of another Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543709#M1137331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Work Location State]-={'QLD'} &amp;gt;}Count) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually this is a bug in qlikview, you just ignore it.&amp;nbsp; Also, we cannot use an expression in other expression, if it is there it is very good to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this discussion if your issue is solved, it helps others to find solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 04:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-Label-as-a-component-of-another-Expression/m-p/543709#M1137331</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-11T04:07:35Z</dc:date>
    </item>
  </channel>
</rss>

