<?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: calculations with columns , but issue with null entries in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886972#M12330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this work really well for a number of scenarios&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 10:27:05 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-04-13T10:27:05Z</dc:date>
    <item>
      <title>calculations with columns , but issue with null entries</title>
      <link>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886969#M12327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two columns in a database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column one = Teaching_Session_Tutor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (This person is scheduled to teach the session)&lt;/P&gt;&lt;P&gt;Column two = Teaching_Session_Tutor_Actual (This person actually teaches the session)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue I have I want to count the sessions taught actual by tutor name, by month ect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but problem I have is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teaching_Session_Tutor column is filled in (no problems there)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but because they taught the session too ....some people have forgotten to enter the name in Teaching_Session_Tutor_Actual and it shows null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way of way of counting between these two columns, and finding the actual correct number of sessions taught by a tutor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886969#M12327</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-09T14:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: calculations with columns , but issue with null entries</title>
      <link>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886970#M12328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(isnull ([Column two]),[Column one],[Column two]) as [Colum Three]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886970#M12328</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-04-09T15:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: calculations with columns , but issue with null entries</title>
      <link>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886971#M12329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use [Column three] to count the sessions based on actual tutor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886971#M12329</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-04-09T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: calculations with columns , but issue with null entries</title>
      <link>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886972#M12330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this work really well for a number of scenarios&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 10:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculations-with-columns-but-issue-with-null-entries/m-p/886972#M12330</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-13T10:27:05Z</dc:date>
    </item>
  </channel>
</rss>

