<?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: How to Identify vendor based on campaign Name? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474614#M1122854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Campaign,&lt;/P&gt;&lt;P&gt;Clicks&lt;/P&gt;&lt;P&gt;from Campaign_master.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Load Campaign, Vendor,Spends&lt;/P&gt;&lt;P&gt;fro Vendor;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a chart may be straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with dimensions as Campaign, Vendor&lt;/P&gt;&lt;P&gt;and expression as sum(clicks) and sum(spends).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have not understood your requirement, please provide the excel files with sample data , not original data and what is your output required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 12:18:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-07T12:18:26Z</dc:date>
    <item>
      <title>How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474610#M1122850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first post here so don't be too harsh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded 2 excel sheets to Qlikview. In one sheet I have a column called "Campaign Name" which basically has names of different campaigns and their clicks. In another sheet i have the names of Vendors along with the spends for those Vendors. Multiple "Campaign names" can have a single vendor, but no campaign name will have more than one vendor. So I basically want to add another column in the first sheet which basically does a vlookup of the campaign name with the vendor name. What is the best way to do this? Would i need to add another excel with just campaign names and vendors which forms a kind of reference list (like vlookup?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the replies beforehand!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474610#M1122850</guid>
      <dc:creator />
      <dc:date>2014-01-07T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474611#M1122851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel sheets are not attached here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just do left join in qlikview, this will serve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474611#M1122851</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-07T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474612#M1122852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Nilesh Gangurde wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Excel sheets are not attached here.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;just do left join in qlikview, this will serve the purpose.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-Nilesh&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, but can you elaborate on it a bit? should I attach the actual excels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474612#M1122852</guid>
      <dc:creator />
      <dc:date>2014-01-07T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474613#M1122853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If posible please attach the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474613#M1122853</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-07T12:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474614#M1122854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Campaign,&lt;/P&gt;&lt;P&gt;Clicks&lt;/P&gt;&lt;P&gt;from Campaign_master.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Load Campaign, Vendor,Spends&lt;/P&gt;&lt;P&gt;fro Vendor;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a chart may be straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with dimensions as Campaign, Vendor&lt;/P&gt;&lt;P&gt;and expression as sum(clicks) and sum(spends).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have not understood your requirement, please provide the excel files with sample data , not original data and what is your output required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474614#M1122854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-07T12:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474615#M1122855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this will help you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474615#M1122855</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-07T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to Identify vendor based on campaign Name?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474616#M1122859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Manish Kachhia wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;As far as there is a common field between them, there is no need to do join... it will automatically do natural join&lt;/P&gt;
&lt;P&gt;Please check enclosed document which might help you...&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;if you are unable to open due to having personal edition of qlikview....&lt;/P&gt;
&lt;P&gt;do something as below script&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Campaign Name, Vendor&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN01, Ven01&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN02, Ven01&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN03, Ven02&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN04, Ven03&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN05, Ven04&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN06, Ven04&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CN07, Ven05&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Vendor, VendorName&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ven01, Vendor 01&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ven02, Vendor 02&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ven03, Vendor 03&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ven04, Vendor 04&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ven05, Vendor 05&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Manish and everyone else!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Super Happy to see such helpful responses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached are the 3 excels. As you can see, there is no direct field which is common between the campaign and the spends sheet , so attached another excel for the reference sheet. This sheet is available on a daily basis so any solution which incorporates this will probably be best. I dont want to have a direct vendor detail code written in the script as sometimes the campaigns are &amp;gt;200 with new campaigns being added everyday, changing the script everyday would not be optimal. Also to be kept in mind is &amp;lt;Null&amp;gt; where the clicks have come through none of the vendors, how to take care of that possibility in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the responses in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 12:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Identify-vendor-based-on-campaign-Name/m-p/474616#M1122859</guid>
      <dc:creator />
      <dc:date>2014-01-07T12:41:04Z</dc:date>
    </item>
  </channel>
</rss>

