<?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: Blank record in calculated field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Blank-record-in-calculated-field/m-p/121559#M8451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Boon, you have to use &lt;STRONG&gt;wildmatch()&lt;/STRONG&gt; for every field. So, it would be&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;STRONG&gt;If(WildMatch([State], '* *') and WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Title], '*Mr*'&lt;/SPAN&gt;), 'Unknown')&lt;/STRONG&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;But as for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;blank values, i'd do it differently &lt;/SPAN&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;STRONG&gt;If(len([State]) = 0 and WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Title], '*Mr*'&lt;/SPAN&gt;), 'Unknown')&lt;/STRONG&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Aug 2018 12:10:13 GMT</pubDate>
    <dc:creator>andrey_krylov</dc:creator>
    <dc:date>2018-08-26T12:10:13Z</dc:date>
    <item>
      <title>Blank record in calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Blank-record-in-calculated-field/m-p/121558#M8450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my calculated field formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(WildMatch([State],'* *',[Title],'*Mr*'),'Unknown',)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If the field State is blank with no data and the field Title is ‘Mr’ then I want the calculated field to display ‘Unknown’ for that record.&amp;nbsp; I don’t think I have the correct syntax for the blank field with no data, can you help?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 01:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Blank-record-in-calculated-field/m-p/121558#M8450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-25T01:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blank record in calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Blank-record-in-calculated-field/m-p/121559#M8451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Boon, you have to use &lt;STRONG&gt;wildmatch()&lt;/STRONG&gt; for every field. So, it would be&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;STRONG&gt;If(WildMatch([State], '* *') and WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Title], '*Mr*'&lt;/SPAN&gt;), 'Unknown')&lt;/STRONG&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;But as for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;blank values, i'd do it differently &lt;/SPAN&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;STRONG&gt;If(len([State]) = 0 and WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Title], '*Mr*'&lt;/SPAN&gt;), 'Unknown')&lt;/STRONG&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 12:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Blank-record-in-calculated-field/m-p/121559#M8451</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-08-26T12:10:13Z</dc:date>
    </item>
  </channel>
</rss>

