<?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 Link between table through Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241586#M501548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the answer to my first question:&lt;/P&gt;&lt;P&gt;For Ticket open: count({$&amp;lt;[As of OpenMonth]=SliderMonth&amp;gt;} if([OpenMonth Range]="Range",SD))&lt;/P&gt;&lt;P&gt;For Ticket closed: count({$&amp;lt;[As of ResolvedMonth]=SliderMonth&amp;gt;} if([ResolvedMonth Range]="Range",SD))&lt;/P&gt;&lt;P&gt;Then for Perf: [Ticket closed]/[Ticket open]&lt;/P&gt;&lt;P&gt;Remaining task:&lt;/P&gt;&lt;P&gt;How to add in my dimension a new member %growth?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2011 11:32:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-09T11:32:56Z</dc:date>
    <item>
      <title>Link between table through Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241583#M501545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am dealing with support incident; each incident has 2 dates information (OpenMonth &amp;amp; ResolvedMonth)&lt;/P&gt;&lt;P&gt;I have created 2 tables to ease the calculation of some statistics (such as YTD, YTD-1, M and M-1)&lt;/P&gt;&lt;P&gt;Script to create the 1st table for the OpenMonth variable is: &lt;A href="https://community.qlik.com/forums/t/41759.aspx" target="_blank" title="http://community.qlik.com/forums/t/41759.aspx"&gt;http://community.qlik.com/forums/t/41759.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then to create the 2nd one, I simply do:&lt;/P&gt;&lt;P&gt;ResovedAsOf:&lt;BR /&gt;LOAD&lt;BR /&gt; "As of OpenMonth" as "As of ResolvedMonth"&lt;BR /&gt;,"OpenMonth Range" as "ResolvedMonth Range"&lt;BR /&gt;,"OpenMonth" as "ResolvedMonth"&lt;BR /&gt;RESIDENT OpenAsOf;&lt;/P&gt;&lt;P&gt;On top of that, I have created a slider, with following data:&lt;/P&gt;&lt;P&gt;Slider:&lt;BR /&gt;Load MonthName(Today(),-IterNo()+1) as SliderMonth AutoGenerate(10)&lt;BR /&gt;while IterNo() &amp;lt; 10&lt;/P&gt;&lt;P&gt;So in my different graph, wether I deal with OpenMonth or ResolvedMonth, I use a SetAnalysis as following:&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[As of ResolvedMonth]=SliderMonth&amp;gt;} SD)&lt;/P&gt;&lt;P&gt;or =count({$ &amp;lt;OpenMonth = {"=NUM(OpenMonth) &amp;lt;= NUM(SliderMonth)"}&amp;gt;}SD)&lt;/P&gt;&lt;P&gt;Now, I want to create a summary table which look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3737_sourceID:3737" /&gt;&lt;/P&gt;&lt;P&gt;Because, for tickets submitted, I need to deal with OpenMonth, and for tickets closed, I need to deal with ResolvedMonth,&lt;/P&gt;&lt;P&gt;I don't think I can use either "OpenedMonth Range" or "ResolvedMonth Range" as the dimension,&lt;/P&gt;&lt;P&gt;So I have created another table (which only contains the list of statistics YTD, YTD-1, M, M-1), and use "Range" as a dimension&lt;/P&gt;&lt;P&gt;Range:&lt;BR /&gt;Load Distinct "OpenMonth Range" as Range&lt;BR /&gt;RESIDENT OpenAsOf;&lt;/P&gt;&lt;P&gt;Now I can't figure out how to make the "link" between the dimension "Range"and the different expression.&lt;/P&gt;&lt;P&gt;For the moment, I do have&lt;/P&gt;&lt;P&gt;for tickets submitted: count( { $ &amp;lt; [As of OpenMonth] = SliderMonth&amp;gt;} [SD]), but where do I mention that [OpenedMonth Range] should be equal to [Range]?&lt;/P&gt;&lt;P&gt;Thank in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241583#M501545</guid>
      <dc:creator />
      <dc:date>2011-03-08T11:02:44Z</dc:date>
    </item>
    <item>
      <title>Link between table through Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241584#M501546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from what I understood from the set analysis; I would write:&lt;/P&gt;&lt;P&gt;count( { $ &amp;lt; [As of OpenMonth] = SliderMonth,[OpenMonth Range]={"Range"}&amp;gt;} [SD])&lt;/P&gt;&lt;P&gt;But I can't make it work. Looking forward your help! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241584#M501546</guid>
      <dc:creator />
      <dc:date>2011-03-08T11:06:17Z</dc:date>
    </item>
    <item>
      <title>Link between table through Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241585#M501547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(On top of linking 2 different fields to a same dimension)&lt;/P&gt;&lt;P&gt;This is my output target. I am confused regarding what I need to use as expression or dimension.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0552.2011_2D00_03_2D00_09.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0552.2011_2D00_03_2D00_09.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perf is = Ticket closed / ticket opened&lt;/P&gt;&lt;P&gt;%Growth = (M - [M-1])/M&lt;/P&gt;&lt;P&gt;I want to make sure that %Growth of perf is calculated as (Perf(M) - Perf(M-1))/Perf(M-1)&lt;/P&gt;&lt;P&gt;and not %Growth(Closed)/%Growth(Opened)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 03:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241585#M501547</guid>
      <dc:creator />
      <dc:date>2011-03-09T03:30:16Z</dc:date>
    </item>
    <item>
      <title>Link between table through Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241586#M501548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the answer to my first question:&lt;/P&gt;&lt;P&gt;For Ticket open: count({$&amp;lt;[As of OpenMonth]=SliderMonth&amp;gt;} if([OpenMonth Range]="Range",SD))&lt;/P&gt;&lt;P&gt;For Ticket closed: count({$&amp;lt;[As of ResolvedMonth]=SliderMonth&amp;gt;} if([ResolvedMonth Range]="Range",SD))&lt;/P&gt;&lt;P&gt;Then for Perf: [Ticket closed]/[Ticket open]&lt;/P&gt;&lt;P&gt;Remaining task:&lt;/P&gt;&lt;P&gt;How to add in my dimension a new member %growth?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 11:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-table-through-Set-Analysis/m-p/241586#M501548</guid>
      <dc:creator />
      <dc:date>2011-03-09T11:32:56Z</dc:date>
    </item>
  </channel>
</rss>

