<?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: Need the Result in attached format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382357#M800368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Work around seems okay, But it optimize more size. i would prefer to create 2 island tables and use same for Match condition using Pick(Match()).. instead If..Else..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 07:27:47 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-28T07:27:47Z</dc:date>
    <item>
      <title>Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382352#M800355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need one quick help. I have two different excel which has to be loaded.Once both the excels are loaded i need the output in the exact attached format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avinash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382352#M800355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382353#M800357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;create Pivot table chart object using below expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;try to create below 3 Dimension:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) ValueList('Registration','ATV')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) ValueList('Total Registration','Last 7 Day Registration','Total ATV','Last 7 Days ATV')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create Cal.Measure :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if( ValueList('Total Registration','Last 7 Day Registration','Total ATV','Last 7 Days ATV')='Total Registration' and&lt;/P&gt;&lt;P&gt;ValueList('Registration','ATV')='Registration',sum([Total Registration]),&lt;/P&gt;&lt;P&gt;if( ValueList('Total Registration','Last 7 Day Registration','Total ATV','Last 7 Days ATV')='Last 7 Day Registration' and&lt;/P&gt;&lt;P&gt;ValueList('Registration','ATV')='Registration',sum([Last 7 Day Registration]),&lt;/P&gt;&lt;P&gt;if( ValueList('Total Registration','Last 7 Day Registration','Total ATV','Last 7 Days ATV')='Total ATV' and&lt;/P&gt;&lt;P&gt;ValueList('Registration','ATV')='ATV',sum([Total ATV]),&lt;/P&gt;&lt;P&gt;if( ValueList('Total Registration','Last 7 Day Registration','Total ATV','Last 7 Days ATV')='Last 7 Days ATV' and&lt;/P&gt;&lt;P&gt;ValueList('Registration','ATV')='ATV',sum([Last 7 Days ATV])))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sort tab:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) match('India','USA','Russia','Egypt','UK')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) ValueList('Registration','ATV')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184846_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382353#M800357</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-28T05:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382354#M800360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do i do the same formatting in qliksense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382354#M800360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T05:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382355#M800363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;above mentioned valuelist expression should work in both qliksense and qlikview. just try to follow above steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: for qliksense you have to create connection to import your excel source. and remaining steps are same above mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close this thread by marking as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382355#M800363</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-28T05:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382356#M800365</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;refer to the qliksense version output,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="184845" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184845_Capture.JPG" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 05:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382356#M800365</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-28T05:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need the Result in attached format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382357#M800368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Work around seems okay, But it optimize more size. i would prefer to create 2 island tables and use same for Match condition using Pick(Match()).. instead If..Else..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-the-Result-in-attached-format/m-p/1382357#M800368</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-28T07:27:47Z</dc:date>
    </item>
  </channel>
</rss>

