<?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 Re: Generate eMail for each supplier to differetn recepient in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802099#M32059</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215"&gt;@wunderch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;STRONG&gt;Recipient&amp;nbsp;&lt;/STRONG&gt;table, you can try like below&lt;/P&gt;&lt;P&gt;Load SubField(Letter, ',') as Letter, RecipientMail from yourRecipienttableName;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1619173216713.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53550i115396DA6D8E3E9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1619173216713.png" alt="MayilVahanan_0-1619173216713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then you can map recipient table with supplier table based on Letter field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 10:20:49 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-04-23T10:20:49Z</dc:date>
    <item>
      <title>Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802088#M32058</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I want to do the following:&lt;/P&gt;&lt;P&gt;I have 3 Tables:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Recipient&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Letter&lt;/TD&gt;&lt;TD&gt;RecipientMail&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A,B,C&lt;/TD&gt;&lt;TD&gt;john.winter@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D,E,F&lt;/TD&gt;&lt;TD&gt;sam.smith@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Supplier&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Letter&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Mail&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Angel Gmbh&lt;/TD&gt;&lt;TD&gt;a.angel@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Beta AG&lt;/TD&gt;&lt;TD&gt;b.beta@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;Devil KG&lt;/TD&gt;&lt;TD&gt;d.devil@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;Easter Gmbh&lt;/TD&gt;&lt;TD&gt;e.easter@xxx.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Orders&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Supplier&lt;/TD&gt;&lt;TD&gt;Order&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Angel Gmbh&lt;/TD&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Beta AG&lt;/TD&gt;&lt;TD&gt;158&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Devil KG&lt;/TD&gt;&lt;TD&gt;874&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Easter GmbH&lt;/TD&gt;&lt;TD&gt;438&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to generate for each Supplier an eMail to the RecipientMail.&lt;/P&gt;&lt;P&gt;How ca I do this???&lt;/P&gt;&lt;P&gt;Ok, I can get one Mail to the RecipientMail with an Order-xlsx-Attachment for each Supplier (thats easy), but i need&amp;nbsp; one mail for each supplier with one xlsx-Attachment for Order&lt;/P&gt;&lt;P&gt;Hope you can understand my problem.&lt;/P&gt;&lt;P&gt;Thanks for answers!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 09:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802088#M32058</guid>
      <dc:creator>wunderch</dc:creator>
      <dc:date>2021-04-23T09:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802099#M32059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215"&gt;@wunderch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;STRONG&gt;Recipient&amp;nbsp;&lt;/STRONG&gt;table, you can try like below&lt;/P&gt;&lt;P&gt;Load SubField(Letter, ',') as Letter, RecipientMail from yourRecipienttableName;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1619173216713.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53550i115396DA6D8E3E9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1619173216713.png" alt="MayilVahanan_0-1619173216713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then you can map recipient table with supplier table based on Letter field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 10:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802099#M32059</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-04-23T10:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802105#M32060</link>
      <description>&lt;P&gt;Thanks for your quick answer, but my problem is not the datamodel in Qlik.&lt;/P&gt;&lt;P&gt;My Problem is how to generate an email for each supplier in NPrinting???&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 10:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802105#M32060</guid>
      <dc:creator>wunderch</dc:creator>
      <dc:date>2021-04-23T10:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802111#M32061</link>
      <description>&lt;P&gt;The way I would do it is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for each supplier you need to create NPrinting user (this will allow you to have a filter which you may want to associate with supplier to filter only its own data)&lt;/LI&gt;&lt;LI&gt;each supplier user can have 3 Alternate Email Properties which you can fill up with RecipientMail&lt;/LI&gt;&lt;LI&gt;Add your suppliers to a task recipients and in email section use fore example Alternate Email 1 as recipient of email which will be RecipientMail email.&lt;/LI&gt;&lt;LI&gt;NPrinitng will create individual report for each user=supplier but will send it to alternate email&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;this is described here: &lt;A href="https://nprintingadventures.com/2020/06/17/small-big-change-dynamic-email-address/" target="_blank"&gt;https://nprintingadventures.com/2020/06/17/small-big-change-dynamic-email-address/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and documented here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/February2021/Content/NPrinting/DistributionSchedulesAutomation/DistributingReportsbyEmail.htm#anchor-2" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/February2021/Content/NPrinting/DistributionSchedulesAutomation/DistributingReportsbyEmail.htm#anchor-2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thats it&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802111#M32061</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-04-23T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802931#M32077</link>
      <description>&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;thanks for your answer. I've tested your solution and this is exactly what I needed.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 05:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802931#M32077</guid>
      <dc:creator>wunderch</dc:creator>
      <dc:date>2021-04-27T05:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generate eMail for each supplier to differetn recepient</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802996#M32081</link>
      <description>&lt;P&gt;great to know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; cheers&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 08:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Generate-eMail-for-each-supplier-to-differetn-recepient/m-p/1802996#M32081</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-04-27T08:25:35Z</dc:date>
    </item>
  </channel>
</rss>

