<?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: Set Analysis Question - Bring in Data for Null Value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393150#M32149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny - Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;I was had it unchecked and I could not use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;ReasonDidNotBill = {"*"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I even explored this awesome wizard:&lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But still no luck&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 00:50:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-13T00:50:37Z</dc:date>
    <item>
      <title>Set Analysis Question - Bring in Data for Null Value</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393148#M32147</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;First of all - you guys are all awesome, I appreciate any help i get!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Back story:&lt;/STRONG&gt; I have a view that pulls all the sales for the company, the commission is based on whether the product gets billed for two months. So we have a field that pulls in the second month("&lt;STRONG&gt;SecondMonthBill&lt;/STRONG&gt;") bill date to show a commission for that account. The column is null if they didn't convert that account to a second month bill.The management would like to see who didn't convert that account, so we pulled in the "&lt;STRONG&gt;ReasonDidNotBill"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problems:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;(1)How can i run analysis that just shows all the non second month into a sheet. &lt;/P&gt;&lt;P&gt;(2)excluding dates on second month bill.I'd like to use a pie chart and bring in all the "&lt;STRONG&gt;ReasonDidNotBill" &lt;/STRONG&gt;but when i do, it brings in "-" undefined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is an easy way to solve this that would be awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account#&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales Rep&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;SecondMonthBill&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ReasonDidNotBill&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;43431&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;05/01/2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;52310&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Don Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales Rep did not follow up&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;32104&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Lulu Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;06/01/2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;44187&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Joe Montana&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/04/2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;14356&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Brett favre&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales Rep left the team&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393148#M32147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T00:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Question - Bring in Data for Null Value</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393149#M32148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) may be use like this &lt;STRONG&gt;{&amp;lt;ReasonDidNotBill = {"*"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) Make sure you have unchecked '&lt;STRONG&gt;Include null values&lt;/STRONG&gt;' under your dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393149#M32148</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-13T00:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Question - Bring in Data for Null Value</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393150#M32149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny - Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;I was had it unchecked and I could not use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;ReasonDidNotBill = {"*"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I even explored this awesome wizard:&lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But still no luck&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 00:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Question-Bring-in-Data-for-Null-Value/m-p/1393150#M32149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T00:50:37Z</dc:date>
    </item>
  </channel>
</rss>

