<?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: Projections Maintaining Organisation Data Unaffected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947526#M951678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, i will use your recommendations and advise accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 17:09:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-03T17:09:15Z</dc:date>
    <item>
      <title>Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947524#M951676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following organizations which are representative of the national retail pharmacy universe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-03 at 17.27.31.png" class="jive-image image-1" src="/legacyfs/online/107991_Screen Shot 2015-12-03 at 17.27.31.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Now i want to project the data to national level in order to get estimates for the country.&amp;nbsp; At load time i have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Amount*3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rx*3;&lt;/P&gt;&lt;P&gt;FROM ...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, we are projecting the national level figures by multiplying by a factor of 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with the above is that each organization (Retailer)'s original data will be multiplied by a factor of 3 and when one filters by Retailer to get their share of the market, the resulting figure will be errorneous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can one make such a projection in QV without affecting each individual retailer's figures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 15:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947524#M951676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947525#M951677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just bring Amount and Rx (without multiplying it by 3) and on the front end use the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(Retailer) &amp;gt; 0, Sum(Amount * 3), Sum(Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(GetFieldSelections(Retailer) &amp;gt; 0, Sum(Rx * 3), Sum(&lt;STRONG style="font-size: 13.3333px;"&gt;Rx&lt;/STRONG&gt;))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 15:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947525#M951677</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T15:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947526#M951678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, i will use your recommendations and advise accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 17:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947526#M951678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T17:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947527#M951679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to my last positing, i have the following expression as per your recommendation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: maroon;"&gt;RETAILPHARMACY&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: gray;"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;&amp;gt;}Amount))*3, '$##,##0.00'), Num(Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: gray;"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; color: black;"&gt;&amp;gt;}Amount), '$##,##0.00')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, using this does not change my values to projected with or without any selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947527#M951679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947528#M951680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I gave you the incorrect function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be GetSelectedCount(). Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: blue;"&gt;&lt;STRONG&gt;GetSelectedCount&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: maroon;"&gt;RETAILPHARMACY&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;) &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: gray;"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;&amp;gt;}Amount))*3, '$##,##0.00'), Num(Sum({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: gray;"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;&amp;gt;}Amount), '$##,##0.00'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947528#M951680</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947529#M951681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, even with the new function my data is not getting projected x3 as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947529#M951681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947530#M951682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the requirement that if you select RETAILPHARMACY you see * 3 or when you have nothing selected you have * 3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this if nothing is selected is * 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN lang="EN-US"&gt;If&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;RETAILPHARMACY&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;) &amp;gt; 0, &lt;SPAN lang="EN-US"&gt;Num(Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&amp;gt;}Amount)&lt;STRONG style=": ; color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;, '$##,##0.00')&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;Num&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;$(vSetMTD)&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&amp;gt;}Amount)*3), '$##,##0.00')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947530#M951682</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-03T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Projections Maintaining Organisation Data Unaffected</title>
      <link>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947531#M951683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Sunny that is now working, i now need to change all expressions on the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Projections-Maintaining-Organisation-Data-Unaffected/m-p/947531#M951683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T19:41:52Z</dc:date>
    </item>
  </channel>
</rss>

