<?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: Coverting data in proper format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647063#M237013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14111150448069791 jive_macro_code" jivemacro_uid="_14111150448069791"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;CrossTable(MonthText, Data,1)&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Managers, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Daryl, 12, 23, 10, 9, 24, 13, 19, 11, 15, 21, 10, 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thomas, 8, 10, 12, 15, 18, 21, 19, 16, 13, 10, 8, 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Martin, 9, 12, 15, 18, 21, 24, 22, 20, 18, 16, 14, 12&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Table)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(MonthText,'MMM')) as Month&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field MonthText;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to let the Month field be dual in the first place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 08:16:26 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-09-19T08:16:26Z</dc:date>
    <item>
      <title>Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647058#M237008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="906"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="74"&gt;Managers&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Jan&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Feb&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Mar&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Apr&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;May&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Jun&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Jul&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Aug&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Sep&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Oct&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Nov&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Dec&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Daryl&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;23&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;9&lt;/TD&gt;&lt;TD align="right"&gt;24&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;19&lt;/TD&gt;&lt;TD align="right"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;TD align="right"&gt;21&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;179&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Thomas&lt;/TD&gt;&lt;TD align="right"&gt;8&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;TD align="right"&gt;18&lt;/TD&gt;&lt;TD align="right"&gt;21&lt;/TD&gt;&lt;TD align="right"&gt;19&lt;/TD&gt;&lt;TD align="right"&gt;16&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;8&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;TD align="right"&gt;165&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Martin&lt;/TD&gt;&lt;TD align="right"&gt;9&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;TD align="right"&gt;18&lt;/TD&gt;&lt;TD align="right"&gt;21&lt;/TD&gt;&lt;TD align="right"&gt;24&lt;/TD&gt;&lt;TD align="right"&gt;22&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;TD align="right"&gt;18&lt;/TD&gt;&lt;TD align="right"&gt;16&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;201&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to convert above data in proper format so that I can create bar chart based on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 07:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647058#M237008</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647059#M237009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;CrossTable(Month, Data,1)&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Managers, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec&lt;/P&gt;&lt;P&gt;&amp;nbsp; Daryl, 12, 23, 10, 9, 24, 13, 19, 11, 15, 21, 10, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thomas, 8, 10, 12, 15, 18, 21, 19, 16, 13, 10, 8, 15&lt;/P&gt;&lt;P&gt;&amp;nbsp; Martin, 9, 12, 15, 18, 21, 24, 22, 20, 18, 16, 14, 12 &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Create a Bar Chart&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Managers&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Sort Tab&lt;/P&gt;&lt;P&gt;Select Month&lt;/P&gt;&lt;P&gt;Write below in expression =Date#(Month,'MMM')&lt;/P&gt;&lt;P&gt;now you can sort by Numeric Ascending or Descending Order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647059#M237009</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647060#M237010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try CrossTable like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CrossTable(Month, Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This converts the data in below format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Managers&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647060#M237010</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T08:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647061#M237011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use cross table option for this using file wizad.Select Qualifier Name,Attribute name and Data Name as your requirment.After that you can create bar char&amp;nbsp; by taking Manager and Month as Dimension and Sum(data) as Exp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaa.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67182_aaa.png" style="width: 620px; height: 382px;" /&gt;&lt;/P&gt;&lt;P&gt;Regadrs&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647061#M237011</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-19T08:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647062#M237012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Both It is working fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &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, 19 Sep 2014 08:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647062#M237012</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647063#M237013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14111150448069791 jive_macro_code" jivemacro_uid="_14111150448069791"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;CrossTable(MonthText, Data,1)&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Managers, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Daryl, 12, 23, 10, 9, 24, 13, 19, 11, 15, 21, 10, 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thomas, 8, 10, 12, 15, 18, 21, 19, 16, 13, 10, 8, 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Martin, 9, 12, 15, 18, 21, 24, 22, 20, 18, 16, 14, 12&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Table)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(MonthText,'MMM')) as Month&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field MonthText;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to let the Month field be dual in the first place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647063#M237013</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-19T08:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647064#M237014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647064#M237014</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-19T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647065#M237015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My origional data in below format.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//[Subarea Department], &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;// [Subarea Direct], &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Subarea VP/Director]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Subarea Director/Manager]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;/*[Subarea Manager], &lt;BR /&gt; [Subarea Owner], &lt;BR /&gt; Subarea, &lt;BR /&gt; [Funding Type], &lt;BR /&gt; [Funding Portfolio], &lt;BR /&gt; [Funding Budget Level 2], &lt;BR /&gt; [Funding Budget Level 3], &lt;BR /&gt; [Project Owner Department], &lt;BR /&gt; [Project Owner Direct], &lt;BR /&gt; [Project Owner VP/Director], &lt;BR /&gt; [Project Owner Director/Manager], &lt;BR /&gt; [Project Owner Manager], &lt;BR /&gt; [Project Owner Subarea Owner], &lt;BR /&gt; [Project Owner Subarea],*/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Resource Manager Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Resource Manager ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Resource Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Resource ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Employee Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Vendor&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Onshore&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;/*[Role Category], &lt;BR /&gt; [Company Number], &lt;BR /&gt; [Department Number], &lt;BR /&gt; Facility, */&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Project ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Project Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;/* [Capitalization PCT], &lt;BR /&gt; [Project Class], &lt;BR /&gt; [Project Gate], &lt;BR /&gt; [Project Phase], &lt;BR /&gt; [Project Role], */&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Project Manager Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Project Manager ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Task Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Task ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Task Category]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//[Run Date], &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Skills&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//Position, &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//[Temp Date (start)], &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 1]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Jan&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 2]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Feb&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 3]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Mar&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 4]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Apr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 5]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;May&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 6]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Jun&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 7]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Jul&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 8]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Aug&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 9]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sep&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 10]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Oct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 11]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Nov&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Month 12]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Dec&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//[Month Totals], &lt;BR /&gt;from data source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Can u plz suggest how to apply cross table for above data &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647065#M237015</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647066#M237016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CrossTable(Month,Data,19)&lt;/P&gt;&lt;P&gt;Load * Form TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647066#M237016</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T11:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647067#M237017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a m getting less number of rows the resulting rows should be origional rows*12.&lt;/P&gt;&lt;P&gt;Plz currect me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647067#M237017</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647068#M237018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide me sample data ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647068#M237018</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647069#M237019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be because all null values would be removed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647069#M237019</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647070#M237020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are aroung 65000 rows so it was excepting to get 65000&lt;/P&gt;&lt;P&gt;*12 rows, but I am getting around 1,11000 rows.But when I checked table structure after creation of cross table values were assigned properly.(By using Ctrl T).&lt;/P&gt;&lt;P&gt;Is this right or wrong plz suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647070#M237020</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T12:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647071#M237021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that your Months (jan, feb, march....) dont have null values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647071#M237021</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647072#M237022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there are null values what would have to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647072#M237022</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-19T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647073#M237023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak, can you provide me sample data of around 5-10 lines...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 13:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647073#M237023</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T13:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Coverting data in proper format</title>
      <link>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647074#M237024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using file wizard for creating cross table.It will read all the data within your sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 10:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coverting-data-in-proper-format/m-p/647074#M237024</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-21T10:02:32Z</dc:date>
    </item>
  </channel>
</rss>

