<?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: Pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899920#M1010678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..As per ur code i am getting other than 4 field values. So i don't want those fields and i want only 4 fields..Can u please help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 06:54:24 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2015-05-08T06:54:24Z</dc:date>
    <item>
      <title>Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899916#M1010674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; issue related to pivot chart..Hope i will get the help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two dimensions one is name and other one is task_type...In both the dimensions i have some 10 fields and i&amp;nbsp; required only 3 fields from name and only 4 fields from task_type..I have hardcoded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is i don't want to c the second dimension visible in the chart i.e. task_type..i required only fields..And i want tasktype fields in order:&lt;/P&gt;&lt;P&gt;1)Change request&lt;/P&gt;&lt;P&gt;2)Incident&lt;/P&gt;&lt;P&gt;3)U_request&lt;/P&gt;&lt;P&gt;4)Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached image for your reference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 05:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899916#M1010674</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2015-05-08T05:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899917#M1010675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi Bharat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; you want &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type in order then create a calculated dimension &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Change request&lt;/SPAN&gt;',Dual('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Change request&lt;/SPAN&gt;',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Incident&lt;/SPAN&gt;',Dual('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Incident&lt;/SPAN&gt;',2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;U_request&lt;/SPAN&gt;',Dual('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;U_request&lt;/SPAN&gt;',3),&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;SPAN style="font-size: 13.3333330154419px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Problem&lt;/SPAN&gt;',Dual('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Problem&lt;/SPAN&gt;',4)))))&lt;/SPAN&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;sort in ascending order &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;on Dimensions table click &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;task_type and in label give a space without any a name &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899917#M1010675</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-08T06:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899918#M1010676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the task type dimension --&amp;gt; use Label as Space or =''&amp;nbsp; This will hide showing the label&lt;/P&gt;&lt;P&gt;And resize the column width to smaller one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899918#M1010676</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-05-08T06:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899919#M1010677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try to give empty label to the task type ,&lt;/P&gt;&lt;P&gt;and sort the fileds before that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899919#M1010677</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-05-08T06:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899920#M1010678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..As per ur code i am getting other than 4 field values. So i don't want those fields and i want only 4 fields..Can u please help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899920#M1010678</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2015-05-08T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899921#M1010679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you create calculated dimension it restrict only four fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;share sample data ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899921#M1010679</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-08T06:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899922#M1010680</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;PFA the attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 07:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart/m-p/899922#M1010680</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-05-08T07:31:25Z</dc:date>
    </item>
  </channel>
</rss>

