<?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: Segregating nulls among registers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71930#M771815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Sunny...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2018 17:18:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-23T17:18:37Z</dc:date>
    <item>
      <title>Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71925#M771810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello everyone&lt;/STRONG&gt;, I'm new to Qlickview and I'm trying to automate an excel spreadsheet via qlick, rather than a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating ifs to assign a value to the Customer field, depending on the conditions.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if [Customer_Code] = '5' or [Customer_Code] = '5B' or [Customer_Code] = '5XS' or [Customer_Code] = '6XS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ([Customer_Code] = '7' or [Customer_Code] = '7B', 'Customer B', ...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (IsNull (Customer_Code), 'NULL') as &lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The question is: there are some NULLS, a variable amount, I wanted when the values were null, that I make a distribution as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Of all NULLS, 2/3 is assigned to Client A, and the rest 1/3, 50% for Client B and 50% for Client C.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do this because I use another column for financial control and this column is segregated by client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71925#M771810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71926#M771811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 10:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71926#M771811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-23T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71927#M771812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some sample data with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 11:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71927#M771812</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-23T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71928#M771813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny, sure!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As follows, my output needs to be the sum of a cost column, [EXE RATEIO V FORTE], displayed in the dynamic table.&lt;/P&gt;&lt;P&gt;The values for NULL in the column Customer should be split into the, Customer A, B and C registers, following the rule:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of all NULLS, 2/3 go for Customer A, and the 1/3 left split 50% for Customer B and 50% for Customer C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so I can map the whole cost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your attention Sunny...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 13:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71928#M771813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-23T13:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71929#M771814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Customer_Temp = 'NULL', Pick(Mod(AutoNumber(RowNo(), Customer_Temp), 6)+1, 'Customer C', 'Customer A', 'Customer A', 'Customer A', 'Customer A', 'Customer B'), Customer_Temp) as Customer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD [EXE RATEIO V_FORTE], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lote, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantidade, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Estq Esp], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compr, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Plan Centro Principal], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_Code,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Customer_Code] = '5' or [Customer_Code] = '5B' or [Customer_Code] = '5XS' or [Customer_Code] = '6XS', 'Customer A',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Customer_Code] = '7' or [Customer_Code] = '7B', 'Customer B',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Customer_Code] = 'BC', 'Customer C', 'NULL'))) as Customer_Temp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[Line Items.xls]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is [LINE ITEMS$]);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203224_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 14:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71929#M771814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-23T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Segregating nulls among registers</title>
      <link>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71930#M771815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Sunny...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 17:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Segregating-nulls-among-registers/m-p/71930#M771815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-23T17:18:37Z</dc:date>
    </item>
  </channel>
</rss>

