<?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: Blank column Seperator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185398#M882565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know what you done to get this.Please let me know can't figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 12:14:54 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2016-09-28T12:14:54Z</dc:date>
    <item>
      <title>Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185388#M882555</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;We need to insert an bank Column in the table as below which is marked as red to differentiate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138978_Untitled.png" style="height: 45px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185388#M882555</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185389#M882556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add a blank expression column then.... just put a space as the description and as the expression if you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example here, we have a grey column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138979_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185389#M882556</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-28T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185390#M882557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add any expression you want in the between &lt;STRONG&gt;AVGINVOICE&lt;/STRONG&gt; and &lt;STRONG&gt;TRAFFIC &lt;/STRONG&gt;then add background color and text color RGB(255,255,255) and the label of expression be only a space. Then you have it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185390#M882557</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-28T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185391#M882558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have used single expression to get the o/p..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI= '$(vCurr_WeekDay)' and KPI2='TRAFFIC', num(Sum({&amp;lt;Year={'$(vCurrentYear)'}&amp;gt;}TRAFFIC),'#,##0'),&lt;/P&gt;&lt;P&gt;//'Jul 2016'&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2= 'CUSTPAYS', Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}CUSTPAYS),&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2='INVCOUNT', Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}INVCOUNT),&lt;/P&gt;&lt;P&gt;if(KPI= vLast_WeekDay and KPI2='INVCOUNT', Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}INVCOUNT),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2='ADJ TRAFFIC' , num(Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}ESTCUST),'#,##0'),&lt;/P&gt;&lt;P&gt;if(KPI= vLast_WeekDay and KPI2='ADJ TRAFFIC', num(Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST),'#,##0'),&lt;/P&gt;&lt;P&gt;//if(KPI='DELTA by MARKET'and KPI2='ADJ TRAFFIC', num(((Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}ESTCUST)-Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST))/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST)),'#.#%'),&lt;/P&gt;&lt;P&gt;//if(KPI='DELTA by SSS'and KPI2='ADJ TRAFFIC', num(((Sum({&amp;lt;Year={'$(vCurrentYear)'} ,Location = p(Location2015)&amp;gt;}ESTCUST)-Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST))/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST)),'#.#%'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2='CLOSERATE',num( Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}ESTCUST),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;if(KPI=vLast_WeekDay and KPI2='CLOSERATE', num(Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;if(KPI='DELTA by MARKET'and KPI2='CLOSERATE', num((Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}ESTCUST))-(Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST)),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;//if(KPI='DELTA by SSS'and KPI2='CLOSERATE',num((Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}ESTCUST))-(Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}INVCOUNT)/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}ESTCUST)),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2='WRITTENAMT', num(Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}WRITTENAMT),'#,##0.00'),&lt;/P&gt;&lt;P&gt;if(KPI=vLast_WeekDay and KPI2='WRITTENAMT', num(sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}WRITTENAMT),'#,##0.00'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI= vCurr_WeekDay and KPI2='AVGINVOICE',num( Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}WRITTENAMT)/Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}INVCOUNT),'#,##0.00'),&lt;/P&gt;&lt;P&gt;if(KPI=vLast_WeekDay and KPI2='AVGINVOICE',num( Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}WRITTENAMT)/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}INVCOUNT),'#,##0.00'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KPI=vLast_WeekDay and KPI2='TRAFFIC', num(Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}TRAFFIC),'#,##0'),&lt;/P&gt;&lt;P&gt;if(KPI=vLast_WeekDay and KPI2= 'CUSTPAYS', Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}CUSTPAYS),&lt;/P&gt;&lt;P&gt;if(KPI='DELTA by MARKET'and KPI2='TRAFFIC', num(((Sum({&amp;lt;Year={'$(vCurrentYear)'} &amp;gt;}TRAFFIC)-Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}TRAFFIC))/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}TRAFFIC)),'#.#%'),&lt;/P&gt;&lt;P&gt;//if(KPI='DELTA by SSS' and KPI2='TRAFFIC', num(((Sum({&amp;lt;Year={'$(vCurrentYear)'} ,Location = p(Location2015)&amp;gt;}TRAFFIC)-Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}TRAFFIC))/Sum({&amp;lt;Year={'$(vLastYear)'} &amp;gt;}TRAFFIC)),'#.#%')&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>Wed, 28 Sep 2016 10:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185391#M882558</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-09-28T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185392#M882559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So that formula is pivoted along with a date field above it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure you can get a blank column into a pivot in this way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185392#M882559</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-28T10:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185393#M882560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe add a blank value into the dimension KPI2, this might generate a blank column then if you alter the formula to include it and maybe just put a space in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(KPI=vLast_WeekDay and KPI2='BLANKSPACE', '' )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185393#M882560</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-28T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185394#M882561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this approach is helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/234406"&gt;Column separators in pivot table and double header in straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185394#M882561</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185395#M882562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These all are, I mean Variables. Because variables you need to put '$()'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, What is the issue you are facing from that above one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185395#M882562</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-28T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185396#M882563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this..but my table has null values as well which need to be suppress.&lt;/P&gt;&lt;P&gt;After enable Suppress null values option all changes were gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to suppress null values but the blank columns should remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 11:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185396#M882563</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-09-28T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185397#M882564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, I changed some stuff around and now you can suppress the null as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138995_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185397#M882564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185398#M882565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know what you done to get this.Please let me know can't figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185398#M882565</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-09-28T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185399#M882566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the QlikView document with my response. But essentially, this was the old expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(SNo2 = 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Pick(Match(SNo1, 1, 3, 5, 7), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Sales MTH],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Sales RQTR],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Sales YTD],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Sales MAT]), '#.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Pick(Match(SNo1, 1, 3, 5, 7), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Growth MTH],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Growth RQTR],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Growth YTD],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Growth MAT]), '##.0%'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the new one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(SNo2 = 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(SNo1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Sales MTH], '#.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Dual(' ', 1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Sales RQTR], '#.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Dual(' ', 1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Sales YTD], '#.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Dual(' ', 1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Sales MAT], '#.##0')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(SNo1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Growth MTH], '##.0%'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; Dual(' ', 1),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Growth RQTR], '##.0%'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; Dual(' ', 1),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Growth YTD], '##.0%'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Dual(' ', 1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num([Growth MAT], '##.0%')),)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, all I did was to assign a value of 1 to the column which was getting suppressed because it was null before. Does this make sense?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185399#M882566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Blank column Seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185400#M882567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 03:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-column-Seperator/m-p/1185400#M882567</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-09-29T03:59:44Z</dc:date>
    </item>
  </channel>
</rss>

