<?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 Set Analysis - field1 to follow field2 values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218622#M71709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I am still trying to understand your suggestion.&lt;/P&gt;&lt;P&gt;In my Targets table, I have a field with the month, and one with the year:&lt;/P&gt;&lt;P&gt;SalesTarget.STMonth&lt;/P&gt;&lt;P&gt;SalesTargets.STYear&lt;/P&gt;&lt;P&gt;I do not have a date, but I can create it with makedate if needed.&lt;/P&gt;&lt;P&gt;What do you suggest me to do?&lt;/P&gt;&lt;P&gt;To create a min and max date? something like:&lt;/P&gt;&lt;P&gt;SET vMinTrDate = makedate(SalesTargets.STYear, Min(num#(SalesTargets.STMonth))&lt;/P&gt;&lt;P&gt;SET vMaxTrDate = makedate(SalesTargets.STYear, Max(num#(SalesTargets.STMonth))&lt;/P&gt;&lt;P&gt;DATEISLAND:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;TrDate,&lt;BR /&gt; Month(TrDate) AS TrMonth,&lt;BR /&gt; Year(TrDate) AS TrYear;&lt;BR /&gt;LOAD Date($(vMinTrDate) + RecNo() - 1) AS TrDate&lt;BR /&gt;AUTOGENERATE $(vMaxTrDate) - $(vMinTrDate) + 1;&lt;/P&gt;&lt;P&gt;Is that right? how this works?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 08:22:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-27T08:22:39Z</dc:date>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218616#M71703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;body&amp;gt;&amp;lt;p&amp;gt;Hi guys,&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;I have a table that looks like shown below. &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;The dimension is the month of the targets. &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;The first column is the sum of target sales: &amp;nbsp; Sum(SalesTargets.Quant)&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;The second column SHOULD BE the sum of the sales: &amp;nbsp; =Sum(QtyByBaseProduct)&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Since there is no relation between "Target Month" and "Sales Month", I am trying to change the expression in the second column in order to show "Sales Month" that correspond to the "Target Month" shown in the first column. &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;In the second column, I am trying something like: &amp;nbsp;=Sum({&amp;amp;lt;[IvMonthNo] = {$(=[SalesTargets.STMonth])}&amp;amp;gt;} &amp;nbsp;QtyByBaseProduct)&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;But that works only when I select a specific month from "Target Month". &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;How can I work it around?&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Thanks in advance,&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Aldo. &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;T.Month &amp;nbsp;Target &amp;nbsp; Sales&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 915 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;02 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 988 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;03 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1061 &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;... &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;12 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1354 &amp;nbsp; &amp;nbsp; 0&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;&amp;nbsp;&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;&amp;lt;col width="76"&amp;gt;&amp;lt;/col&amp;gt; &amp;lt;col width="153"&amp;gt;&amp;lt;/col&amp;gt; &amp;lt;col width="142"&amp;gt;&amp;lt;/col&amp;gt; &amp;lt;tr height="20"&amp;gt; &amp;lt;td height="20" class="xl63" width="76"&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/td&amp;gt; &amp;lt;td class="xl64" width="153"&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/td&amp;gt; &amp;lt;td class="xl64" width="142"&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/td&amp;gt; &amp;lt;/tr&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;&amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 13:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218616#M71703</guid>
      <dc:creator />
      <dc:date>2010-09-26T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218617#M71704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aldo,&lt;BR /&gt;Unless you have a valid reason not to do so, I recommend to use data model with one calendar, so both Target and Sales are related to the same Month.&lt;BR /&gt;As for the solution within your existing data model - I wouldn't provide an advice without seeing this data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 14:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218617#M71704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-26T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218618#M71705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I tried building the data model as you suggest, but there are some limitations, so I have to work it around the way it is...&lt;/P&gt;&lt;P&gt;do you have any suggestion?&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 21:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218618#M71705</guid>
      <dc:creator />
      <dc:date>2010-09-26T21:36:14Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218619#M71706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aldo,&lt;/P&gt;&lt;P&gt;If you cannot change data model this way, one solution is to use expression for sales like this:&lt;BR /&gt;sum(if(SalesMonth=TargetMonth,Sales))&lt;/P&gt;&lt;P&gt;Depending on your data model (which I still don't know) it may work or not.&lt;/P&gt;&lt;P&gt;Another approach, if you can make a simple data model change, is to create a logcal island which contains one field Month. Next, use this Month as a dimension in the table, and expressions will be:&lt;BR /&gt;Sales: sum(if(SalesMonth=Month, Sales))&lt;BR /&gt;Target: sum(if(TargetMonth=Month, Target))&lt;/P&gt;&lt;P&gt;This is more flexible and should work with any data model, but performance may suffer when using logical islands. You can give it a try.&lt;/P&gt;&lt;P&gt;Still, I recommend to find a solution using my first advice, with one master calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 22:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218619#M71706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-26T22:41:12Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218620#M71707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;First of all, Thanks for your help.&lt;/P&gt;&lt;P&gt;How do I create the logical island? something like below?&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CurrMonth, SalesMonth, TargetMonth&lt;/P&gt;&lt;P&gt;Month, IvMonth, SalesTargets.STMonth&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218620#M71707</guid>
      <dc:creator />
      <dc:date>2010-09-27T07:35:52Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218621#M71708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aldo&lt;/P&gt;&lt;P&gt;Assuming you have the minimum date of interest in variable vMinTrDate and the maximum in vMaxTrDate, then you could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;DATEISLAND:&lt;BR /&gt;LOAD TrDate,&lt;BR /&gt; Month(TrDate) AS TrMonth,&lt;BR /&gt; Year(TrDate) AS TrYear;&lt;BR /&gt;LOAD Date($(vMinTrDate) + RecNo() - 1) AS TrDate&lt;BR /&gt;AUTOGENERATE $(vMaxTrDate) - $(vMinTrDate) + 1;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Then dimension your chart with TrMonth.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218621#M71708</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-27T07:47:12Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218622#M71709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I am still trying to understand your suggestion.&lt;/P&gt;&lt;P&gt;In my Targets table, I have a field with the month, and one with the year:&lt;/P&gt;&lt;P&gt;SalesTarget.STMonth&lt;/P&gt;&lt;P&gt;SalesTargets.STYear&lt;/P&gt;&lt;P&gt;I do not have a date, but I can create it with makedate if needed.&lt;/P&gt;&lt;P&gt;What do you suggest me to do?&lt;/P&gt;&lt;P&gt;To create a min and max date? something like:&lt;/P&gt;&lt;P&gt;SET vMinTrDate = makedate(SalesTargets.STYear, Min(num#(SalesTargets.STMonth))&lt;/P&gt;&lt;P&gt;SET vMaxTrDate = makedate(SalesTargets.STYear, Max(num#(SalesTargets.STMonth))&lt;/P&gt;&lt;P&gt;DATEISLAND:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;TrDate,&lt;BR /&gt; Month(TrDate) AS TrMonth,&lt;BR /&gt; Year(TrDate) AS TrYear;&lt;BR /&gt;LOAD Date($(vMinTrDate) + RecNo() - 1) AS TrDate&lt;BR /&gt;AUTOGENERATE $(vMaxTrDate) - $(vMinTrDate) + 1;&lt;/P&gt;&lt;P&gt;Is that right? how this works?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218622#M71709</guid>
      <dc:creator />
      <dc:date>2010-09-27T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218623#M71710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aldo&lt;/P&gt;&lt;P&gt;I think you needto do this via a temporary table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;I&gt;tempDates:&lt;BR /&gt;&lt;/I&gt;LOAD&lt;BR /&gt; Min(MakeDate(SalesTargets.STYear, Num(SalesTargets.STMonth))) AS MinDate,&lt;BR /&gt; Max(MakeDate(SalesTargets.STYear, Num(SalesTargets.STMonth))) AS MaxDate&lt;BR /&gt;RESIDENT SalesTargets;&lt;BR /&gt;Let vMinTrDate = Peek('MinDate');&lt;BR /&gt;Let vMaxTrDate = Peek('MaxDate');&lt;BR /&gt;DROP TABLE tempDates;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;... and then use the date island load.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218623#M71710</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-27T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218624#M71711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aldo,&lt;/P&gt;&lt;P&gt;I am working in same type of scenario (to make date-calender-uniform)&lt;/P&gt;&lt;P&gt;u can apply changes to your script according to this script .....&lt;/P&gt;&lt;P&gt;Treat this script as your refrence ..........&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;BR /&gt;&lt;BR /&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 style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;* &lt;B&gt;INLINE&lt;/B&gt; &lt;P&gt;[&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;I&gt;&lt;/I&gt;&lt;P style="font-style: italic"&gt;BranchZone:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;BRANCHID &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCHDESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; BRANCH &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCHDESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; DSTBranch &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCHDESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; CONN_BRANCH &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCHDESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; DSABranch &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCHDESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; NINTBranch &lt;P&gt;,&lt;/P&gt;&lt;P&gt;ZONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;CAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;RPC&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;\..\..\QVD\BRANCH_ZONE_CAT.qvd&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&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;&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;&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;qvd) &lt;P&gt;;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;P style="font-style: italic"&gt;LoginMaster:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;APPLID &lt;P&gt;,&lt;/P&gt;&lt;P&gt;FILENO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;FILENO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;AS&lt;/B&gt; FNO &lt;P&gt;,&lt;/P&gt;&lt;P&gt;BRANCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;LAA_PRODUCT_ID_C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; PRODUCT_TYPE &lt;P&gt;,&lt;/P&gt;&lt;P&gt;AMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE,'DD/MM/YYYY') &lt;B&gt;as&lt;/B&gt; Date &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; Year &lt;P&gt;,&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; month &lt;P&gt;,&lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; week &lt;P&gt;,&lt;/P&gt;&lt;P&gt;day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; day &lt;P&gt;,&lt;/P&gt;&lt;P&gt;YearName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE,0,4) &lt;B&gt;as&lt;/B&gt; YearName &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(date(LOGGED_IN_DATE,'DD/MM/YYYY')) &amp;amp; '-' &amp;amp; month(date(LOGGED_IN_DATE,'DD/MM/YYYY')) &lt;B&gt;as&lt;/B&gt; YearMonth &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &amp;amp; num(month(LOGGED_IN_DATE),'00') &lt;B&gt;as&lt;/B&gt; YearMonthVal &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &amp;amp; num(month(LOGGED_IN_DATE),'00') &amp;amp; num(day(LOGGED_IN_DATE),'00') &lt;B&gt;as&lt;/B&gt; YearMonthDay &lt;P&gt;,&lt;/P&gt;&lt;P&gt;monthname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; YM, &lt;P&gt;&lt;B&gt;//new field for variable&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;//Year(LOGGED_IN_DATE)&amp;amp;DATE(LOGGED_IN_DATE,'MM') AS YM,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;BRANCH &amp;amp; '-' &amp;amp; monthname(LOGGED_IN_DATE) &lt;B&gt;as&lt;/B&gt; %YMBranch &lt;P&gt;,&lt;/P&gt;&lt;P&gt;SALESOFFICE_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'Login'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; &lt;P&gt;Source&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;\..\..\QVD\Logins.qvd&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;&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;&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;qvd) &lt;P&gt;;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;P style="font-style: italic"&gt;SanctionMaster:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;AGREEMENTID &lt;B&gt;as&lt;/B&gt; APPLID &lt;P&gt;,&lt;/P&gt;&lt;P&gt;FILENO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;//AGREEMENTNO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;// CUSTOMERNAME,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;BRANCH &lt;P&gt;,&lt;/P&gt;&lt;P&gt;PRODUCT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; PRODUCT_TYPE &lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;// TENURE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;// ROI,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;SANCTION_AMOUNT &lt;P&gt;,&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE,'DD/MM/YYYY') &lt;B&gt;as&lt;/B&gt; Date &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; Year &lt;P&gt;,&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; month &lt;P&gt;,&lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; week &lt;P&gt;,&lt;/P&gt;&lt;P&gt;day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; day &lt;P&gt;,&lt;/P&gt;&lt;P&gt;YearName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE,0,4) &lt;B&gt;as&lt;/B&gt; YearName &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(date(SANCTION_DATE,'DD/MM/YYYY')) &amp;amp; '-' &amp;amp; month(date(SANCTION_DATE,'DD/MM/YYYY')) &lt;B&gt;as&lt;/B&gt; YearMonth &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &amp;amp; num(month(SANCTION_DATE),'00') &lt;B&gt;as&lt;/B&gt; YearMonthVal &lt;P&gt;,&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &amp;amp; num(month(SANCTION_DATE),'00') &amp;amp; num(day(SANCTION_DATE),'00') &lt;B&gt;as&lt;/B&gt; YearMonthDay &lt;P&gt;,&lt;/P&gt;&lt;P&gt;monthname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; YM, &lt;P&gt;&lt;B&gt;//new field for variable&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;// Year(SANCTION_DATE)&amp;amp;DATE(SANCTION_DATE,'MM') AS YM,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;BRANCH &amp;amp; '-' &amp;amp; monthname(SANCTION_DATE) &lt;B&gt;as&lt;/B&gt; %YMBranch &lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;//FLAG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;SALESOFFICE_NAME &lt;P&gt;,&lt;/P&gt;&lt;P&gt;'Sanction'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; &lt;P&gt;Source&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;\..\..\QVD\SALES_OFFICE_WISE_SANCTION.qvd&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.........I am sure this will help you......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dushyant&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 09:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218624#M71711</guid>
      <dc:creator />
      <dc:date>2010-09-27T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218625#M71712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;The changes in data model, (TempDates and DateIsland) seems to be okay, but when using TrMonth in the expression nothing happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempDates:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Min(MakeDate(SalesTargets.STYear, Num#(SalesTargets.STMonth))) AS MinDate,&lt;/P&gt;&lt;P&gt;Max(MakeDate(SalesTargets.STYear, Num#(SalesTargets.STMonth))) AS MaxDate&lt;/P&gt;&lt;P&gt;FROM [$(FinalTablesPath)SalesTargets-$(prioritySuffix).qvd] (qvd);&lt;/P&gt;&lt;P&gt;Let vMinTrDate = Peek('MinDate');&lt;/P&gt;&lt;P&gt;Let vMaxTrDate = Peek('MaxDate');&lt;/P&gt;&lt;P&gt;DateIsland:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;TrDate,&lt;/P&gt;&lt;P&gt;Month(TrDate) AS TrMonth,&lt;/P&gt;&lt;P&gt;Mid(TrDate,4,2) AS TrMonthNo,&lt;/P&gt;&lt;P&gt;Year(TrDate) AS TrYear;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date('$(vMinTrDate)' + RecNo() - 1) AS TrDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE '$(vMaxTrDate)' - '$(vMinTrDate)' + 1;&lt;/P&gt;&lt;P&gt;DROP TABLE TempDates;&lt;/P&gt;&lt;P&gt;//--------------&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The expression in the table is: =if(IvMonthNo = TrMonthNo, sum(QtyByBaseProduct))&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In addittion, when selecting a value in the listbox "TrMonthNo", nothing happens (no selection) in listbox "IvMonthNo"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What's missing?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218625#M71712</guid>
      <dc:creator />
      <dc:date>2010-09-27T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218626#M71713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aldo&lt;/P&gt;&lt;P&gt;Not sure what the problem is. I would check that the DateIsland table has the number of records you would expect (check via the Table Viewer), and I would also check the values of vMinTrDate and vMaxTrDate (put =Date(vMinTrDate) into a text box).&lt;/P&gt;&lt;P&gt;BTW and off-topic - you don't really need to create field TrMonthNo, as TrMonth is a dual value, having a text form of the month short name, and a numerical value equal to the month number.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218626#M71713</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-27T11:30:20Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218627#M71714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dushyant&lt;/P&gt;&lt;P&gt;It is very hard to make sense of your post with the script spread out like that.&lt;/P&gt;&lt;P&gt;When posting code I suggest that you copy the script to a text editor (notepad is fine) and then into your post, and wrap the code in a code tags. See &lt;A href="http://community.qlik.com/forums/t/15789.aspx"&gt;http://community.qlik.com/forums/t/15789.aspx&lt;/A&gt; for more info.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218627#M71714</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-27T11:36:33Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218628#M71715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;I checked the variables and everything seems to be okay. I am still trying to make it work...&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218628#M71715</guid>
      <dc:creator />
      <dc:date>2010-09-27T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218629#M71716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aldo,&lt;/P&gt;&lt;P&gt;Looks like it's getting much more complex when it should be. If you upload your application, I think it would take a few minutes to help. Except I will not have free time in the next 10 hours or so...&lt;BR /&gt;If nobody replies by then, I'll upload a simple example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218629#M71716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218630#M71717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aldo,&lt;/P&gt;&lt;P&gt;See attached very simple example. I hope it will help to resolve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 00:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218630#M71717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-28T00:12:11Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - field1 to follow field2 values?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218631#M71718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks man,&lt;/P&gt;&lt;P&gt;I will try it and let you know.&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 21:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-field1-to-follow-field2-values/m-p/218631#M71718</guid>
      <dc:creator />
      <dc:date>2010-09-30T21:10:07Z</dc:date>
    </item>
  </channel>
</rss>

