<?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 If Isnull in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-Isnull/m-p/1967865#M79781</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a pivot table. With field 'Buisness' as a dimension. I then have date.month in column with values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then have fields which contain reward payments. I have columns called LeadTimeReward and LeadTimeMissed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I want to happen is for my table to show the LeadTimeReward as standard, then, if null, return LeadTimeMissed as value in Red Bold font. Can anyone please help?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 15:45:22 GMT</pubDate>
    <dc:creator>Scott_Data</dc:creator>
    <dc:date>2022-08-11T15:45:22Z</dc:date>
    <item>
      <title>If Isnull</title>
      <link>https://community.qlik.com/t5/App-Development/If-Isnull/m-p/1967865#M79781</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a pivot table. With field 'Buisness' as a dimension. I then have date.month in column with values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then have fields which contain reward payments. I have columns called LeadTimeReward and LeadTimeMissed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I want to happen is for my table to show the LeadTimeReward as standard, then, if null, return LeadTimeMissed as value in Red Bold font. Can anyone please help?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 15:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Isnull/m-p/1967865#M79781</guid>
      <dc:creator>Scott_Data</dc:creator>
      <dc:date>2022-08-11T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: If Isnull</title>
      <link>https://community.qlik.com/t5/App-Development/If-Isnull/m-p/1967908#M79784</link>
      <description>&lt;P&gt;Assuming there's no aggregation related issues, you could use Coalesce(LeadTimeReward,LeadTimeMissed) as your measure. Your color formula might be if(IsNull(LeadTimeReward),Red()).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 17:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Isnull/m-p/1967908#M79784</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-11T17:14:21Z</dc:date>
    </item>
  </channel>
</rss>

