<?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: How to replace a hyphen by a blank value in script? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835175#M68982</link>
    <description>&lt;P&gt;Ok that makes more sense.&amp;nbsp; So did what I sent work?&amp;nbsp; This is easier to read:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(isnull(Process) or Process = '-', 'Blank', Process) as Process&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 10:29:31 GMT</pubDate>
    <dc:creator>stevejoyce</dc:creator>
    <dc:date>2021-09-10T10:29:31Z</dc:date>
    <item>
      <title>How to replace a hyphen by a blank value in script?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835086#M68963</link>
      <description>&lt;P&gt;Hi Qlik community,&lt;/P&gt;&lt;P&gt;I am hoping you could help me with my issue I have been struggling with for so long now.&lt;/P&gt;&lt;P&gt;I use Qlik Sense. There are certain dimensions in Qlik Sense that have '-' . I checked whether these were null values by writing isnull(filedname). The non-null values returned Blank (what was expected) and '-' values returned '-'?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need these hyphens to have the 'Blank' value because I am applying some applymaps to calculate an additional column.&lt;/P&gt;&lt;P&gt;How do I convert them to be 'Blank' instead of being hyphen?&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 21:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835086#M68963</guid>
      <dc:creator>FreeBI</dc:creator>
      <dc:date>2021-09-09T21:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a hyphen by a blank value in script?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835087#M68964</link>
      <description>I already had a look at the existing posts regarding the same issue ,and it is not working for my case.</description>
      <pubDate>Thu, 09 Sep 2021 21:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835087#M68964</guid>
      <dc:creator>FreeBI</dc:creator>
      <dc:date>2021-09-09T21:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a hyphen by a blank value in script?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835088#M68965</link>
      <description>&lt;P&gt;&lt;SPAN&gt;doesn't isnull() return true/false.&amp;nbsp; Not sure why you are saying it returned blank or '-'... so i may not be understanding your question.&amp;nbsp; you want to treat hyphen as null, like this?...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;isnull(if(fieldname='-',null(),fieldname))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 21:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835088#M68965</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-09T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a hyphen by a blank value in script?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835089#M68966</link>
      <description>&lt;P&gt;I am applying a&amp;nbsp; condition : If(isnull(Process), 'Blank', Process) as Process&lt;/P&gt;&lt;P&gt;I am calculating another field based on that one where I do applymaps based on that PRocess field and for some records this field has hyphen as value because there are no values associated. I would like to replace this hyphen by 'Blank' or null to be able to take those lines into account in my calculated field. let me know if you would need more details.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 22:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835089#M68966</guid>
      <dc:creator>FreeBI</dc:creator>
      <dc:date>2021-09-09T22:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a hyphen by a blank value in script?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835175#M68982</link>
      <description>&lt;P&gt;Ok that makes more sense.&amp;nbsp; So did what I sent work?&amp;nbsp; This is easier to read:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(isnull(Process) or Process = '-', 'Blank', Process) as Process&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 10:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-a-hyphen-by-a-blank-value-in-script/m-p/1835175#M68982</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-10T10:29:31Z</dc:date>
    </item>
  </channel>
</rss>

