<?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 conditional mapping in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513962#M105410</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope you guys can help me with this problem. Usually, I can find what I'm looking for in existing questions, but not this time.&lt;/P&gt;
&lt;P&gt;I'm using QlikSense desktop version. I have an App where I need to look at payments that we receive. I'm using mapping in the editor, looks like this:&lt;/P&gt;
&lt;P&gt;[IBANMapping]:&lt;BR /&gt;MAPPING LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;IBANMapping-FROM,IBANMapping-TO&lt;BR /&gt;AT71xxxxx,CustomerA&lt;BR /&gt;AT83xxxxx,CustomerB&lt;BR /&gt;AT94xxxxx,CustomerC&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Now the problem is, there is one IBAN that could be two different customers. The only way to keep them apart is by the amount of money (loaded as [Betrag]) they paid. So if it's less than 5K it's CustomerX and if it's higher, it's CustomerY.&lt;/P&gt;
&lt;P&gt;Is there any way to include that into the loading script? I'm stuck here, unfortunately.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Sandra&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2025 06:10:56 GMT</pubDate>
    <dc:creator>Sandra5</dc:creator>
    <dc:date>2025-04-11T06:10:56Z</dc:date>
    <item>
      <title>conditional mapping</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513962#M105410</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope you guys can help me with this problem. Usually, I can find what I'm looking for in existing questions, but not this time.&lt;/P&gt;
&lt;P&gt;I'm using QlikSense desktop version. I have an App where I need to look at payments that we receive. I'm using mapping in the editor, looks like this:&lt;/P&gt;
&lt;P&gt;[IBANMapping]:&lt;BR /&gt;MAPPING LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;IBANMapping-FROM,IBANMapping-TO&lt;BR /&gt;AT71xxxxx,CustomerA&lt;BR /&gt;AT83xxxxx,CustomerB&lt;BR /&gt;AT94xxxxx,CustomerC&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Now the problem is, there is one IBAN that could be two different customers. The only way to keep them apart is by the amount of money (loaded as [Betrag]) they paid. So if it's less than 5K it's CustomerX and if it's higher, it's CustomerY.&lt;/P&gt;
&lt;P&gt;Is there any way to include that into the loading script? I'm stuck here, unfortunately.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Sandra&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 06:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513962#M105410</guid>
      <dc:creator>Sandra5</dc:creator>
      <dc:date>2025-04-11T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: conditional mapping</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513977#M105414</link>
      <description>&lt;P&gt;You may add a simple 0/1 information to your lookup-value, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[IBANMapping]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MAPPING LOAD * INLINE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IBANMapping-FROM,IBANMapping-TO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AT71xxxxx_0,CustomerA1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AT71xxxxx_1,CustomerA2&lt;BR /&gt;AT83xxxxx_1,CustomerB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AT94xxxxx_1,CustomerC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then including the querying within the call, like:&lt;/P&gt;&lt;P&gt;applymap('&lt;SPAN&gt;IBANMapping&lt;/SPAN&gt;', IBAN &amp;amp; '_' &amp;amp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;if(IBAN = '&lt;SPAN&gt;AT71xxxxx', if(Amount &amp;lt; 10000, 0, 1), 1), 'Default') as X&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 07:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513977#M105414</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-04-11T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: conditional mapping</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513983#M105415</link>
      <description>&lt;P&gt;Thank you so much! That worked perfectly. You made my day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 07:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-mapping/m-p/2513983#M105415</guid>
      <dc:creator>Sandra5</dc:creator>
      <dc:date>2025-04-11T07:54:10Z</dc:date>
    </item>
  </channel>
</rss>

