<?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 tricky xls file to transform it in something readable by qlickview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164041#M36880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how it works? I searched thet function in my 2007 excel and could not find it, i made a google research about with no direct results, thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 21:32:20 GMT</pubDate>
    <dc:creator>hectorgarcia</dc:creator>
    <dc:date>2009-11-24T21:32:20Z</dc:date>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164039#M36878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm receiving a daily file with approx. 2000 new records in the format i show in the graphic. I'm trying to have access to the database but it will take some time and meanwhile i need to work with the file attached.&lt;/P&gt;&lt;P&gt;The file is coming in a 'pivot table format' but is not a pivot table. so many cells are coming empty and I need to populate this empty cells with the previoius value .&lt;/P&gt;&lt;P&gt;I tried several qlikview functions (crosstable, transform wizard, scripting inter records with no sucess.&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-646_sourceID:646" /&gt;using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 20:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164039#M36878</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2009-11-24T20:40:31Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164040#M36879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the populate function in Excel wizard, this should work properly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164040#M36879</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:17:20Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164041#M36880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how it works? I searched thet function in my 2007 excel and could not find it, i made a google research about with no direct results, thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164041#M36880</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2009-11-24T21:32:20Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164042#M36881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, have you tried previous() function? something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;if(isnull(Field),previous(Field),Field) as Field2&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164042#M36881</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2009-11-24T21:37:18Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164043#M36882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Qlikview Wizard to open Excel file&lt;/P&gt;&lt;P&gt;Then push the Transform button, then you can add values in the columns when missing data (up, down, left, right populate features are available)&lt;/P&gt;&lt;P&gt;Or have a look at Qlikview tutorial in the Wizard parts..&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164043#M36882</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:55:06Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164044#M36883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the file wizard in QlikView - select "Table Files" then you comes right to the File Wizard.&lt;/P&gt;&lt;P&gt;At step 2, you will find a button called "Enable Transformation Step". In there you will be able to fill empty rows.&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164044#M36883</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:55:53Z</dc:date>
    </item>
    <item>
      <title>tricky xls file to transform it in something readable by qlickview</title>
      <link>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164045#M36884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it worked......thanks, seems that i had and issue with my 8.5 SR3, I downloaded the SR6 and iy worked as you explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all the partners that replied!!!!!&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;Year&lt;/B&gt; &lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Quarter&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Month&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Week&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Day&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Resource List Level 02]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Project List Level 02]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Task List Level 02]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Class]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Actual Work Billable]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Planned Work]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Year1&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Quarter1&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Month1&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Day1&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Resource List Level 021]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;[Timesheet Project List Level 021]&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;[..\timesheet project server.xls]&lt;/B&gt; (&lt;B&gt;biff&lt;/B&gt;, &lt;B&gt;header&lt;/B&gt; &lt;B&gt;is&lt;/B&gt; &lt;B&gt;line&lt;/B&gt;, &lt;B&gt;embedded&lt;/B&gt; &lt;B&gt;labels&lt;/B&gt;, &lt;B&gt;table&lt;/B&gt; &lt;B&gt;is&lt;/B&gt; &lt;B&gt;Sheet1$&lt;/B&gt;, &lt;B&gt;filters&lt;/B&gt; &lt;P&gt;(&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(1, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(12, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;)),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(2, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(13, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;)),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(3, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(14, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;)),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(5, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(15, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;)),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(6, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(16, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;)),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ColXtr&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(7, &lt;B&gt;RowCnd&lt;/B&gt;(&lt;B&gt;Every&lt;/B&gt;), 0 &lt;P&gt;),&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Replace&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(17, &lt;B&gt;top&lt;/B&gt;, &lt;B&gt;StrCnd&lt;/B&gt;(&lt;B&gt;null&lt;/B&gt; &lt;P&gt;))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;;&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 22:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tricky-xls-file-to-transform-it-in-something-readable-by/m-p/164045#M36884</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2009-11-24T22:44:14Z</dc:date>
    </item>
  </channel>
</rss>

