<?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: Help With Set Expression - Syntax Error (and Possible Logic Error) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418034#M428100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is indeed.  I’m probably doing something wrong.  Give me a few minutes to download your qvw and compare against mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Dec 2017 22:55:18 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2017-12-03T22:55:18Z</dc:date>
    <item>
      <title>Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418029#M428095</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to do a distinct count of Template Order ID when LOB Template Order does not contain a dash.&amp;nbsp; Sample data is attached.&amp;nbsp; Template Order ID is a calculated dimension using &lt;SPAN&gt;=&lt;SPAN&gt;if&lt;/SPAN&gt;(&lt;SPAN&gt;index&lt;/SPAN&gt;(&lt;SPAN&gt;[LOB Template Order]&lt;/SPAN&gt;,'-')=0,&lt;SPAN&gt;[LOB Template Order]&lt;/SPAN&gt;).&amp;nbsp; This filters out any Template Order ID's that have a dash.&amp;nbsp; In the attached sample data, I should wind up with 644 distinct Template Order ID's.&amp;nbsp; The expression I'm trying to use is &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;Count&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;index&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[LOB Template Order]&lt;/SPAN&gt;&lt;SPAN&gt;,'-')=0, &lt;/SPAN&gt;&lt;SPAN&gt;[Template Order ID]&lt;/SPAN&gt;&lt;SPAN&gt;)).&amp;nbsp; Template Order ID is being flagged as a bad field name which I'm guessing is because it's a calculated dimension and not a real field that's loaded.&amp;nbsp; I think I'm close, but I'm obviously missing something and something probably simple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As always, any and all help is appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 00:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418029#M428095</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T00:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418030#M428096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;[LOB Template Order] -= {"*-*"}&amp;gt;}[Template Order ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418030#M428096</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T22:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418031#M428097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT If(Index([LOB Template Order], '-') = 0, [Template Order ID]))&lt;/STRONG&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/185496_Capture.PNG" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418031#M428097</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418032#M428098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get just zeros with this expression.&amp;nbsp; Trying the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418032#M428098</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-03T22:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418033#M428099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample with the image showing that both the expressions give 644 as output.... isn't that what you wanted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418033#M428099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T22:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418034#M428100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is indeed.  I’m probably doing something wrong.  Give me a few minutes to download your qvw and compare against mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 22:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418034#M428100</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-03T22:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418035#M428101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp; My fault for not explaining fully.&amp;nbsp; Template Order ID is a calculated dimension and thus gets a syntax error when I enter the expression, even in a text box (Bad field name(s)).&amp;nbsp; I can export the data without this expression, select the Template Order ID field and remove duplicates and wind up with 644.&amp;nbsp; What I would like to do is have the field, let's call it Distinct Template Order IDs, and then that field be a field where I can sum it.&amp;nbsp; So, if it's not distinct, the value is 0, otherwise it's 1 (meaning LOB Template Order is a distinct value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418035#M428101</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-03T23:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418036#M428102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is it calculated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418036#M428102</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T23:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418037#M428103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean how is Template Order ID calculated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418037#M428103</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T23:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418038#M428104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculated dimension for column Template Order ID is =if(index(,'-')=0,[LOB Template Order]).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418038#M428104</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-03T23:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418039#M428105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOB Template Order is calculated / determined within the Load Scrip with the following:  Mid(BRN, 3, 7) as ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418039#M428105</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-03T23:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418040#M428106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not really sure I am able to follow you....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 23:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418040#M428106</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-03T23:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418041#M428107</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And that’s my fault.&amp;nbsp; Let me, if you don’t mind, try to be more clear and again my fault for not being so.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this makes more sense???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 00:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418041#M428107</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T00:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418042#M428108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reply Sent.  Thank you for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 00:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418042#M428108</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-04T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418043#M428109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This clarifies it all (I think &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)... Can you DISTINCT count LOB Template Order in that case?&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;Count(DISTINCT {&amp;lt;[LOB Template Order] -= {"*-*"}&amp;gt;}&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;SPAN style="color: #ff0000;"&gt;LOB Template Order&lt;/SPAN&gt;]&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 00:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418043#M428109</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T00:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418044#M428110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does give me the 644 total which is correct when put in a text box.  An additional problem is that I’m using a straight table.  So, each row that has a unique LOB Template Order can have a unique Line Item.  That means when I export the data and do a simple Sum, I get a total of 1,875.  1,875 should be the total items ordered from the 644 LOB Template Orders placed.  Is there a way to say, for example, I have a unique LOB Template Order with one Line Item so that I would get a total of 644?  That may not make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, I only want to count one Line Item for each unique LOB Template Order.  If more than one Line Item per LOB Template Order, set the value to zero for the rest.  That way, when it gets summed, I get a total of 644.  Here’s a screenshot of what I’m trying to explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 01:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418044#M428110</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-04T01:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418045#M428111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't see any screenshot attached, but what is your dimension? I used this as a dimension (just like you mentioned)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Index([LOB Template Order],'-') = 0, [LOB Template Order])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;[LOB Template Order] -= {"*-*"}&amp;gt;}[LOB Template Order])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only see 644 rows? Attaching the Excel with this response&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185499_Capture.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 01:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418045#M428111</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T01:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418046#M428112</link>
      <description>&lt;P&gt;Sorry.&amp;nbsp; I sent it via email and apparently that doesn't work.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 00:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418046#M428112</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418047#M428113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like one of theses&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/185578_Capture.PNG" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418047#M428113</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Expression - Syntax Error (and Possible Logic Error)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418048#M428114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this does it, but a couple of questions.&amp;nbsp; It looks like the difference between the two straight tables is under the Presentation tab.&amp;nbsp; For the straight table on the left, you have Suppress Zero-Values checked which just gives the 644 unique LOB Template Orders, I believe and for the straight table on the right, Suppress Zero-Values is not checked which returns all rows, but only puts a 1 in for the first unique LOB Template Order.&amp;nbsp; Is that right?&amp;nbsp; No other differences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, and this may simply be how Excel works, when I export either table out to Excel, the 1's export as text.&amp;nbsp; Do we need to specifically format the 1's as a number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 15:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Expression-Syntax-Error-and-Possible-Logic-Error/m-p/1418048#M428114</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-12-04T15:03:31Z</dc:date>
    </item>
  </channel>
</rss>

