<?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 ceil and set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048895#M16495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following set analysis measure - temperature conversion working on a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ceil ([FirstTemp] - [LastTemp],&amp;nbsp; 0.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to add the following to exclude some columns {$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"} &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to get this to work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with a sum, and it throws out the calculations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 13:00:32 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2016-04-04T13:00:32Z</dc:date>
    <item>
      <title>ceil and set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048895#M16495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following set analysis measure - temperature conversion working on a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ceil ([FirstTemp] - [LastTemp],&amp;nbsp; 0.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to add the following to exclude some columns {$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"} &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to get this to work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with a sum, and it throws out the calculations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048895#M16495</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2016-04-04T13:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: ceil and set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048896#M16496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Only(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"}&amp;gt;} FirstTemp) - Only(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"}&amp;gt;} LastTemp), 0.1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Only(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"}&amp;gt;} &lt;/STRONG&gt;Ceil(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FirstTemp -&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; LastTemp, 0.1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048896#M16496</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: ceil and set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048897#M16497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.33px;"&gt;Only(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$&amp;lt;CustomerFlag ={"0"}, ShipperFlag = {"0"}&amp;gt;} &lt;/STRONG&gt;Ceil(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FirstTemp -&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; LastTemp, 0.1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;worked a charm, thank you x&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048897#M16497</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2016-04-04T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ceil and set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048898#M16498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ceil-and-set-analysis/m-p/1048898#M16498</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:20:44Z</dc:date>
    </item>
  </channel>
</rss>

