<?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: If dimension is null then show other field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616224#M456398</link>
    <description>&lt;P&gt;=IF(isnull([Address 1]),TAddress1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/NULLFunctions/IsNull.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/NULLFunctions/IsNull.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2019 21:14:50 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-08-23T21:14:50Z</dc:date>
    <item>
      <title>If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616219#M456397</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a straight table that has address information on it.&lt;/P&gt;&lt;P&gt;I would like the dimension to say If(Address1) is null then display TAddress1 but it isn't working. This is my exact dimension&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(([Address 1]=null()),TAddress1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616219#M456397</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2024-11-16T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616224#M456398</link>
      <description>&lt;P&gt;=IF(isnull([Address 1]),TAddress1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/NULLFunctions/IsNull.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/NULLFunctions/IsNull.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616224#M456398</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T21:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616226#M456399</link>
      <description>&lt;P&gt;Yes, I should of put that down but I did try that already and it didn't work. Thanks Though!!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616226#M456399</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-08-23T21:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616229#M456400</link>
      <description>&lt;P&gt;Could it be that&amp;nbsp; it is not an null value?&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;IF(len([Address 1])=0,TAddress1)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616229#M456400</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T21:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616230#M456401</link>
      <description>&lt;P&gt;That didn't work either. But what do you mean that it is not a real null value?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616230#M456401</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-08-23T21:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616233#M456402</link>
      <description>&lt;P&gt;It could be just an empty string, ''.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616233#M456402</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T21:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616234#M456403</link>
      <description>&lt;P&gt;Ok. I think this works for me.&amp;nbsp;=IF(len([Address 1]=null()),TAddress1)&amp;nbsp; Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616234#M456403</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-08-23T21:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616235#M456404</link>
      <description>&lt;P&gt;That's great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, please mark this question as solved. That will guide other users right in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616235#M456404</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T21:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616270#M456405</link>
      <description>&lt;P&gt;As above, the only change I would make is not to use the isnull function which is a bit sketchy at times!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(len(Product_DESCR)&amp;lt;1,Code,Product_DESCR) as data&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2019 12:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/1616270#M456405</guid>
      <dc:creator>Timothy958</dc:creator>
      <dc:date>2019-08-24T12:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: If dimension is null then show other field</title>
      <link>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/2464802#M1225850</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; IsNull(industry)or Len(industry) &amp;lt;1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; industry,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Industry_New)&lt;BR /&gt;&lt;BR /&gt;The given solution is working fine, but it shows all the values are possible value&amp;nbsp; from the field(ex.&amp;nbsp;&lt;SPAN&gt;industry&lt;/SPAN&gt;) in the header search box.&lt;BR /&gt;In the below img, the industry is holding companies but in the search box it shows all the value&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Murugesan_0-1719210409170.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168364i2FFC4FF9D3D36C5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Murugesan_0-1719210409170.png" alt="Murugesan_0-1719210409170.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there any way to control this&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 06:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-dimension-is-null-then-show-other-field/m-p/2464802#M1225850</guid>
      <dc:creator>Murugesan</dc:creator>
      <dc:date>2024-06-24T06:43:08Z</dc:date>
    </item>
  </channel>
</rss>

