<?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: Nuul as Others in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384028#M31635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that but not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2017 06:55:03 GMT</pubDate>
    <dc:creator>rathnam_qv</dc:creator>
    <dc:date>2017-08-11T06:55:03Z</dc:date>
    <item>
      <title>Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384026#M31633</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;I have two fields one is coming from database and the second one coming from Excel. Joining these two using code and pulling these two fields into Table. For field1 there are few nulls in field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign those nulls as Others in the field2. How to achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 06:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384026#M31633</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-08-11T06:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384027#M31634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Perhaps something like: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(IsNull('Field2'),'Others','Field2')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 06:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384027#M31634</guid>
      <dc:creator>Ivan_Bozov</dc:creator>
      <dc:date>2017-08-11T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384028#M31635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that but not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 06:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384028#M31635</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-08-11T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384029#M31636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Len(trim(('Field2'))=0,'Others','Field2')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or post some sample data or a sample app&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sasi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 07:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384029#M31636</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-11T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384030#M31637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I just checked and it works if the tables are joined in the script. Small example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15024390469872303 jive_text_macro" jivemacro_uid="_15024390469872303" modifiedtitle="true"&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Supplier,&lt;/P&gt;
&lt;P&gt;Country&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[Supplier,Country&lt;/P&gt;
&lt;P&gt;A,China&lt;/P&gt;
&lt;P&gt;B,Japan]&lt;/P&gt;
&lt;P&gt;(Delimiter is ',');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Outer Join Load&lt;/P&gt;
&lt;P&gt;Supplier,&lt;/P&gt;
&lt;P&gt;Code&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[Supplier,Code&lt;/P&gt;
&lt;P&gt;A,CN]&lt;/P&gt;
&lt;P&gt;(Delimiter is ',');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="173150" alt="Table.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173150_Table.PNG" style="width: 620px; height: 141px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 08:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384030#M31637</guid>
      <dc:creator>Ivan_Bozov</dc:creator>
      <dc:date>2017-08-11T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384031#M31638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi Rathnam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use these two tables auto link together, like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-08-11_161415.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173147_2017-08-11_161415.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then you can try&lt;SPAN style="font-size: 10pt;"&gt; the following expressions, these two both work effectively.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(aggr(isnull(Field_B),Field_A),'Other',Field_B)&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;if(aggr(len(Field_B),Field_A)=0,'Other',Field_B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-08-11_161614.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/173148_2017-08-11_161614.png" style="height: 340px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 08:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384031#M31638</guid>
      <dc:creator />
      <dc:date>2017-08-11T08:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384032#M31639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Exactly working as i expected. To give Correct Answer i am not seeing that option in Actions so, i gave Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rathnam,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 10:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384032#M31639</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-08-11T10:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384033#M31640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in dim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(filed),Dim)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 10:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384033#M31640</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-08-11T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nuul as Others</title>
      <link>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384034#M31641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Rathnam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;My pleasure!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Nina&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nuul-as-Others/m-p/1384034#M31641</guid>
      <dc:creator />
      <dc:date>2017-08-11T15:46:15Z</dc:date>
    </item>
  </channel>
</rss>

