<?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: Remove &amp;quot;0&amp;quot; from Empty Line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217043#M858075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's strange that it worked here&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/150518_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean $(ReportName)_blankrow, but not in my expression... I see you used vRapport... what is the difference here?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150519_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2017 16:21:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-23T16:21:25Z</dc:date>
    <item>
      <title>Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217031#M858061</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;BR /&gt;I have a table that has some IF statements I am trying to remove because it loads quite slow sometimes. On lines that are emtpy a "0" comes up and I am trying to remove this. Right now the expressions is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report = Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF($(ReportName)_blankrow = 1, ' ', Sum(Expression))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which produces something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skjermbilde2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150498_Skjermbilde2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I remove the _blankrow check part it looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skjermbilde1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150499_Skjermbilde1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a good suggestion for making it look like the first without using an IF statement in the front end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&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/Remove-quot-0-quot-from-Empty-Line/m-p/1217031#M858061</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217032#M858062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with Pick() May be....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(&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;$(ReportName)_blankrow, '', Sum(Expression))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the flag for places which have value is 2...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217032#M858062</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217033#M858063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is either "1" or " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the listbox. I've been thinking of trying with "Replace" in the script somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217033#M858063</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T15:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217034#M858064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Set expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;$(ReportName)_blankrow={"1"}&amp;gt;}Expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217034#M858064</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-01-23T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217035#M858065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(RangeSum(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(ReportName)_blankrow, 1), Sum(Expression), ' ')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217035#M858065</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217036#M858066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/218919"&gt;Pick Match vs Nested If Performance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking something like this. Maybe a Pick Match combination?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217036#M858066</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217037#M858067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above expression did not work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217037#M858067</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217038#M858068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Report&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;&amp;gt;'Hours',&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_blankrow, 1), Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_Traff = {1} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Resultat Belopp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(B_enhet)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; , '')&lt;BR /&gt; &lt;BR /&gt; ,&lt;BR /&gt; &lt;BR /&gt; Pick(RangeSum(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_blankrow, 1), Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_Traff = {1},_Valutaflagga={'0'} &amp;gt;}Quantity_Act) , '')&lt;BR /&gt; &lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217038#M858068</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217039#M858069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add this as an expression and see what you get?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;_blankrow, 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ideally it should show 2 for places you want to see '' and 1 for places where you want to see the sum....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217039#M858069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T16:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217040#M858070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a "1" in every single cell in the column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217040#M858070</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217041#M858071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample or may be images of what you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217041#M858071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T16:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217042#M858072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skjermbilde3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150507_Skjermbilde3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217042#M858072</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217043#M858075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's strange that it worked here&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/150518_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean $(ReportName)_blankrow, but not in my expression... I see you used vRapport... what is the difference here?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150519_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217043#M858075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T16:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217044#M858076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just used a different name for the variable because I translate the scripts usually to English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the original:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Report&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;&amp;gt;'Hours',&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_blankrad=1 ,'', Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_Traff = {1} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Resultat Belopp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(B_enhet)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&lt;BR /&gt; ,&lt;BR /&gt; if(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_blankrad=1 ,'', Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(Rapport)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;_Traff = {1},_Valutaflagga={'0'} &amp;gt;}Quantity_Act) )&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217044#M858076</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217045#M858077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the above is working, this should work too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Report&amp;lt;&amp;gt;'Hours',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(RangeSum($(Rapport)_blankrad, 1), Sum({$&amp;lt;$(Rapport)_Traff = {1} &amp;gt;}[Resultat Belopp])/$(B_enhet), ''),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(RangeSum(&lt;/STRONG&gt;$(Rapport)_blankrad, 1), Sum({$&amp;lt;$(Rapport)_Traff = {1},_Valutaflagga={'0'} &amp;gt;}Quantity_Act), '')&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217045#M858077</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217046#M858078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! Now just implement and test &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks like always!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217046#M858078</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217047#M858079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, but do you see any performance improvements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217047#M858079</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T16:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217048#M858080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Took out memory statistics before and will change all expressions in object and check afterwards. Can post results when I have changed all the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217048#M858080</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217049#M858081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing between reports type is going faster now, but there is still performance issue when changing year month etc. There is al link table where YearMonthAccountNr is a key in the general ledger and in the link table and from there Date is linked to the Calendar Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not very intuitive &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt; Think it is causing it to perform worse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 17:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217049#M858081</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2017-01-23T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "0" from Empty Line</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217050#M858082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be get rid of the first if statement also....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Pick(RangeSum($(Rapport)_blankrad, 1), RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum({$&amp;lt;$(Rapport)_Traff = {1}&lt;SPAN style="color: #ff0000;"&gt;, Report -= {'Hours'}&lt;/SPAN&gt;&amp;gt;}[Resultat Belopp])/$(B_enhet),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Sum({$&amp;lt;$(Rapport)_Traff = {1},_Valutaflagga={'0'}&lt;STRONG style="color: #ff0000; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, Report *= {'Hours'}&lt;/STRONG&gt;&amp;gt;}Quantity_Act)&lt;/STRONG&gt;), '')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 17:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-quot-0-quot-from-Empty-Line/m-p/1217050#M858082</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T17:29:40Z</dc:date>
    </item>
  </channel>
</rss>

