<?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: Field Name with a qualifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015216#M939541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First time ever I beat you to an answer where we have matching expression (means my expression is not going to be wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 15:31:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-29T15:31:52Z</dc:date>
    <item>
      <title>Field Name with a qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015213#M939538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field name called [Anatomical Main Group].&amp;nbsp; I need to have a dimension where the [Anatomical Main Group] is restricted to one of its subgroups called [Cardiovascular System] and used as a Dimension.&amp;nbsp; What expression should i use to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015213#M939538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name with a qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015214#M939539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of ways to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Anatomical Main Group] = '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Cardiovascular System', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Anatomical Main Group])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then 'Suppress When Value Is Null' option on dimensions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: you can also use Aggr function for calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group] = {'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cardiovascular System'}&lt;/SPAN&gt;&amp;gt;} &lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group]), &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group])&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Set analysis in all your expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Anatomical Main Group] = {'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Cardiovascular System'}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;I would suggest you to use set analysis, as calculated dimensions take more resources as per my knowledge (unless you have a lot of expressions)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015214#M939539</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name with a qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015215#M939540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Cardiovascular System] is a field value and you want &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group] field to be restricted to this value?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group]&amp;nbsp; = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Cardiovascular System]', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Anatomical Main Group] )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015215#M939540</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-29T15:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name with a qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015216#M939541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First time ever I beat you to an answer where we have matching expression (means my expression is not going to be wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-with-a-qualifier/m-p/1015216#M939541</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T15:31:52Z</dc:date>
    </item>
  </channel>
</rss>

