<?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: A in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/A/m-p/357587#M132683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see the NullAsValue function, the only function which is shown under "Null" category is IsNull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 16:55:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-18T16:55:01Z</dc:date>
    <item>
      <title>A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357584#M132680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to add another field to dimension other than the existing values of the column in the dataset. For example, I have attached a sample qvw . Here I have filters on the left side likie region, lsm_type , store_format. Now let us pick one filter say lsm_type : When I select only one region(values = inland, westerncape) and I do not select any value in store_format , the values include all the combinations of store_format. I want to include another field in the dimension store_format called no field selected, selecting which will give me results which are aggregated at only LSM_type filter and does not include store_format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have suggestions to implement this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not clear, please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357584#M132680</guid>
      <dc:creator />
      <dc:date>2012-06-18T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357585#M132681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function: NullAsValue [Field Name];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will replace the nulls in your field with a zero-length string, making it selectable.&amp;nbsp; You could also replace the nulls in your entire application with something else:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue = 'N/A';&lt;/P&gt;&lt;P&gt;NullAsValue [Field Name];&lt;/P&gt;&lt;P&gt;NullAsNull *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357585#M132681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T14:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357586#M132682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just want to do it for one list box. So, can I add this as an expression , if not where do we add the function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 16:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357586#M132682</guid>
      <dc:creator />
      <dc:date>2012-06-18T16:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357587#M132683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see the NullAsValue function, the only function which is shown under "Null" category is IsNull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 16:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357587#M132683</guid>
      <dc:creator />
      <dc:date>2012-06-18T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357588#M132684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe NullAsValue is script-side only.&amp;nbsp; Not sure if there is a way to accomplish what you want in the front-end.&amp;nbsp; Maybe somebody else has a tip?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 17:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357588#M132684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T17:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: A</title>
      <link>https://community.qlik.com/t5/QlikView/A/m-p/357589#M132685</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;Even on the edit script page, I tried to add this function but it does not recognise. Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 17:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A/m-p/357589#M132685</guid>
      <dc:creator />
      <dc:date>2012-06-18T17:24:12Z</dc:date>
    </item>
  </channel>
</rss>

