<?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 Number format in mapping load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Number-format-in-mapping-load/m-p/2065647#M87410</link>
    <description>&lt;P&gt;Hi, all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am using product ID to apply mapping load. Turns out most "Product ID" with only number, like "93040000860" can not find mapping. But I do confirm mapping list have "93040000860".&lt;/P&gt;
&lt;P&gt;I try to use Text(Trim(Product ID)) to make sure fact table and mapping table are both test format. But the mapping load with those number only is still fail.&lt;/P&gt;
&lt;P&gt;Is there another way to adjust the format of "Product ID"?&lt;/P&gt;
&lt;P&gt;#Numberformat #Mappingload&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 09:10:12 GMT</pubDate>
    <dc:creator>Cassie_L</dc:creator>
    <dc:date>2023-04-28T09:10:12Z</dc:date>
    <item>
      <title>Number format in mapping load</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-in-mapping-load/m-p/2065647#M87410</link>
      <description>&lt;P&gt;Hi, all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am using product ID to apply mapping load. Turns out most "Product ID" with only number, like "93040000860" can not find mapping. But I do confirm mapping list have "93040000860".&lt;/P&gt;
&lt;P&gt;I try to use Text(Trim(Product ID)) to make sure fact table and mapping table are both test format. But the mapping load with those number only is still fail.&lt;/P&gt;
&lt;P&gt;Is there another way to adjust the format of "Product ID"?&lt;/P&gt;
&lt;P&gt;#Numberformat #Mappingload&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-in-mapping-load/m-p/2065647#M87410</guid>
      <dc:creator>Cassie_L</dc:creator>
      <dc:date>2023-04-28T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number format in mapping load</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-in-mapping-load/m-p/2065652#M87411</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;you can try converting the product ID field to a string format using the Text()&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;However, if that doesn't work, you can try adding a leading character to the product ID field to force it to be recognized as a string. For example, you can add an apostrophe before the product ID value in your mapping table, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'93040000860&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, in your fact table, you can concatenate an apostrophe before the product ID value using the Concatenate() function, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Concatenate('',$ProductID) as ProductID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will add an apostrophe before the product ID value in your fact table, forcing it to be recognized as a string and allowing it to be matched to the mapping table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can try changing the data type of the product ID field in your fact table to a string using the appropriate data conversion function (such as ToString() or Num#()) before performing the mapping load.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-in-mapping-load/m-p/2065652#M87411</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-04-28T09:14:07Z</dc:date>
    </item>
  </channel>
</rss>

