<?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: issue with version number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819837#M289031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share the app??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 05:14:39 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-03-31T05:14:39Z</dc:date>
    <item>
      <title>issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819831#M289025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table as Proj ID,Proj Name,Client,Members,invoice no, Version number,% alocated etc as dimensions. and i need to get the amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each project there can be multiple versions,so i need to show the project with the latest version.so for tht in the script itself i have created a field called maxversion Number grouped by Project Id.&lt;/P&gt;&lt;P&gt;each projects may have Multiple invoices.and in a project there can be multiple members so in expression in order to get the amount allocated for each member i have multiplied the amount with % allocated. and used aggregation based on invoice number,member,percentage allocated and project id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and along with tht i have added a condition where version number=max version number, amount. but when i am applying the same the values are showin wrong. when i remove the max version number from the expression it is showin crct amount . any idea,y dis is happening??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819831#M289025</guid>
      <dc:creator />
      <dc:date>2015-03-30T13:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819832#M289026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the where condition giving the problem because here your not grouping the data. try to make the calculation on the grouping table that will solve your issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or once you have the version from the group by table , create a composite key and join this table with the old table, so that you will get the new version along with the old version and data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819832#M289026</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T13:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819833#M289027</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 have added the max_version number as my dimension. and if i remove the condition from my expression,when the table is fully expanded then it will show crrct values and if i collapse bfore version number it is showin duplicate values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819833#M289027</guid>
      <dc:creator />
      <dc:date>2015-03-30T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819834#M289028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, when you give max(version) it will take the max for version for the whole data , that s why your getting wrong result.&lt;/P&gt;&lt;P&gt;try like aggr(max(version), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Proj ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give the max version number for that project &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819834#M289028</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T13:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819835#M289029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create the max version column in the script itself , because when you collapse it will happen like that only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819835#M289029</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819836#M289030</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 done the same.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt; in script i created a filed max version number as a separate table. group y Project id.is it that crrct??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(max(version), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Proj ID) in the same table??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819836#M289030</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: issue with version number</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819837#M289031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share the app??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 05:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-version-number/m-p/819837#M289031</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-31T05:14:39Z</dc:date>
    </item>
  </channel>
</rss>

