<?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: Re: How to display datas conditionned by datas in another column? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599665#M546423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 08:51:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-25T08:51:21Z</dc:date>
    <item>
      <title>How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599656#M546414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with a file such as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 400px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="80"&gt;Mnemonic&lt;/TD&gt;&lt;TD width="80"&gt;Maturity_Two&lt;/TD&gt;&lt;TD align="right" width="80"&gt;STD_Two&lt;/TD&gt;&lt;TD width="80"&gt;Maturity_One&lt;/TD&gt;&lt;TD align="right" width="80"&gt;STD_One&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FJWSH489&lt;/TD&gt;&lt;TD&gt;30Y&lt;/TD&gt;&lt;TD align="right"&gt;204269,469&lt;/TD&gt;&lt;TD&gt;5Y&lt;/TD&gt;&lt;TD align="right"&gt;206833,719&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;KMYUC667&lt;/TD&gt;&lt;TD&gt;5Y&lt;/TD&gt;&lt;TD align="right"&gt;274532,891&lt;/TD&gt;&lt;TD&gt;5Y&lt;/TD&gt;&lt;TD align="right"&gt;277955,472&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PJMCM574&lt;/TD&gt;&lt;TD&gt;3Y&lt;/TD&gt;&lt;TD align="right"&gt;177099,96&lt;/TD&gt;&lt;TD&gt;1Y&lt;/TD&gt;&lt;TD align="right"&gt;177275,884&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;HKHGV576&lt;/TD&gt;&lt;TD&gt;30Y&lt;/TD&gt;&lt;TD align="right"&gt;47370,9541&lt;/TD&gt;&lt;TD&gt;5Y&lt;/TD&gt;&lt;TD align="right"&gt;47964,9703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MHYLG715&lt;/TD&gt;&lt;TD&gt;30Y&lt;/TD&gt;&lt;TD align="right"&gt;372818,911&lt;/TD&gt;&lt;TD&gt;5Y&lt;/TD&gt;&lt;TD align="right"&gt;377506,833&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a chart summing STD_One and STD_Two if Maturity_One= Maturity_Two&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;BR /&gt;Thibaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 08:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599656#M546414</guid>
      <dc:creator />
      <dc:date>2014-03-20T08:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599657#M546415</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;=Sum(If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maturity_One&lt;/SPAN&gt; = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maturity_Two&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STD_One&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;=Sum(If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maturity_One&lt;/SPAN&gt; = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maturity_Two&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STD_Two&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 08:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599657#M546415</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-20T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599658#M546416</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;Please find attach document&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, 20 Mar 2014 08:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599658#M546416</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-20T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599659#M546417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Maturity_Two=Maturity_One,Sum(STD_One)+sum(STD_Two))&lt;/P&gt;&lt;P&gt;Please find attachement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599659#M546417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-20T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599660#M546418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fact is they are NEVER equals in the same line, so if I use your solutions if displays: "no data".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Maturity_One and Maturity_Two are both buckets calculated using a barycentric projection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Here are the two charts I want to be in one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Sans titre.png" class="jive-image" src="/legacyfs/online/55445_Sans titre.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 10:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599660#M546418</guid>
      <dc:creator />
      <dc:date>2014-03-20T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599661#M546419</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;can you post sample data,&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, 20 Mar 2014 11:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599661#M546419</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-20T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599662#M546420</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;Check the atatched app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 12:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599662#M546420</guid>
      <dc:creator />
      <dc:date>2014-03-20T12:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599663#M546421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;I'm a student and using a Personal Edition, could you please display your information in a form I can read?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;BR /&gt;Regards,&lt;BR /&gt;Thibaud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 12:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599663#M546421</guid>
      <dc:creator />
      <dc:date>2014-03-24T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599664#M546422</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;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Mnemonic, Maturity_Two, STD_Two, Maturity_One, STD_One &lt;BR /&gt;FJWSH489, 30Y, 204269469, 5Y, 206833,719 &lt;BR /&gt;KMYUC667, 5Y, 274532891, 5Y, 277955,472 &lt;BR /&gt;PJMCM574, 3Y, 17709996, 1Y, 177275,884 &lt;BR /&gt;HKHGV576, 30Y, 473709541, 5Y, 47964,9703 &lt;BR /&gt;MHYLG715, 30Y, 372818911, 5Y, 377506,833 &lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Test1:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mnemonic&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Maturity_Two&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Maturity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STD_Two&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Test;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mnemonic&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Maturity_One&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Maturity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STD_One&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Test;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Test;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and this could be the chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Snip1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/55729_Snip1.JPG" style="width: 620px; height: 338px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 04:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599664#M546422</guid>
      <dc:creator />
      <dc:date>2014-03-25T04:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to display datas conditionned by datas in another column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599665#M546423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 08:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-datas-conditionned-by-datas-in-another-column/m-p/599665#M546423</guid>
      <dc:creator />
      <dc:date>2014-03-25T08:51:21Z</dc:date>
    </item>
  </channel>
</rss>

