<?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: Creating Cross tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Cross-tab-by-modifing-expression/m-p/855368#M997225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/saurabh5"&gt;saurabh5&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Please watch/or check this:&lt;/P&gt;&lt;P&gt; &lt;A href="https://community.qlik.com/docs/DOC-8231"&gt;Power of Qlik Script - Reshaping Data with Crosstable (video)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 02:29:37 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-06-19T02:29:37Z</dc:date>
    <item>
      <title>Creating Cross tab by modifing expression</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Cross-tab-by-modifing-expression/m-p/855367#M997224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;BR /&gt;i am trying to create a cross tab with 'orgnaization' and 'owner' as dimension and measure is avg of 'rank' by distinct count of unique id created.&lt;/P&gt;&lt;P&gt;but the avg values needs to be compared by a rank bracket weight table provided by user&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;severity&amp;nbsp;&amp;nbsp;&amp;nbsp; rank bracket&lt;/STRONG&gt; &lt;BR /&gt;Very High&amp;nbsp;&amp;nbsp; 12-16&lt;BR /&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-11.99&lt;BR /&gt;Moderate&amp;nbsp;&amp;nbsp;&amp;nbsp; 3-5.99 &lt;BR /&gt;Low&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0-2.99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the script which i have till now :&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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&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;Region, Country, Organization, rank, owner&lt;BR /&gt;1, A, East, 2, peter&lt;BR /&gt;2, B, West, 4, Sam&lt;BR /&gt;3, C, NorthEast, 8, Alex&lt;BR /&gt;4, D, WestCost, 12, Wallen&lt;BR /&gt;5, E, North, 8, Dona&lt;BR /&gt;6, F, South, 2, Ben&lt;BR /&gt;7, G, SouthWest, 2, Tina&lt;BR /&gt;8, H, South, 4, Ben&lt;BR /&gt;9, I, West, 8, Sid&lt;BR /&gt;10, J, WestCost, 8, Wallen&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Test2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&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;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&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;UniqueID&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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&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;BR /&gt;so the output should look like the attachment&lt;IMG __jive_id="90023" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90023_Capture.PNG" style="width: 620px; height: 148px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 02:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Cross-tab-by-modifing-expression/m-p/855367#M997224</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-06-19T02:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Cross tab</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Cross-tab-by-modifing-expression/m-p/855368#M997225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/saurabh5"&gt;saurabh5&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Please watch/or check this:&lt;/P&gt;&lt;P&gt; &lt;A href="https://community.qlik.com/docs/DOC-8231"&gt;Power of Qlik Script - Reshaping Data with Crosstable (video)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 02:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Cross-tab-by-modifing-expression/m-p/855368#M997225</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-19T02:29:37Z</dc:date>
    </item>
  </channel>
</rss>

