<?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 move complex calculated dimension to load script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444245#M433028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works pretty good!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Aron!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 12:11:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-09T12:11:07Z</dc:date>
    <item>
      <title>How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444237#M433020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, please assist with the below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have created a calculated dimension to group my sales values into different bucket, can anybody please help me understand how I can have this calculated dimension loaded in the back end script rather than in the front end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=if(Aggr(Sum(SALES_AMOUNT), RETAILER_ID)&amp;gt;=0 and Aggr(Sum(SALES_AMOUNT), RETAILER_ID) &amp;lt; 1,Dual('R0-R0',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT), RETAILER_ID)&amp;gt;=1 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 10000,Dual('R1 - R10,000',2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=10001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 50000,Dual('R10,001 - R50,000',3),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=50001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 250000,Dual('R50,001 - R250,000',4),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=250001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 500000,Dual('R250,001 - R500,000',5),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=500001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 3000000,Dual('R500,001 - R3mil',6),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=3000001,Dual('&amp;gt; R3 milllion',7),'')))))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 08:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444237#M433020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444238#M433021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide sample data n sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444238#M433021</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-09T09:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444239#M433022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident Load the table that contains these fields, add the key field, calculated field and then any other fields that you want to keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;RETAILER_ID &lt;STRONG&gt;as %Key_Retailer_ID,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT), RETAILER_ID)&amp;gt;=0 and Aggr(Sum(SALES_AMOUNT), RETAILER_ID) &amp;lt; 1,Dual('R0-R0',1), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT), RETAILER_ID)&amp;gt;=1 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 10000,Dual('R1 - R10,000',2), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=10001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 50000,Dual('R10,001 - R50,000',3), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=50001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 250000,Dual('R50,001 - R250,000',4), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=250001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;=500000,Dual('R250,001 - R500,000',5), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=500001 and Aggr(Sum(SALES_AMOUNT),RETAILER_ID) &amp;lt;= 3000000,Dual('R500,001 - R3mil',6), &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;if(Aggr(Sum(SALES_AMOUNT),RETAILER_ID)&amp;gt;=3000001,Dual('&amp;gt; R3 milllion',7),''))))))) &lt;STRONG&gt;as GROUP,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&amp;lt;Here is the original table underneath your Resident LOAD /\ &amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444239#M433022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444240#M433023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;RETAILER_ID, &lt;/SPAN&gt;if(Sum(SALES_AMOUNT)&amp;gt;=0 and Sum(SALES_AMOUNT) &amp;lt; 1,Dual('R0-R0',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=1 and Sum(SALES_AMOUNT) &amp;lt;= 10000,Dual('R1 - R10,000',2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=10001 and Sum(SALES_AMOUNT) &amp;lt;= 50000,Dual('R10,001 - R50,000',3),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=50001&amp;nbsp; and Sum(SALES_AMOUNT) &amp;lt;= 250000,Dual('R50,001 - R250,000',4),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=250001 and Sum(SALES_AMOUNT) &amp;lt;= 500000,Dual('R250,001 - R500,000',5),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=500001 and um(SALES_AMOUNT) &amp;lt;= 3000000,Dual('R500,001 - R3mil',6),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;if(Sum(SALES_AMOUNT)&amp;gt;=3000001,Dual('&amp;gt; R3 milllion',7),''))))))) as Bucket &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;resident table_name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;group by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;RETAILER_ID&lt;/SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;table name should be the table which have RETAILER_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444240#M433023</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-09T09:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444241#M433024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much guys for your reply, your approaches seem to be kinda working but not that well and I think it could be because of something wrong that I am doing on my end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached sample data and app for further assistance and advise on this please.&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>Thu, 09 Nov 2017 09:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444241#M433024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444242#M433025</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;Please find the attached. I have changed the name a bit to show you the data is matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else this should be your exact script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD RETAILER_ID,&lt;/P&gt;&lt;P&gt;[Sales Amount]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt; (biff, embedded labels, table is Sheet1$)&lt;/C&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;load RETAILER_ID, if(Sum(SALES_AMOUNT)&amp;gt;=0 and Sum(SALES_AMOUNT) &amp;lt; 1,Dual('R0-R0',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=1 and Sum(SALES_AMOUNT) &amp;lt;= 10000,Dual('R1 - R10,000',2),&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=10001 and Sum(SALES_AMOUNT) &amp;lt;= 50000,Dual('R10,001 - R50,000',3),&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=50001&amp;nbsp; and Sum(SALES_AMOUNT) &amp;lt;= 250000,Dual('R50,001 - R250,000',4),&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=250001 and Sum(SALES_AMOUNT) &amp;lt;= 500000,Dual('R250,001 - R500,000',5),&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=500001 and Sum(SALES_AMOUNT) &amp;lt;= 3000000,Dual('R500,001 - R3mil',6),&lt;/P&gt;&lt;P&gt;if(Sum(SALES_AMOUNT)&amp;gt;=3000001,Dual('&amp;gt; R3 milllion',7),''))))))) as Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident Sales&lt;/P&gt;&lt;P&gt;group by RETAILER_ID ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please adjust the path in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 10:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444242#M433025</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-09T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444243#M433026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Option is a Mapping Load. See Attached QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Mapping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Mapping LOAD RETAILER_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=0 and Sum([Sales Amount]) &amp;lt; 1,Dual('R0-R0',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=1 and Sum([Sales Amount]) &amp;lt;= 10000,Dual('R1 - R10,000',2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=10001 and Sum([Sales Amount]) &amp;lt;= 50000,Dual('R10,001 - R50,000',3),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=50001&amp;nbsp; and Sum([Sales Amount]) &amp;lt;= 250000,Dual('R50,001 - R250,000',4),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=250001 and Sum([Sales Amount]) &amp;lt;= 500000,Dual('R250,001 - R500,000',5),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=500001 and Sum([Sales Amount]) &amp;lt;= 3000000,Dual('R500,001 - R3mil',6),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(Sum([Sales Amount])&amp;gt;=3000001,Dual('&amp;gt; R3 milllion',7),'')))))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(biff, embedded labels, table is Sheet1$)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Group By RETAILER_ID&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sales:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD RETAILER_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Sales Amount],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('Mapping',RETAILER_ID,0) As Bucket &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444243#M433026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444244#M433027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!!! Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444244#M433027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T12:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to move complex calculated dimension to load script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444245#M433028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works pretty good!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Aron!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-move-complex-calculated-dimension-to-load-script/m-p/1444245#M433028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T12:11:07Z</dc:date>
    </item>
  </channel>
</rss>

