<?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 Value could not be converted in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Value-could-not-be-converted/m-p/1772277#M5650</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I tried to move a QLIKview document to sense, but it brings an error:&lt;/P&gt;&lt;P&gt;In a loop tables from different mandators should be loaded. In the first step, i create an empty table:&lt;/P&gt;&lt;P&gt;qualify *; //Postfix für Tabellennamen&lt;/P&gt;&lt;P&gt;// Reset all data:&lt;BR /&gt;workareas: load '' as Dummya Autogenerate(0);&lt;BR /&gt;orders: load '' as Dummyb Autogenerate(0);&lt;/P&gt;&lt;P&gt;Then I start the loop along the before loaded tablellist:&lt;/P&gt;&lt;P&gt;For i = 1 to $(vfound_tables)-1&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;let vfile=peek('av.name',$(i), 'tablelist');&lt;BR /&gt;let vtab= peek('Tabelle',$(i), 'tablelist');&lt;BR /&gt;let vmand=peek('mand',$(i), 'tablelist');&lt;BR /&gt;let BJahr=Mid('$(vfile)', index('$(vfile)','_')-4,4);&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;$(vtab):&lt;BR /&gt;Concatenate ($(vtab))&lt;BR /&gt;LOAD&lt;BR /&gt;Num#($(vmand),'#0') as mandator,&lt;BR /&gt;$(Byear) as Byear,&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SQL Select * From "dbo"."$(vfile)";&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;If mod(i,10) = 0 Then&lt;BR /&gt;trace tableNr. ($(i) geladen von $(vfound_tables));&lt;BR /&gt;Endif&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error by the first table in trying to concat data in the loop:&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The fllowing Error occured:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;The value 'System.Byte[]' could not be converted to type double&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The Error occured here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Workareas:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Concatenate (Workareas)&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;LOAD&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;Num#(1,'#0') as mandator,&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;2011 as Byear,&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;*&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Any Ideas that can help?&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Best Regards&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Daniel&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Jan 2021 15:12:19 GMT</pubDate>
    <dc:creator>d_schneider</dc:creator>
    <dc:date>2021-01-06T15:12:19Z</dc:date>
    <item>
      <title>Value could not be converted</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Value-could-not-be-converted/m-p/1772277#M5650</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I tried to move a QLIKview document to sense, but it brings an error:&lt;/P&gt;&lt;P&gt;In a loop tables from different mandators should be loaded. In the first step, i create an empty table:&lt;/P&gt;&lt;P&gt;qualify *; //Postfix für Tabellennamen&lt;/P&gt;&lt;P&gt;// Reset all data:&lt;BR /&gt;workareas: load '' as Dummya Autogenerate(0);&lt;BR /&gt;orders: load '' as Dummyb Autogenerate(0);&lt;/P&gt;&lt;P&gt;Then I start the loop along the before loaded tablellist:&lt;/P&gt;&lt;P&gt;For i = 1 to $(vfound_tables)-1&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;let vfile=peek('av.name',$(i), 'tablelist');&lt;BR /&gt;let vtab= peek('Tabelle',$(i), 'tablelist');&lt;BR /&gt;let vmand=peek('mand',$(i), 'tablelist');&lt;BR /&gt;let BJahr=Mid('$(vfile)', index('$(vfile)','_')-4,4);&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;$(vtab):&lt;BR /&gt;Concatenate ($(vtab))&lt;BR /&gt;LOAD&lt;BR /&gt;Num#($(vmand),'#0') as mandator,&lt;BR /&gt;$(Byear) as Byear,&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SQL Select * From "dbo"."$(vfile)";&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;If mod(i,10) = 0 Then&lt;BR /&gt;trace tableNr. ($(i) geladen von $(vfound_tables));&lt;BR /&gt;Endif&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error by the first table in trying to concat data in the loop:&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The fllowing Error occured:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;The value 'System.Byte[]' could not be converted to type double&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The Error occured here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Workareas:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Concatenate (Workareas)&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;LOAD&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;Num#(1,'#0') as mandator,&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;2011 as Byear,&lt;/DIV&gt;&lt;DIV class="edc_error lia-indent-padding-left-30px"&gt;*&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Any Ideas that can help?&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Best Regards&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Daniel&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Jan 2021 15:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Value-could-not-be-converted/m-p/1772277#M5650</guid>
      <dc:creator>d_schneider</dc:creator>
      <dc:date>2021-01-06T15:12:19Z</dc:date>
    </item>
  </channel>
</rss>

