<?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 format the rows? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234300#M856100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked. Can you explain what you did in the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 23:16:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-08T23:16:15Z</dc:date>
    <item>
      <title>How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234292#M856092</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;I want the rows(Even rows) that contain 'CUSIP:XXXXX' to be in a new column side by to the odd rows. Ex: CUSIP no. of 2nd row with row-1 in new column. How can I do that? and I want to remove only the value(not entire row or column )in column-1&amp;amp;row no.28 'CL A'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152398_Capture.JPG" style="height: 434px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234292#M856092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234293#M856093</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;Upload sample data and a worked example of the expected output for the community to assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 07:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234293#M856093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234294#M856094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached the Sample data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Vishnu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152402_Capture.JPG" style="height: 434px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 08:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234294#M856094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T08:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234295#M856095</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;In your Script, please use the following lines just before the original load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestTable:&lt;/P&gt;&lt;P&gt;LOAD * where len(YourColumn1) &amp;gt;0;&lt;/P&gt;&lt;P&gt;load *, if(Mod(RecNum,2)=0,YourColumn3,'N.A.') as DerivedCol;&lt;/P&gt;&lt;P&gt;LOAD RecNo() as RecNum,*;&lt;/P&gt;&lt;P&gt;//LOAD Your Original Columns here;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 09:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234295#M856095</guid>
      <dc:creator />
      <dc:date>2017-02-08T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234296#M856096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How exactly do you want the output to look like? your description is a bit confusing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 09:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234296#M856096</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-08T09:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234297#M856097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/222843"&gt;vvrchilukoori&lt;/A&gt;‌ like this? added CSUIP next to Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="row_to_col.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152388_row_to_col.PNG" style="height: 210px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 10:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234297#M856097</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-08T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234298#M856098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , the 1st 4 rows in description belong to same company Facebook. So I want make a separate column which contains CUSIP and remove the row that contains 'CL A' and 'UNSOLICITED'.&lt;/P&gt;&lt;P&gt;Example : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Old format:&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;FACEBOOK INC&lt;/P&gt;&lt;P&gt;CL A&lt;/P&gt;&lt;P&gt;CUSIP:3030M102&lt;/P&gt;&lt;P&gt;UNSOLICITED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Format:&lt;/P&gt;&lt;P&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSIP&lt;/P&gt;&lt;P&gt;FACEBOOK INC&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;3030M102&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 16:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234298#M856098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234299#M856099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the Existing script during FACT: table load just add a where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT:.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.Resident&lt;/P&gt;&lt;P&gt;WHERE len(DATE)&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all that is needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234299#M856099</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-08T18:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234300#M856100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked. Can you explain what you did in the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 23:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234300#M856100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T23:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234301#M856101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First we create a groupkey, which identifies what rows of data are related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We then use the groupkey to lookup cusip values using Applymap ()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment the load scripts for the different tables and reload&amp;nbsp; to see what is happening in each table load , it'll be easier to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 06:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234301#M856101</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-09T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to format the rows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234302#M856102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you mark a response as correct and close the thread please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-format-the-rows/m-p/1234302#M856102</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-09T07:19:27Z</dc:date>
    </item>
  </channel>
</rss>

