<?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: Is my replace expression working or not? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474750#M556441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thing is when i turn OFF the suppress null value option in the graph properties the bug actually dissapears and i get a correct looking layer of brown nothingness on top of my graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 14:39:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-12T14:39:11Z</dc:date>
    <item>
      <title>Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474747#M556438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm new to qlikview and testing some things out with the demo version of qlikview. We will be purchasing the real version next year so i wanted to get a headstart as i will be in charge of implementing qlikview for our company. The idea is that the dimension 'UK' is replaced with 'EU'(this works) and that blank dimensions are replaced with the value '_NVT'.(this seems to work only partly)&lt;/P&gt;&lt;P&gt;So i have tried the following script lines to clean up some of our data. But none of them seem to work, or are they?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;replace&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;replace&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;"Gen_ Bus_ Posting Group"&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;null&lt;/SPAN&gt;(),'_NVT') ,'UK','EU') as &lt;SPAN style="color: #800000;"&gt;"Global Dimension"&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;replace&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;isnull&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;"Gen_ Bus_ Posting Group"&lt;/SPAN&gt;)=0, &lt;SPAN style="color: #800000;"&gt;"Gen_ Bus_ Posting Group"&lt;/SPAN&gt;, 'BINNENL') ,'UK','EU') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;"Global Dimension"&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;replace&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;"Gen_ Bus_ Posting Group"&lt;/SPAN&gt;)=0,'_NVT') ,'UK','EU') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;"Global Dimension"&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried repalce &lt;SPAN style="color: #0000ff;"&gt;isnull&lt;/SPAN&gt;() with ' ' and 0 but i have been unable to fix it still. &lt;/P&gt;&lt;P&gt;I cannot share the qlikview file as it includes a lot of our companies' sensitive information.&lt;/P&gt;&lt;P&gt;The end result can be observed in the attached printscreen.&lt;/P&gt;&lt;P&gt;I am unable to select the brown part of the graph and by filtering i can actually see that there are no longer any values containing blank dimensions. So im guessing it sort of works, but why is my graph going wrong? and is there something i can do about it, preferably id not have the empty dimension display at all, so how would i go about doing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474747#M556438</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474748#M556439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;if(len(trim("Gen_Bus_Posting Group"))=0,'_NVT', replace("Gen_Bus_Posting Group",'UK','EU')) as "Global Dimension"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Null values cannot be selected in Qlikview. That's why you can't select the brown areas. Replacing nulls with real values is a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474748#M556439</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-12T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474749#M556440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think in chart you have to check on&amp;nbsp; suppress null value for dimension side &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474749#M556440</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-12T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474750#M556441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thing is when i turn OFF the suppress null value option in the graph properties the bug actually dissapears and i get a correct looking layer of brown nothingness on top of my graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474750#M556441</guid>
      <dc:creator />
      <dc:date>2013-07-12T14:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474751#M556442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the swift reply, i combined both your replies and this fixed the problem. When using my own line the suppress option would bug out, but with your line it doesnt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474751#M556442</guid>
      <dc:creator />
      <dc:date>2013-07-12T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is my replace expression working or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474752#M556443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, False Alarm, i got excited too fast, its still not gone T.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-my-replace-expression-working-or-not/m-p/474752#M556443</guid>
      <dc:creator />
      <dc:date>2013-07-12T14:47:12Z</dc:date>
    </item>
  </channel>
</rss>

