<?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 how to make null as all existing values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518843#M193760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement in which Region field if null from table 1 means all Region values from table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have table Sales with Region a,b,c,d and i have one more table called access which aslo have Region field and if Region is null then it has to take all Region values from Saes i.e a,b,c,d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is their any way to generate this type of table in script. and it's not just Region field i have couple of other fields with same scenario and all this fields are from same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 01:37:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-16T01:37:58Z</dc:date>
    <item>
      <title>how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518843#M193760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement in which Region field if null from table 1 means all Region values from table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have table Sales with Region a,b,c,d and i have one more table called access which aslo have Region field and if Region is null then it has to take all Region values from Saes i.e a,b,c,d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is their any way to generate this type of table in script. and it's not just Region field i have couple of other fields with same scenario and all this fields are from same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 01:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518843#M193760</guid>
      <dc:creator />
      <dc:date>2014-01-16T01:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518844#M193761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Applymap function. But on what logic to define the region for the row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 02:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518844#M193761</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-01-16T02:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518845#M193762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Region as Region&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access:&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;Region as %Region&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;Null() as %Region&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 03:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518845#M193762</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-16T03:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518846#M193763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find better explanation here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3451"&gt;http://community.qlik.com/docs/DOC-3451&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 03:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518846#M193763</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-16T03:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518847#M193764</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;Can you come up with some sample file and example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Region as Region,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Access:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load distinct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Region,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Region as RegionTemp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Table2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Len(Trim()) &amp;gt; 0;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Access)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load distinct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Region,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Null() as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RegionTemp (Instead of Null() use 'All' AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RegionTemp&amp;nbsp; it is more meaningful&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use RegionTemp as filter, Hope this helps you.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 04:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518847#M193764</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-16T04:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to make null as all existing values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518848#M193765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use can use apply function&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;mapping&amp;nbsp; load field1,field2 resident from ur loaded table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load field3,field4,field5,field6,&lt;/P&gt;&lt;P&gt;applymap('TableA','field2 ') as field7 from ur qvd&lt;/P&gt;&lt;P&gt;or u can u these generic keys&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3451"&gt;http://community.qlik.com/docs/DOC-3451&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 05:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-null-as-all-existing-values/m-p/518848#M193765</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-16T05:08:21Z</dc:date>
    </item>
  </channel>
</rss>

