<?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: How to normalize data in a graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119383#M522005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to test it out?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 10:35:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-17T10:35:21Z</dc:date>
    <item>
      <title>How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119379#M522001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 columns of data: Fundname, date and value. The user can select the initial and final dates of the graph which are stored in the variables InitialDate and FinalDate. I would like to show the value of each fund so that in the InitialDate its value was 100, but I am unable to do that. By the moment I have this in the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value*100*if(date&amp;gt;=InitialDate,1,0)*if(date&amp;lt;=Finaldate,1,0)/( {&amp;lt;date={'$(InitialDate)'}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as dimensions of the line chart Date and Fundname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone could help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 11:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119379#M522001</guid>
      <dc:creator />
      <dc:date>2016-06-15T11:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119380#M522002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;value*100*if(date&amp;gt;=InitialDate,1,0)*if(date&amp;lt;=Finaldate,1,0)/( {&amp;lt;date={'$(InitialDate)'}&amp;gt;}value)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #ff0000;"&gt;/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;FirstSortedValue(TOTAL &amp;lt;Fundname&amp;gt; Aggr(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;value*100*if(date&amp;gt;=InitialDate,1,0)*if(date&amp;lt;=Finaldate,1,0)/( {&amp;lt;date={'$(InitialDate)'}&amp;gt;}value)&lt;/SPAN&gt;, Date,Fundname), Aggr(Date, Date,Fundname))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119380#M522002</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119381#M522003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({&amp;lt;date={"&amp;gt;=$(=InitialDate) &amp;lt;=$(=FinalDate)"}&amp;gt;} value) /&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({&amp;lt;date={'$(InitialDate)'}&amp;gt;} total value)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119381#M522003</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-15T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119382#M522004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, it does not show any graph, any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 09:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119382#M522004</guid>
      <dc:creator />
      <dc:date>2016-06-17T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119383#M522005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to test it out?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 10:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119383#M522005</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T10:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119384#M522006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my suggestion above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 07:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119384#M522006</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-20T07:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize data in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119385#M522007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it didn't work, I approached the solution by creating a temporary 8-column table, that for my purpose works, as no more series will be inserted, but it is not the correct solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-normalize-data-in-a-graph/m-p/1119385#M522007</guid>
      <dc:creator />
      <dc:date>2016-06-20T09:31:57Z</dc:date>
    </item>
  </channel>
</rss>

