<?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: How to add column to existing expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811444#M1023935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. how to change the same expression if I need to show all integers in Region except blanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 15:58:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-16T15:58:13Z</dc:date>
    <item>
      <title>How to add column to existing expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811442#M1023933</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 below expression in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt;[Status] -= {'SalesCounter','Ground'}&amp;gt;}DISTINCT CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add one more column Region to above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The region have &lt;STRONG&gt;blanks&lt;/STRONG&gt; and &lt;STRONG&gt;3,4&lt;/STRONG&gt;. But I need to add only Region =3,4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to add the Region to the existing expression? Can anyone suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811442#M1023933</guid>
      <dc:creator />
      <dc:date>2015-03-16T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add column to existing expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811443#M1023934</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;=COUNT({&amp;lt;[Status] -= {'SalesCounter','Ground'}, Region = {'3','4'}&amp;gt;}DISTINCT CustomerID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811443#M1023934</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-16T15:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add column to existing expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811444#M1023935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. how to change the same expression if I need to show all integers in Region except blanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811444#M1023935</guid>
      <dc:creator />
      <dc:date>2015-03-16T15:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add column to existing expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811445#M1023936</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;=COUNT({&amp;lt;[Status] -= {'SalesCounter','Ground'}, Region = {'*'}&amp;gt;}DISTINCT CustomerID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811445#M1023936</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to add column to existing expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811446#M1023937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Region = {'*'}&lt;/P&gt;&lt;P&gt;or Create below in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(IsNull(Region) or Len(Trim(Region))=0, 0, 1) as RegionNotNullFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now instead of Region = something......use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;RegionNotNullFlag&lt;/SPAN&gt;= {'1'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-column-to-existing-expression/m-p/811446#M1023937</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-16T16:03:45Z</dc:date>
    </item>
  </channel>
</rss>

