<?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 Problem when use Mapping with RowNo() for Input fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-when-use-Mapping-with-RowNo-for-Input-fields/m-p/277853#M103514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to mapping the Input Fields with the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;INPUTFIELD BR_Code_IOC_Code, Branch_Number;&lt;/P&gt;&lt;P&gt;branchMap:&lt;/P&gt;&lt;P&gt;MAPPING&lt;/P&gt;&lt;P&gt;LOAD BR_Code_IOC_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Number&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;branchMap.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map BR_Number using branchMap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD GL_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InsideOutside_Country_Indicator, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost_Center_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Code&amp;amp;Cost_Center_Code&amp;amp;InsideOutside_Country_Indicator AS BR_Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount_in_Country_Reporting_Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Snapshot_Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[GGL Table.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is an error "MAPPING requires 2-column input"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to delete RowNo() statement, and it works.&lt;/P&gt;&lt;P&gt;Seem like I cant use function Mapping with RowNo() for Input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Dec 2011 17:01:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-04T17:01:44Z</dc:date>
    <item>
      <title>Problem when use Mapping with RowNo() for Input fields</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-when-use-Mapping-with-RowNo-for-Input-fields/m-p/277853#M103514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to mapping the Input Fields with the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;INPUTFIELD BR_Code_IOC_Code, Branch_Number;&lt;/P&gt;&lt;P&gt;branchMap:&lt;/P&gt;&lt;P&gt;MAPPING&lt;/P&gt;&lt;P&gt;LOAD BR_Code_IOC_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Number&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;branchMap.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map BR_Number using branchMap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD GL_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InsideOutside_Country_Indicator, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost_Center_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch_Code&amp;amp;Cost_Center_Code&amp;amp;InsideOutside_Country_Indicator AS BR_Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount_in_Country_Reporting_Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Snapshot_Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[GGL Table.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is an error "MAPPING requires 2-column input"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to delete RowNo() statement, and it works.&lt;/P&gt;&lt;P&gt;Seem like I cant use function Mapping with RowNo() for Input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 17:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-when-use-Mapping-with-RowNo-for-Input-fields/m-p/277853#M103514</guid>
      <dc:creator />
      <dc:date>2011-12-04T17:01:44Z</dc:date>
    </item>
    <item>
      <title>Problem when use Mapping with RowNo() for Input fields</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-when-use-Mapping-with-RowNo-for-Input-fields/m-p/277854#M103515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pattarav.s,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a bit confused:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - where have you placed your rowno() function, I can't find it in your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - I believe the mapping table won't exist anymore after your script execution, so why do you use INPUTFIELD on fields in the mapping table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if you say it works, it works in what way, what is your expectation here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 18:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-when-use-Mapping-with-RowNo-for-Input-fields/m-p/277854#M103515</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-04T18:08:17Z</dc:date>
    </item>
  </channel>
</rss>

