<?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 Excel load unmerge cells with new value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260103#M1181848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Realised that I should have used the Wizard all along I got it going on now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million for your help really appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2012 14:42:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-09T14:42:24Z</dc:date>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260097#M1181842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="IDs Merge.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/10187_IDs+Merge.bmp" /&gt;&lt;/P&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading over 600 excel sheets into QV ( Its a data sorting project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is one of the columns Q ,[ Review Date],is merged ( randomly 3,2,7,8 lines)&lt;/P&gt;&lt;P&gt;See sample above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using either a Macro or Formula to unmerge and bring the correct values into the column,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Sub UnMergeA()&lt;/P&gt;&lt;P dir="ltr"&gt;With Range("B2:B" &amp;amp; Cells(Rows.Count, "A").End(xlUp).Row)&lt;/P&gt;&lt;P dir="ltr"&gt;.MergeCells = False&lt;/P&gt;&lt;P dir="ltr"&gt;With .SpecialCells(xlCellTypeBlanks)&lt;/P&gt;&lt;P dir="ltr"&gt;.Value = .Value&lt;/P&gt;&lt;P dir="ltr"&gt;.FormulaR1C1 = "=R[-1]C"&lt;/P&gt;&lt;P dir="ltr"&gt;End With&lt;/P&gt;&lt;P dir="ltr"&gt;End With&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 dir="ltr"&gt;End Sub&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;It unmerges the cell and if the cell is blank looks to the cells above and takes the value of that cell and populates it in, if it is not blnak it retains value.&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;See Result below&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;IMG alt="Ids Unmerge.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/10188_Ids+Unmerge.bmp" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;I dont relish doing this for 600 sheets before the load, is it possible to write this as part of the load code in QV?&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;Thanks &lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 12:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260097#M1181842</guid>
      <dc:creator />
      <dc:date>2012-01-09T12:20:33Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260098#M1181843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be possible within the load filter, try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Field1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Map1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Table1, &lt;STRONG&gt;filters(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(2, top, StrCnd(null)&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could easily create the correct filter with the assistant, enable transformation step, check out FILL filter option tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 12:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260098#M1181843</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-09T12:29:33Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260099#M1181844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im getting the following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bad Zip File&lt;BR /&gt;LOAD [Account Line], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Next Annual Review Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Table1, filters(&lt;/P&gt;&lt;P&gt;Replace(2, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it because i amended the script incorrectly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 13:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260099#M1181844</guid>
      <dc:creator />
      <dc:date>2012-01-09T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260100#M1181845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ooxml format specifier is for Excel2010 ( .xlsx) files. If you are trying to open an older Excel / .xls file. I think biff is the format to specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Account Line], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Next Annual Review Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Table1, filters(&lt;/P&gt;&lt;P&gt;Replace(2, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also that embedded labels and Table1 is appropriate for your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 13:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260100#M1181845</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-09T13:33:54Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260101#M1181846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a mill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load is now completing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to I build it within the table !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to actually enable the filter !&lt;/P&gt;&lt;P&gt;Thanks so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260101#M1181846</guid>
      <dc:creator />
      <dc:date>2012-01-09T14:31:35Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260102#M1181847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure what you mean with enabling the filter? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter should be enabled if you state a filter like &lt;/P&gt;&lt;P&gt;..filters(Replace(2, top, StrCnd(null).. &lt;/P&gt;&lt;P&gt;in your format specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I missed something that we need to consider for your setting, the table wizard should help you to create the correct filter. Have you tried the wizard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260102#M1181847</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-09T14:41:29Z</dc:date>
    </item>
    <item>
      <title>Excel load unmerge cells with new value</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260103#M1181848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Realised that I should have used the Wizard all along I got it going on now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million for your help really appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-unmerge-cells-with-new-value/m-p/260103#M1181848</guid>
      <dc:creator />
      <dc:date>2012-01-09T14:42:24Z</dc:date>
    </item>
  </channel>
</rss>

