<?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: Replacing dash with empty in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806270#M65582</link>
    <description>&lt;P&gt;Thanks Juan for that idea. But unfortunately that did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't we do it in the chart level?&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 18:23:32 GMT</pubDate>
    <dc:creator>jpjust</dc:creator>
    <dc:date>2021-05-07T18:23:32Z</dc:date>
    <item>
      <title>Replacing dash with empty in table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806255#M65580</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have a simple table.&lt;/P&gt;&lt;P&gt;User&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App&amp;nbsp; &amp;nbsp; &amp;nbsp; User Access last used NA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;User Access Last used EMEA&lt;/P&gt;&lt;P&gt;User A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Test&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 03/21/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;User B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Test A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 05/04/2021&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to fill the dash with blank. To achieve that I tried using the below expression in the app but did not take the effect.&lt;/P&gt;&lt;P&gt;=if(isnull([User Access Last Used NA]),'',timeStamp([User Access Last Used NA], 'DD/MM/YYYY'))&lt;/P&gt;&lt;P&gt;I tried some thing like this and did not work either.&lt;/P&gt;&lt;P&gt;=if([User Access Last Used]='-','',timeStamp([User Access Last Used], 'DD/MM/YYYY'))&lt;/P&gt;&lt;P&gt;Can some one please take a look and advice?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 16:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806255#M65580</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-05-07T16:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing dash with empty in table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806256#M65581</link>
      <description>&lt;P&gt;Hi, you can convert those "dash" values to nulls, probably the best way to ignore those values in calculations:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;NullAsValue [User Access Last Used NA];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;Set NullValue = '-';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;LOAD [User Access Last Used NA],&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;&amp;nbsp; other fields&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;from yourdatasource;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 17:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806256#M65581</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-05-07T17:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing dash with empty in table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806270#M65582</link>
      <description>&lt;P&gt;Thanks Juan for that idea. But unfortunately that did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't we do it in the chart level?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 18:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806270#M65582</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-05-07T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing dash with empty in table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806398#M65593</link>
      <description>&lt;P&gt;I thought you want to omit those values from your tables. In case you want to replace '-' (dash symbol) in your charts, you have to take into account it is used for nulls and missing values, so you will have to check both conditions, for example:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#008000"&gt;If(IsNull(EmptyIsNull(&lt;SPAN&gt;[User Access Last Used NA]&lt;/SPAN&gt;)), '',&amp;nbsp;&lt;SPAN&gt;[User Access Last Used NA])&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;JG&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 12:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-dash-with-empty-in-table/m-p/1806398#M65593</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-05-09T12:32:51Z</dc:date>
    </item>
  </channel>
</rss>

