<?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 If-Function / Simples Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261536#M499027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a better layout of your source data at least for us? Also, what end result are you trying to achieve? What is the purpose of having each Brand in its own column within the source data? Could that be better accomplished in the chart itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 21:57:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-06T21:57:00Z</dc:date>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261527#M499014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;How i can create an expression to define a Column Title based in a conditional.&lt;/P&gt;&lt;P&gt;Sample that i have tryed, but without success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE ([Brand], [Quantity], 2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;F1 as PRODUCT,&lt;/P&gt;&lt;P&gt;BRAND1,&lt;/P&gt;&lt;P&gt;BRAND2, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(PRODUCT="TLB", BRAND3, OTHERS)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks for any reply&lt;/P&gt;&lt;P&gt;Danilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 14:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261527#M499014</guid>
      <dc:creator />
      <dc:date>2011-07-06T14:50:31Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261528#M499016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Danilo,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please try this...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;IF(PRODUCT='TLB', 'BRAND3', 'OTHERS') AS PRODUCT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Cheers - DV&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;&lt;EM&gt;﻿&lt;/EM&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261528#M499016</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-07-06T20:24:24Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261529#M499017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; D V,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but not is this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look my complete code...if you see any problem, please tell-me.&lt;/P&gt;&lt;P&gt;ps.: without conditional, loads run =/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FlashAux]:&lt;/P&gt;&lt;P&gt; CROSSTABLE([Brand], [Quantity],2)&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; F1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Product],&lt;/P&gt;&lt;P&gt;&amp;nbsp; makedate($(ano),$(mes)) AS [Date],&lt;/P&gt;&lt;P&gt; [BRAD 1],&lt;/P&gt;&lt;P&gt; BRAND2,&lt;/P&gt;&lt;P&gt; IF(Product='TLB','BRAND3', 'OTHERS') as Product,&lt;/P&gt;&lt;P&gt; BRAND4,&lt;/P&gt;&lt;P&gt; BRAND5,&lt;/P&gt;&lt;P&gt; BRAND6,&lt;/P&gt;&lt;P&gt; BRAND7,&lt;/P&gt;&lt;P&gt; BRAND8,&lt;/P&gt;&lt;P&gt; BRAND9,&lt;/P&gt;&lt;P&gt; OTHERS&lt;/P&gt;&lt;P&gt;FROM [Flash Market\Flash$(var).xls]...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Danilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261529#M499017</guid>
      <dc:creator />
      <dc:date>2011-07-06T20:38:33Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261530#M499019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What is the error message? Instead of Product, have you tried using F1 in the function condition. I mean you can't use the alias name with the same load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261530#M499019</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-07-06T20:44:17Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261531#M499020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; DV,&lt;/P&gt;&lt;P&gt;as you have oriented, i need use F1 instead of Product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But another problem was &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;appeared.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;The field was&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;loaded into&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;different table.&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;For it&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;should have been&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;loaded at&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;Brands a&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;long with&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;Brand4&lt;/SPAN&gt;&lt;SPAN title="Clique para mostrar traduções alternativas"&gt;, 5 and&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;so on&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN title="Clique para mostrar traduções alternativas"&gt;, but&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;was loaded in&lt;/SPAN&gt; &lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;Quantity.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps" title="Clique para mostrar traduções alternativas"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt; What to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261531#M499020</guid>
      <dc:creator />
      <dc:date>2011-07-06T20:57:57Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261532#M499022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you want to do is change your If statement to: IF(F1 = 'TLB','BRAND3','OTHERS') as Brand3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 has yet to be renamed to Product when your if statement executes so you need to reference it as it is in the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, does Brand1-9 exist as fields in the xls file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261532#M499022</guid>
      <dc:creator />
      <dc:date>2011-07-06T21:05:52Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261533#M499023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt; Is it possible for you to share the QV document? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261533#M499023</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-07-06T21:07:44Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261534#M499025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I think Leonard is right. figures crossed that should resolve the issue.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261534#M499025</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-07-06T21:09:24Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261535#M499026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Unfortunally i can't share the QV file, because not is mine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem now, is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My conditional was filling the table Quantity insteat of Brand.&lt;/P&gt;&lt;P&gt;I tryed change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;([Brand], [Quantity],2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;CROSSTABLE(if([Brand]='BRAND3' and [Product]='TLB', 'BRAND3','OTHERS'), [Quantity],2)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Tks again&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;-----﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261535#M499026</guid>
      <dc:creator />
      <dc:date>2011-07-06T21:18:35Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261536#M499027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a better layout of your source data at least for us? Also, what end result are you trying to achieve? What is the purpose of having each Brand in its own column within the source data? Could that be better accomplished in the chart itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261536#M499027</guid>
      <dc:creator />
      <dc:date>2011-07-06T21:57:00Z</dc:date>
    </item>
    <item>
      <title>If-Function / Simples Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261537#M499028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Leonard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try explain better;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I need import or load one crosstable that have the fallowing information below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brand in one line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Products in colomns, side by side and above quantity's of sell's in number of units&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have 3 informations: Brand, Products and Unit Qty's (CROSSTABLE).&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 464px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" width="85"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="114"&gt;WHEEL LOADER&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="74"&gt;GRANDER&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="64"&gt;DOZER&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="63"&gt;TLB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;BRAND1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;BRAND2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: medium none;"&gt;BRAND3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the example above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i import this table as a CROSSTABLE, QlikView create 3 tables; Quantity, Product and Brand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the way that we have tryed, the field BRAND with this conditional will be load in table Quantity, that is my problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic behide this is when the product be TLB so BRAND3 can be BRAND3, but if product not be TLB use OTHERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this time has achieved explain better..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Function-Simples-Question/m-p/261537#M499028</guid>
      <dc:creator />
      <dc:date>2011-07-07T18:48:34Z</dc:date>
    </item>
  </channel>
</rss>

