<?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: Displaying dates vertically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454344#M1162060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celambarasan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you guys so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 00:12:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-20T00:12:52Z</dc:date>
    <item>
      <title>Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454339#M1162055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 dates in my Parent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a Task, the values coming are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disv_Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Int_Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LiveDate&lt;/P&gt;&lt;P&gt;01/02/2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/02/2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03/02/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my requirement is to display them as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disv_date&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/02/2012&lt;/P&gt;&lt;P&gt;Int_Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/02/2012&lt;/P&gt;&lt;P&gt;Livedate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03/02/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Inline Load, i can make date column like&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[Make_Date&lt;/P&gt;&lt;P&gt;Disv&lt;/P&gt;&lt;P&gt;Int&lt;/P&gt;&lt;P&gt;Live];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give me dates/text vertically. I can resident load my main table to get the above 3 dates&lt;/P&gt;&lt;P&gt;but how to a make them such that the format looks like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disv_date&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/02/2012&lt;/P&gt;&lt;P&gt;Int_Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/02/2012&lt;/P&gt;&lt;P&gt;Livedate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03/02/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 18:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454339#M1162055</guid>
      <dc:creator />
      <dc:date>2012-12-19T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454340#M1162056</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Dimension,Date,1)&lt;/P&gt;&lt;P&gt;lOAD RowNo() as&amp;nbsp; Row, * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Disv_Date,Int_Date,LiveDate&lt;/P&gt;&lt;P&gt;01/02/2012,02/02/2012,03/02/2012 &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 21:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454340#M1162056</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-19T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454341#M1162057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Disv_Date,Int_Date,LiveDate&lt;/P&gt;&lt;P&gt;01/02/2012,02/02/2012,03/02/2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ResultTable:&lt;/P&gt;&lt;P&gt;LOAD 'Disv_Date' AS Key, Disv_Date AS Value&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;MainTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'Int_Date' AS Key, Int_Date AS Value&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;MainTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'LiveDate' AS Key, LiveDate AS Value&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;MainTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 21:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454341#M1162057</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-12-19T21:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454342#M1162058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your requirement is just to display the three dates vertically, you may create a straight table chart with no dimensions and the following dates as three expresions with 'No Totals' selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Disv_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Int_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LiveDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;An example is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 00:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454342#M1162058</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-12-20T00:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454343#M1162059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil:&lt;/P&gt;&lt;P&gt;This worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 00:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454343#M1162059</guid>
      <dc:creator />
      <dc:date>2012-12-20T00:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454344#M1162060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celambarasan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you guys so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 00:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454344#M1162060</guid>
      <dc:creator />
      <dc:date>2012-12-20T00:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying dates vertically</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454345#M1162061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishnamoorthy:&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i need. I did exactly like you did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;except that yours is Inline load and mine is coming from the table but still i don't get the format like yours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 00:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-dates-vertically/m-p/454345#M1162061</guid>
      <dc:creator />
      <dc:date>2012-12-20T00:22:02Z</dc:date>
    </item>
  </channel>
</rss>

