<?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 Null Results in a Dimension - Selectable and Nameable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81229#M5370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi, Good Afternoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When building a dimension, i would like that the null results could have one name of my choice, and that these Null results could be selected.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the tests i made didn't work well but here is what i have tried,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If ( IsNull ( [Campo1]),'Sem informação', [Campo1] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fernando Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2018 16:28:02 GMT</pubDate>
    <dc:creator>ptl14495</dc:creator>
    <dc:date>2018-03-23T16:28:02Z</dc:date>
    <item>
      <title>Null Results in a Dimension - Selectable and Nameable</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81229#M5370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi, Good Afternoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When building a dimension, i would like that the null results could have one name of my choice, and that these Null results could be selected.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the tests i made didn't work well but here is what i have tried,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If ( IsNull ( [Campo1]),'Sem informação', [Campo1] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fernando Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81229#M5370</guid>
      <dc:creator>ptl14495</dc:creator>
      <dc:date>2018-03-23T16:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Null Results in a Dimension - Selectable and Nameable</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81230#M5371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you perform this in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;If(IsNull([Campo1]), 'Sem informação', [Campo1]) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;[Campo1]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81230#M5371</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-23T16:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Null Results in a Dimension - Selectable and Nameable</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81231#M5372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your fast response.&lt;/P&gt;&lt;P&gt;I am not confortable in doing this in the scrit. &lt;/P&gt;&lt;P&gt;I am doing this as a Dimension. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Fernando Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81231#M5372</guid>
      <dc:creator>ptl14495</dc:creator>
      <dc:date>2018-03-26T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Null Results in a Dimension - Selectable and Nameable</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81232#M5373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;and that these Null results could be selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't do something like Sunny suggested (or &lt;SPAN style="font-size: 13.3333px;"&gt;NullasValue) &lt;/SPAN&gt;in script, you will not be able to select the nulls, regardless of the how you calculate the dimension. Selections on a calculated dimensions are always applied to the underlying fields and you cannot select the nulls in the underlying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81232#M5373</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-26T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Null Results in a Dimension - Selectable and Nameable</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81233#M5374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Results-in-a-Dimension-Selectable-and-Nameable/m-p/81233#M5374</guid>
      <dc:creator>ptl14495</dc:creator>
      <dc:date>2018-03-26T09:07:51Z</dc:date>
    </item>
  </channel>
</rss>

