<?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: Straight table issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120238#M19342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the total is not working.&amp;nbsp; Total should be the same for all rows for Year 2016, 2015 and 2014&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 15:06:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-08T15:06:12Z</dc:date>
    <item>
      <title>Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120235#M19339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qliksense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached please find the sample data, sample qvw and screen shot.&amp;nbsp; I have a Year and Launch Year fields.&amp;nbsp; So In each Year I can have multiple Launch Years, for example&amp;nbsp; Year=2016 will have launch Years 2016,2015,2014 etc&lt;/P&gt;&lt;P&gt;for Year 2015&amp;nbsp; will have launch Years 2016,2015,2014 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to use the following grouping:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(LaunchYear &amp;gt;= Year,'&amp;lt;1 Year',&lt;/P&gt;&lt;P&gt;If(LaunchYear &amp;gt;= (Year-2) and LaunchYear &amp;lt; Year,'Prior 2 Years',&lt;/P&gt;&lt;P&gt;If(LaunchYear &amp;lt;= (Year-3), 'Prior 3 Year')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at the same time I want to exclude any future Launch Years. For&amp;nbsp; example , If I am in Year 2015, I&amp;nbsp; want to see only Launch Years &amp;lt;= 2015 and then in the last column I would to sum the total for each Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120235#M19339</guid>
      <dc:creator />
      <dc:date>2016-07-08T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120236#M19340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(LaunchYear = Year,'&amp;lt;1 Year',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(LaunchYear &amp;gt;= (Year-2) and LaunchYear &amp;lt; Year,'Prior 2 Years',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(LaunchYear &amp;lt;= (Year-3), 'Prior 3 Year')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Removed the greater than sign here (&lt;STRONG style="font-size: 13.3333px;"&gt;=If(LaunchYear &lt;SPAN style="color: #ff0000;"&gt;&amp;gt;&lt;/SPAN&gt;= Year,'&amp;lt;1 Year',&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;also selected 'Suppress When Value Is Null'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130709_Capture.PNG" style="height: 261px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120236#M19340</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120237#M19341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qlik Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120237#M19341</guid>
      <dc:creator />
      <dc:date>2016-07-08T15:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120238#M19342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the total is not working.&amp;nbsp; Total should be the same for all rows for Year 2016, 2015 and 2014&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120238#M19342</guid>
      <dc:creator />
      <dc:date>2016-07-08T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120239#M19343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why did you post a QlikView sample? Can you post a QlikSense sample to check the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120239#M19343</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T15:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120240#M19344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me do that then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120240#M19344</guid>
      <dc:creator />
      <dc:date>2016-07-08T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120241#M19345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sample QVF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120241#M19345</guid>
      <dc:creator />
      <dc:date>2016-07-08T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120242#M19346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130718_Capture.PNG" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with the total? What do you want to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120242#M19346</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T15:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120243#M19347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sample qvf you sent works, but when I amsuing the same info on the actual data set the total is nor working.&amp;nbsp; I am getting the total for the dimension Launch condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression for total is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&amp;nbsp; total &amp;lt;Year&amp;gt; SPLTQTY) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 16:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120243#M19347</guid>
      <dc:creator />
      <dc:date>2016-07-08T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120244#M19348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(NODISTINCT Sum(SPLTQTY), Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 16:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120244#M19348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120245#M19349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does give me the sum&amp;nbsp; at the Year level , but the sum is not right.&amp;nbsp; If you sum the Values in the Volume column for the Year they dont add up to the total value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120245#M19349</guid>
      <dc:creator />
      <dc:date>2016-07-08T18:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120246#M19350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cannot test this, but how about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(NODISTINCT Sum(&lt;SPAN style="color: #ff0000;"&gt;If(LaunchYear &amp;lt; Yea&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;r,&lt;/SPAN&gt; SPLTQTY&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;), Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120246#M19350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table issue</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120247#M19351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nopes doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 19:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-issue/m-p/1120247#M19351</guid>
      <dc:creator />
      <dc:date>2016-07-08T19:08:57Z</dc:date>
    </item>
  </channel>
</rss>

