<?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 Cross Table my data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1640325#M731649</link>
    <description>&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend you use the Chart -&amp;gt; Pivot Table.&lt;/P&gt;&lt;P&gt;Then Chart Properties -&amp;gt; Presentation -&amp;gt; make sure you have: Allow Pivoting checked. And Always Fully expanded checked.&lt;/P&gt;&lt;P&gt;On the front-end drag and drop the Date dimension so that it appears vertically.&lt;/P&gt;&lt;P&gt;Here is one possible result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 505px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22440i477133B8DE823AA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can have the script loading the data I played with:&lt;/P&gt;&lt;P&gt;Wells:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;WellID, Date,Production(MCF)&lt;BR /&gt;1,10/23/2019,196&lt;BR /&gt;1,10/24/2019,126&lt;BR /&gt;1,10/25/2019,116&lt;BR /&gt;1,10/26/2019,178&lt;BR /&gt;1,10/27/2019,146&lt;BR /&gt;1,10/28/2019,128&lt;BR /&gt;2,10/23/2019,139&lt;BR /&gt;2,10/24/2019,137&lt;BR /&gt;2,10/25/2019,184&lt;BR /&gt;2,10/26/2019,116&lt;BR /&gt;2,10/27/2019,148&lt;BR /&gt;2,10/28/2019,178&lt;BR /&gt;3,10/23/2019,130&lt;BR /&gt;3,10/24/2019,144&lt;BR /&gt;3,10/25/2019,105&lt;BR /&gt;3,10/26/2019,168&lt;BR /&gt;3,10/27/2019,111&lt;BR /&gt;3,10/28/2019,167&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 11:56:57 GMT</pubDate>
    <dc:creator>Stoyan_Terziev</dc:creator>
    <dc:date>2019-10-28T11:56:57Z</dc:date>
    <item>
      <title>How to Cross Table my data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1640319#M731648</link>
      <description>&lt;P&gt;I currently have a table that contains the following columns:&lt;/P&gt;&lt;P&gt;WellID&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Production (MCF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a table as a visual that has dates as columns with 1 row for each well.&amp;nbsp; What is the best way to achieve this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1640319#M731648</guid>
      <dc:creator>timbatman</dc:creator>
      <dc:date>2024-11-16T02:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Cross Table my data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1640325#M731649</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend you use the Chart -&amp;gt; Pivot Table.&lt;/P&gt;&lt;P&gt;Then Chart Properties -&amp;gt; Presentation -&amp;gt; make sure you have: Allow Pivoting checked. And Always Fully expanded checked.&lt;/P&gt;&lt;P&gt;On the front-end drag and drop the Date dimension so that it appears vertically.&lt;/P&gt;&lt;P&gt;Here is one possible result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 505px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22440i477133B8DE823AA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can have the script loading the data I played with:&lt;/P&gt;&lt;P&gt;Wells:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;WellID, Date,Production(MCF)&lt;BR /&gt;1,10/23/2019,196&lt;BR /&gt;1,10/24/2019,126&lt;BR /&gt;1,10/25/2019,116&lt;BR /&gt;1,10/26/2019,178&lt;BR /&gt;1,10/27/2019,146&lt;BR /&gt;1,10/28/2019,128&lt;BR /&gt;2,10/23/2019,139&lt;BR /&gt;2,10/24/2019,137&lt;BR /&gt;2,10/25/2019,184&lt;BR /&gt;2,10/26/2019,116&lt;BR /&gt;2,10/27/2019,148&lt;BR /&gt;2,10/28/2019,178&lt;BR /&gt;3,10/23/2019,130&lt;BR /&gt;3,10/24/2019,144&lt;BR /&gt;3,10/25/2019,105&lt;BR /&gt;3,10/26/2019,168&lt;BR /&gt;3,10/27/2019,111&lt;BR /&gt;3,10/28/2019,167&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1640325#M731649</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2019-10-28T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Cross Table my data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1643397#M731651</link>
      <description>&lt;P&gt;Tim, did Stoyan's recommendation work for you?&amp;nbsp; If so, do not forget to return to the thread and use the Accept as Solution button on his post to give him credit for the help and to let others know things worked for you.&amp;nbsp; If you are still working on things, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Cross-Table-my-data/m-p/1643397#M731651</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-05T19:51:01Z</dc:date>
    </item>
  </channel>
</rss>

