<?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: Set Modifier Syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265434#M495601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you restricting the Product to top 20?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was doing it (prior to v11), I would be using an AGGR in a calculated dimension something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum(Margin)), ProductName) &amp;lt;= 20, ProductName, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set that dimension to suppress null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, I only get the items, for each Department, that are in the top 20 for that department.&amp;nbsp; Any other expressions that I add will be only for those items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 09:39:14 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2012-02-09T09:39:14Z</dc:date>
    <item>
      <title>Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265428#M495595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to add an expression to a straight table, where the definition needs to refer to more than just one field in the expression (apologies if I don't have the terminolgy correct).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial expression works fine:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[BRANCH-CODE]={'DOBCROSS'}&amp;gt;}[WEEKLY-COSTOFGOODS]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now wish to expand this so that it refers to an additional set of values which are contained within another column of the same straight table. :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[BRANCH-CODE]={'DOBCROSS'},[ITEM-NUMBER]=column(2)&amp;gt;}[WEEKLY-QTY-SOLD]) &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;BR /&gt;The straight table shows the top 20 values based on the values in the first column which are the weekly cost of goods sold.&amp;nbsp; I now wish to see the weekly qty of goods sold in the same table, but since these fields are different, I don't see the correct quantities sold,and the totals are for all items sold, not just those that are in the top 20.&amp;nbsp; Hence, why I am trying to reference the item numbers (primary key) for those in the top 20 to only show the sold quantites for those items.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hopefully someone can point me in the right direction.&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, 08 Feb 2012 16:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265428#M495595</guid>
      <dc:creator />
      <dc:date>2012-02-08T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265429#M495596</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;Need a little more information.&amp;nbsp; If possible a sample doc would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top 20 what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265429#M495596</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-08T16:11:45Z</dc:date>
    </item>
    <item>
      <title>Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265430#M495597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If nothing else, can anyone point me in the direction of a good source for Set Modifiers and expressions.&amp;nbsp; I've used the reference guide but its not helping me that much.&lt;/P&gt;&lt;P&gt;All I really need to know is how to use multipe modifiers in the same expression - all I get told is there is a syntax error and I have no idea why, as it looks correct to me based on the reference material I have.&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, 08 Feb 2012 17:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265430#M495597</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265431#M495598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm not sure how to supply an example document due to the size of data I'm working with, sorry. However I will try to explain a bit more about what I am attempting to achieve. &lt;/P&gt;&lt;P&gt;Straight table needs to show top 20 items in each deparment by their Gross Margin.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The dimensions in the table are Department and then Item.&lt;/P&gt;&lt;P&gt;The first expression in the straight table is the calculation for the Gross Margin.&lt;/P&gt;&lt;P&gt;The subsequent four expressions are the Gross Margin buy using Set Modifiers for each of the companies branches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly as the straight table is restricted to show the top 20 values based upon the first expression, which is the overal Gross Margin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that the client wished to show several other fields of information, for example, Quantity Sold and Value of Good Sold, within the same table, and these values should only be for the items which appear in the top 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just add new expressions for these, the values shown aren't related to the items within the top 20,&amp;nbsp; My solution to this, was to add another field into the straight table that shows the unique item number.&amp;nbsp; Then, using set analysis, I want to link to the item number column in the straight table to only show the values of Quantity Sold, and Value of Goods sold, for those items in the top 20 based upon Gross Margin.&lt;/P&gt;&lt;P&gt;I hope this gives a bit more information and thus someone can point me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 08:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265431#M495598</guid>
      <dc:creator />
      <dc:date>2012-02-09T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265432#M495599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try This Expression &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[BRANCH-CODE]={'DOBCROSS'},[ITEM-NUMBER]=[column(2)]&amp;gt;}[WEEKLY-QTY-SOLD])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265432#M495599</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-02-09T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265433#M495600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to make some selections to limit the data set, then Reduce Data and post an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265433#M495600</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-09T09:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265434#M495601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you restricting the Product to top 20?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was doing it (prior to v11), I would be using an AGGR in a calculated dimension something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum(Margin)), ProductName) &amp;lt;= 20, ProductName, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set that dimension to suppress null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, I only get the items, for each Department, that are in the top 20 for that department.&amp;nbsp; Any other expressions that I add will be only for those items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265434#M495601</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265435#M495602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Perumal,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;This will not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;column(2) refers to a calculation - the result of an expression.&amp;nbsp; Not an item number.&amp;nbsp; Adding square barckets doesn't make it any better as this is still syntactically incorrect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;The best way to remember what goes in a set is that it is a set of selections.&amp;nbsp; The values in the set (surrounded by { } ) will be, basically, anything that you can type into a search dialog of a List Box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Here are examples of valid sets:&lt;/SPAN&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;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Sum( {&amp;lt;[ITEM-NUMBER]={'12345'}&amp;gt;}&amp;nbsp; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Sum( &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;{&amp;lt;[BRANCH-CODE]={'XYZ'}, [ITEM-NUMBER]={'12345'}&amp;gt;} &lt;/SPAN&gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Sum( &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;{&amp;lt;[BRANCH-CODE]={'XYZ', 'A?C'}, [ITEM-NUMBER]={'12345', '235*'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Sum( &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;{&amp;lt;[BRANCH-CODE]={'XYZ', 'A?C'}, [ITEM-NUMBER]={'=Sum(Sales)&amp;gt;50000'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Sum( &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;{&amp;lt;[BRANCH-CODE]={'XYZ', 'A?C'}, [ORDER-DATE]={"&amp;gt;=01/01/2010&amp;lt;=31/12/2011"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As shown in my previous response, you do not always need to go to sets to come up with a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&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;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265435#M495602</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265436#M495603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, working in V11 so am using the inbuilt restriction to top 20 on the Dimension Limits tab.&amp;nbsp; I assume that this functionality is put there for quick and easy solutions to more simplistic data views, and that perhaps in this case I'm doing something a little bit more involved that requires aggregation functions - this is new to me, so will look at your suggestion and also read the reference guide for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265436#M495603</guid>
      <dc:creator />
      <dc:date>2012-02-09T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265437#M495604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the v11 functionality to restrict the 2nd dimension of the chart (Item) to the top 20 values of the first expression, then any other expressions show will only be relevant to those 20 items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that you are then seeing more than 20 items?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265437#M495604</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265438#M495605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values themselves look ok, it is that the totals for each department, I would have assumed, would show the sum of the quantity sold for the 20 items shown above, but it seems to show the total for all items sold in the department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this expected behaviour or is there something I'm not doing or doing wrong, or that I'm wrong in my assumption?&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;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265438#M495605</guid>
      <dc:creator />
      <dc:date>2012-02-09T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265439#M495606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default total in a straight table is the "Expression Total".&amp;nbsp; You probably want to change the total mode to Sum of Rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 11:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265439#M495606</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T11:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265440#M495607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this, but when i change this on the Quantity column it appears to have no affect at all.&amp;nbsp; Do I have to do this for each expression in the table, or should it work just on the selected column?&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;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265440#M495607</guid>
      <dc:creator />
      <dc:date>2012-02-09T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265441#M495608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to do this on every column that you need to do it on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Expression Default" would just calculate the expression, e.g. Sum(Value), as if there were no dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, my method with the Aggr would work better in that instance because every other item would have "Null" as its value in the chart and, with Nulls suppressed, the value would calculate correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 14:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265441#M495608</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265442#M495609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just added a word document that shows a screen shot of the straight table in question - not sure if this will be more helpful, but hopefully it displays the issue with the totals that I'm having.&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;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 14:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265442#M495609</guid>
      <dc:creator />
      <dc:date>2012-02-09T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Set Modifier Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265443#M495610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something to do with the totals from the Dimension limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the AGGR approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 14:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Syntax/m-p/265443#M495610</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-09T14:58:34Z</dc:date>
    </item>
  </channel>
</rss>

