<?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: expr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227856#M850614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tressco &lt;/P&gt;&lt;P&gt;you first statement worked fine &lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(Dept),'brand',Dept) as Fieldname&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 11:29:42 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2017-03-17T11:29:42Z</dc:date>
    <item>
      <title>expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227847#M850605</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;Hi in the script level iam trying to replace the null va;ues in Dept by brand , can anyone suggest if below statement is correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if(IsNull(Dept),'brand',Dept),&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227847#M850605</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227848#M850606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&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: 13px;"&gt;&lt;EM&gt;if(IsNull(Dept),'brand',Dept) as Fieldname&lt;/EM&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;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&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, better to deal with not-null spaces or other invisible characters try like:&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;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;EM&gt;if(Len(Trim(Dept))&lt;STRONG&gt;=&lt;/STRONG&gt;0,'brand',Dept) as Fieldname&lt;/EM&gt;&lt;/EM&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;&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;Assuming Dept is a field and you want it's value to be called as 'brand'. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227848#M850606</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-17T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227849#M850607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Dept is a field and when ever there is null value in Dept it should be named as brand, if no null then as it is .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227849#M850607</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-03-17T06:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227850#M850608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the above solutions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227850#M850608</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-17T06:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227851#M850609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;if(Len(Trim(Dept))&amp;gt;0,'brand',Dept) as Fieldname&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;with all respect, i'am perplexed with above condition that would give a desired output.&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;That shud be '=0' or '&amp;gt;0' ?&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Nitin.&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&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;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227851#M850609</guid>
      <dc:creator>nitin_01</dc:creator>
      <dc:date>2017-03-17T07:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227852#M850610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are spot on. Corrected my post above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227852#M850610</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-17T07:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227853#M850611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hahah...&lt;/P&gt;&lt;P&gt;we follow you..:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227853#M850611</guid>
      <dc:creator>nitin_01</dc:creator>
      <dc:date>2017-03-17T07:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227854#M850612</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;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(Dept)&amp;lt;=0,'brand',Dept)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227854#M850612</guid>
      <dc:creator>aapurva09</dc:creator>
      <dc:date>2017-03-17T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227855#M850613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&amp;nbsp;&amp;nbsp;&amp;nbsp; If(len(Dept)=0,Brand,Dept) as NewField,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is working else I will provide other solution.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;jaydeep &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227855#M850613</guid>
      <dc:creator />
      <dc:date>2017-03-17T07:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: expr</title>
      <link>https://community.qlik.com/t5/QlikView/expr/m-p/1227856#M850614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tressco &lt;/P&gt;&lt;P&gt;you first statement worked fine &lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(Dept),'brand',Dept) as Fieldname&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 11:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expr/m-p/1227856#M850614</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-03-17T11:29:42Z</dc:date>
    </item>
  </channel>
</rss>

