<?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: Need To Get Data from Previous WeekYear In Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410812#M152919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could check for the first dimension value, from the help:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;if( ColumnNo( )=1, 0, sum( Sales ) / before( sum( Sales )))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;An other work around I tested was to make sure that 11 Dimension values existed but to show only ten (properties presentation tab/max visible number)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 09:02:14 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2013-01-11T09:02:14Z</dc:date>
    <item>
      <title>Need To Get Data from Previous WeekYear In Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410809#M152916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a bar chart in which I am counting the number of tickets stacked in 3 phases (Submittal,Analysis,Implementation).&lt;/P&gt;&lt;P&gt;On X axis I am taking customized WeekYear (for eg W252 for year2012 &amp;amp; week52) that is being generated by Calendar script.&lt;/P&gt;&lt;P&gt;On Y axis i am using a set expression for every phase and set expression look like :&lt;/P&gt;&lt;P&gt;count({ReportTypeId={10},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MeasuredPhase={'Submittal'}&amp;gt;} DISTINCT ReportId)&amp;nbsp;&amp;nbsp;&amp;nbsp; {For Submittal similar for other two phases}&lt;/P&gt;&lt;P&gt;User has flexibility to select the WeekYear from a slider.&lt;/P&gt;&lt;P&gt;I am also attaching the image of chart that I am getting for selected range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is I want to cretae one more expression in this chart which will show the diffrence of measured week compare to previous week.&lt;/P&gt;&lt;P&gt;For attached chart I want figure on x axis like&lt;/P&gt;&lt;P&gt;Week : W242 W243 W244 W245 W246 W247 ............&lt;/P&gt;&lt;P&gt;Diff :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -16&lt;/P&gt;&lt;P&gt;I want to represent this Diff on x axis below the bars&lt;/P&gt;&lt;P&gt;Kindly suggest the suitable set expression to do this &lt;/P&gt;&lt;P&gt;This is really very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 08:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410809#M152916</guid>
      <dc:creator />
      <dc:date>2013-01-10T08:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Get Data from Previous WeekYear In Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410810#M152917</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;I think you can use the Above function for this. =Expression-Above(Expression)&lt;/P&gt;&lt;P&gt;See the help for this function, also if you need to use the TOTAL qualifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Piet Hein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410810#M152917</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2013-01-10T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Get Data from Previous WeekYear In Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410811#M152918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Thanks a lot for this help. It is giving me the right data I required.&lt;/P&gt;&lt;P&gt;But for first dimensional value it is giving Null&lt;/P&gt;&lt;P&gt;For W242 value is coming Null Even I want for this week diff = W242-W241 (Although W241 is not visible on X axis).&lt;/P&gt;&lt;P&gt;Is there any work around or trick to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Tribhuwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 04:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410811#M152918</guid>
      <dc:creator />
      <dc:date>2013-01-11T04:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Get Data from Previous WeekYear In Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410812#M152919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could check for the first dimension value, from the help:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;if( ColumnNo( )=1, 0, sum( Sales ) / before( sum( Sales )))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;An other work around I tested was to make sure that 11 Dimension values existed but to show only ten (properties presentation tab/max visible number)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 09:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410812#M152919</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2013-01-11T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Get Data from Previous WeekYear In Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410813#M152920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am selecting WeekYear from a calendar slider.&lt;/P&gt;&lt;P&gt;Can you please guide how to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.       Suppose I have selected W1240 to W1252 on slider and also wanted to show graphs for this selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.       How to implement as values are selected from W1239 to W1252 and only graph is visible for W1240  - W1252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Tribhuwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 09:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Get-Data-from-Previous-WeekYear-In-Set-Analysis/m-p/410813#M152920</guid>
      <dc:creator />
      <dc:date>2013-01-11T09:37:08Z</dc:date>
    </item>
  </channel>
</rss>

