<?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 (simple) Measuring sales ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234195#M85662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oke, I used your loading script, But it still does not work.&lt;/P&gt;&lt;P&gt;I want to load the value from "KLT_1" as Customer where if "KLT_1" is empty it should use the value from KLT as KeyCustomer.&lt;/P&gt;&lt;P&gt;So using your loading script.. KeyCustomer is still blank, where there should be visible Z06. Thats because KLT has a value of Z06 and "KLT_1" does not have a value. Do you know what I mean ? Hope so : )&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;LOAD KLT as Customer,&lt;/P&gt;&lt;P&gt;If (KLT_1='', KLT, KLT_1) as Customer,&lt;/P&gt;&lt;P&gt;FAC,&lt;/P&gt;&lt;P&gt;JAA,&lt;/P&gt;&lt;P&gt;PER,&lt;/P&gt;&lt;P&gt;OMS,&lt;/P&gt;&lt;P&gt;BEDRAG,&lt;/P&gt;&lt;P&gt;AFR,&lt;/P&gt;&lt;P&gt;REFKLA,&lt;/P&gt;&lt;P&gt;FAKMAKEN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeyCustomer KLT "KLT_1" Price&lt;/P&gt;&lt;P&gt;- Z06 - €999&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 12:19:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-11T12:19:53Z</dc:date>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234190#M85657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am builing a table that needs to show the amount of sales of an accountmanager.&lt;/P&gt;&lt;P&gt;In the customer table there is a relation between customer and accountmanager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example of my order table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;OrdeId | Customer | Customer_2 | PRICE |&lt;BR /&gt;#1 | (H01) Heineken | empty | 100€ |&lt;BR /&gt;#2 | empty | (H01) Heineken | 200€ |&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now I can check the Customer database which accountmanager is matched with Customer and output this in a field. The problem is that sometimes orders are placed when Customer is empty but Customer_2 is used.&lt;/P&gt;&lt;P&gt;I used a Load Customer as KEYCUSTOMER and looked it up in a table, which worked. But I cannot set Load Customer_2 as KEYCUSTOMER also because it gives me back errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 08:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234190#M85657</guid>
      <dc:creator />
      <dc:date>2010-10-11T08:45:35Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234191#M85658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If i understood your question correctly,&lt;/P&gt;&lt;P&gt;is it some thing lile below code..???&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;Load&lt;/B&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;Orderid,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If(Customer='', Customer2, Customer) &lt;B&gt;as&lt;/B&gt; Customer,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If(Customer2='', Customer, Customer2) &lt;B&gt;as&lt;/B&gt; Customer2,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;Price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, please send me how you want your output to be displayed.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;REn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234191#M85658</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T09:39:44Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234192#M85659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, you need to show the total sales by the account manager against particular customer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for product table u should take the account manager field and that is as same as the name of the fields in the sales table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;sales table Product Table&lt;BR /&gt;actMgrName actMgrName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then associate both table with this actMgrName field&lt;BR /&gt;and when user select the account manager name in the select box then&lt;/P&gt;&lt;P&gt;he/she can see the total sales(measure) for customer by account manager&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234192#M85659</guid>
      <dc:creator />
      <dc:date>2010-10-11T09:48:31Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234193#M85660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjit, something like that, yes!&lt;/P&gt;&lt;P&gt;I hope my loading script helps a bit by explaining what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD KLT, "KLT_1",&lt;/P&gt;&lt;P&gt;FAC,&lt;/P&gt;&lt;P&gt;JAA,&lt;/P&gt;&lt;P&gt;PER,&lt;/P&gt;&lt;P&gt;OMS,&lt;/P&gt;&lt;P&gt;BEDRAG,&lt;/P&gt;&lt;P&gt;AFR,&lt;/P&gt;&lt;P&gt;REFKLA,&lt;/P&gt;&lt;P&gt;FAKMAKEN;&lt;/P&gt;&lt;P&gt;SQL SELECT KLT,&lt;/P&gt;&lt;P&gt;FAC,&lt;/P&gt;&lt;P&gt;JAA,&lt;/P&gt;&lt;P&gt;PER,&lt;/P&gt;&lt;P&gt;OMS,&lt;/P&gt;&lt;P&gt;BEDRAG,&lt;/P&gt;&lt;P&gt;"KLT_1",&lt;/P&gt;&lt;P&gt;AFR,&lt;/P&gt;&lt;P&gt;REFKLA,&lt;/P&gt;&lt;P&gt;FAKMAKEN&lt;/P&gt;&lt;P&gt;FROM IHFAC03;&lt;/P&gt;&lt;P&gt;Where KLT and "KLT_1" stands for Customer (id's).&lt;/P&gt;&lt;P&gt;I need to have a script that loads the "KLT_1" as KeyCustomer, where when "KLT_1" is empty it loads the value of KLT as KeyCustomer. Because I use another table that matches the value in KeyCustomer to the accountmanager that is responsible for the account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to merge KLT and "KLT_1" to 1 table, where "KLT_1" is leading, and when this field it empty it fills with the value from KLT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what I mean ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234193#M85660</guid>
      <dc:creator />
      <dc:date>2010-10-11T11:20:14Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234194#M85661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;little modified my above code,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;LOAD KLT,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If (KLT_1='', KLT, KLT_1) as Customer,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;FAC,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;JAA,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;PER,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;OMS,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;BEDRAG,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;AFR,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;REFKLA,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;FAKMAKEN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the table you can select Customer and Orderid as dimension and Price as expression.&lt;/P&gt;&lt;P&gt;Please let me know if you have any issues in the above code,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234194#M85661</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T11:46:06Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234195#M85662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oke, I used your loading script, But it still does not work.&lt;/P&gt;&lt;P&gt;I want to load the value from "KLT_1" as Customer where if "KLT_1" is empty it should use the value from KLT as KeyCustomer.&lt;/P&gt;&lt;P&gt;So using your loading script.. KeyCustomer is still blank, where there should be visible Z06. Thats because KLT has a value of Z06 and "KLT_1" does not have a value. Do you know what I mean ? Hope so : )&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;LOAD KLT as Customer,&lt;/P&gt;&lt;P&gt;If (KLT_1='', KLT, KLT_1) as Customer,&lt;/P&gt;&lt;P&gt;FAC,&lt;/P&gt;&lt;P&gt;JAA,&lt;/P&gt;&lt;P&gt;PER,&lt;/P&gt;&lt;P&gt;OMS,&lt;/P&gt;&lt;P&gt;BEDRAG,&lt;/P&gt;&lt;P&gt;AFR,&lt;/P&gt;&lt;P&gt;REFKLA,&lt;/P&gt;&lt;P&gt;FAKMAKEN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeyCustomer KLT "KLT_1" Price&lt;/P&gt;&lt;P&gt;- Z06 - €999&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234195#M85662</guid>
      <dc:creator />
      <dc:date>2010-10-11T12:19:53Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234196#M85663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;i have attached an application, just go through it and get an idea.. If you still have any issues, just copy paste your code, will revert bact with the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234196#M85663</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T12:54:06Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234197#M85664</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;I have attached an example, just go through it and get an idea, if you still have any issues, just copy paste your code which you are using in your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234197#M85664</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T12:55:37Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234198#M85665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, but I still havent figuered it out. Let me begin again;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;real values in our database:&lt;/P&gt;&lt;P&gt;KLT_1(customer) KLT(billing adress) price&lt;/P&gt;&lt;P&gt;ABC News ABS News Financial Department (Accountmanager value= looks at KLT_1) &amp;gt; Adam&lt;/P&gt;&lt;P&gt;empty ABS News Financial Department (Accountmanager value=looks at empty) &amp;gt; unknown acccuntmanager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a load line that when KLT_1 is empty, KeyKLT gives ABS News Financial Department as output. So KeyKLT loads (KLT) because KLT_1 was empty.&lt;/P&gt;&lt;P&gt;So it's the same as joining ROW KLT with KLT_1, but this can only be done if KLT_1 is empty.&lt;/P&gt;&lt;P&gt;I hope I am making any sense &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 13:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234198#M85665</guid>
      <dc:creator />
      <dc:date>2010-10-11T13:30:35Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234199#M85666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just copy and paste here whatever code you typed, let me have a look at it and try to figure out where you made mistake. If you dont mind, you can attach your qvw file.&lt;/P&gt;&lt;P&gt;chill out &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 13:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234199#M85666</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T13:48:53Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234200#M85667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oke, see my Qlikview template (temp).&lt;/P&gt;&lt;P&gt;I would like to have a column that shows all the values from KLT_1 and KLT.&lt;/P&gt;&lt;P&gt;So in this case, I am looking for a load script that loads both KLT_1 and KLT in 1 column. So in this case I am looking for a colomn that loads&lt;/P&gt;&lt;P&gt;all the L00 + H01 + W01 into 1 column, lets call it KeyCustomer. Do you see my problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 14:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234200#M85667</guid>
      <dc:creator />
      <dc:date>2010-10-11T14:10:45Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234201#M85668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;just use the below code and check,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; ["KLT_1"],&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;KLT,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If(["KLT_1"]='', KLT, ["KLT_1"]) &lt;B&gt;as&lt;/B&gt; KeyCustomer&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;TOTBEG,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;AFR,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;BEDRAG,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;FAC,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;FAKMAKEN,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;JAA,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;OMS,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;PER,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;REFKLA,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;DEBCREVOO,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;Accountmanager&lt;/P&gt;&lt;P style="font-weight: bold; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;FROM&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&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;please instead of selecting KLT or KLT_1,&lt;/P&gt;&lt;P&gt;Just select KeyCustomer in the list box and see.&lt;/P&gt;&lt;P&gt;The KeyCustomer has all the values of KLT and KLT_1.&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;ren&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 14:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234201#M85668</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T14:37:33Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234202#M85669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjit, I am not looking for a selection box where all the values our shown...thats not my question.&lt;/P&gt;&lt;P&gt;I am looking for a column where KLT_1 and KLT are combined. I need to have the values of KLT_1 and KLT in 1 colomn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. LOAD "KLT_1" as KeyCustomer, KLT as KeyCustomer. But this (ofcourse) does not work. I need to join the values to one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 14:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234202#M85669</guid>
      <dc:creator />
      <dc:date>2010-10-11T14:44:50Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234203#M85670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send me your excel sheet with data.&lt;/P&gt;&lt;P&gt;Its not a selection box, you can use the KeyCustomer as a dimension too.&lt;/P&gt;&lt;P&gt;Ok. Follow this steps.&lt;/P&gt;&lt;P&gt;1. just copy my code in the load, then&lt;/P&gt;&lt;P&gt;2. execute.&lt;/P&gt;&lt;P&gt;3. right click and go to new sheet object -&amp;gt; Chart-&amp;gt;select Straight table&lt;/P&gt;&lt;P&gt;4. in Dimension give KeyCustomer&lt;/P&gt;&lt;P&gt;4. In Expression give Price.&lt;/P&gt;&lt;P&gt;5. give apply and ok.&lt;/P&gt;&lt;P&gt;6. you will get a table without any empty fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you execute the data, forget about KLT and KLT_1.&lt;/P&gt;&lt;P&gt;Concentrate on KeyCustomer.&lt;/P&gt;&lt;P&gt;If you still have issue, please send me your excel sheet.&lt;/P&gt;&lt;P&gt;i will do it and send it back to you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 19:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234203#M85670</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T19:31:45Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234204#M85671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not a selection box, i told you to just check using a list box,&lt;/P&gt;&lt;P&gt;If you want KeyCustomer as a column, only in a pivot or a straight table you can bring KeyCustomer as Column.&lt;/P&gt;&lt;P&gt;Thats why i explained you, how to bring KeyCustomer in a Pivot table or a straight table.&lt;/P&gt;&lt;P&gt;When you bring KeyCustomer in a listbox its a list box, when u bring KeyCustomer in a Table, it acts as a column.&lt;/P&gt;&lt;P&gt;In Qlikview, even the colun can be drill downed. so no matter if your field is in a list box or in a pie chart or in a tables.&lt;/P&gt;&lt;P&gt;Please send me the excel file, i will finish y0our doubts you have.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 19:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234204#M85671</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-11T19:40:06Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234205#M85672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't completely understand.. I have attached a screenshot to make things a bit clearer.&lt;/P&gt;&lt;P&gt;I used a pivot table with Keycustomer as dimensions, but I am still missing sales amount. Check the screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234205#M85672</guid>
      <dc:creator />
      <dc:date>2010-10-12T11:04:53Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234206#M85673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;Try this below code, it would definetly work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;EM&gt;Customer:&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; KLT,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;KLT_1,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If( isnull(KLT_1), KLT, KLT_1) &lt;B&gt;as&lt;/B&gt; KeyCustomer,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;Amount,&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;AccountManager&lt;/P&gt;&lt;P style="font-weight: bold; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;FROM&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;Customer.xlsx&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;(ooxml, embedded labels, table is Ark1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching an application tooo..&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234206#M85673</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-12T12:49:27Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234207#M85674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I am sending the excel sheet too, for your clarification.&lt;/P&gt;&lt;P&gt;in some cases, &lt;STRONG&gt;Isnull&lt;/STRONG&gt; function works.&lt;/P&gt;&lt;P&gt;You can change your coding accordingly,&lt;/P&gt;&lt;P&gt;Basically&lt;/P&gt;&lt;P&gt;If(Isnull(["KLT_1"], KLT, ["KLT_1"]) as KeyCustomer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234207#M85674</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-12T12:53:35Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234208#M85675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Renjit,&lt;/P&gt;&lt;P&gt;My complete problem we talked about was, that i cannot match the correct Accountmanager to an order line. That is because my lookup table for accountmanager looks at "KLT" and not all my sales revenue is 100% linked to KLT. It is 90% KLT_1 and 10% KLT. This has something to do with our administration department. I thought that it would be easy to make a new column that where if KLT_1 was empty, it would put the value in for KLT. So then if I was to lookup the Accountmanager I could use KeyCustomer as reference. Despite our efforts this does not seem to work. Maybe we can try another approach ???&lt;/P&gt;&lt;P&gt;The problem is Accountmanager should be matched with KLT_1, and if this cell is empty, it needs to lookup the name of the accountmanager with KLT.&lt;/P&gt;&lt;P&gt;Perhaps there is another approach.. I don't really need all the values of KLT_1 and if KLT=null, do KLT in KeyCustomer. I am having a table (TBNVT) that contains the name of an accountmanager. I need to match this with KLT or KLT_1. Do you know a way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klanten:&lt;/P&gt;&lt;P&gt;LOAD KLT as KeyCustomer,&lt;/P&gt;&lt;P&gt;NAAM as Klantnaam,&lt;/P&gt;&lt;P&gt;TBNVT, TBNEK;&lt;/P&gt;&lt;P&gt;SQL SELECT KLT,&lt;/P&gt;&lt;P&gt;NAAM, TBNVT, TBNEK&lt;/P&gt;&lt;P&gt;FROM ISBKLT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabellen:&lt;/P&gt;&lt;P&gt;LOAD TBNVT,&lt;/P&gt;&lt;P&gt;"TBNVT_oms" as Accountmanager;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM TBNVT;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, that in this situation Qlikview only looks at KLT .. and it needs to match the Accountmanager with KLT_1 or is KLT_1 is null it needs to match KLT. Do you know what I mean ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 07:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234208#M85675</guid>
      <dc:creator />
      <dc:date>2010-10-14T07:51:35Z</dc:date>
    </item>
    <item>
      <title>(simple) Measuring sales ?</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234209#M85676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chris,&lt;/P&gt;&lt;P&gt;i think, if i understood your scenario correctly,&lt;/P&gt;&lt;P&gt;you can try something like this&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;If(AccountManager=KLT_1, AccountManager, if(AccountManager=KLT, KLT)) &lt;B&gt;as&lt;/B&gt; AccountManager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have some problem,&lt;/P&gt;&lt;P&gt;Send me a dummy data in excel,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 10:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Measuring-sales/m-p/234209#M85676</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-14T10:37:42Z</dc:date>
    </item>
  </channel>
</rss>

