<?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: Inputbox for equal, less and greater than and Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427941#M487971</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;Try this set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For '&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt;Category={"=sum(Sales)&amp;gt;$(TestNum)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For '&amp;lt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt;Category={"=sum(Sales)&amp;lt;$(TestNum)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 16:45:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-16T16:45:15Z</dc:date>
    <item>
      <title>Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427939#M487969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;I have Sales and I want to get sales where sales &amp;gt;,&amp;lt;,=N&lt;/P&gt;&lt;P&gt;I use 2 inputboxes for&amp;nbsp; input “&amp;gt;,&amp;lt;,=” and for input &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: gray;"&gt;TestNum&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt; =“N”.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;I use expression &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt;If(sum(Sales)&amp;gt;&lt;EM&gt;TestNum&lt;/EM&gt;, sum(Sales)) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;and&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt;If(sum(Sales)&amp;lt;&lt;EM&gt;TestNum&lt;/EM&gt;. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;It works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;I wanna use set analysis, but it works only witth 'If'.&amp;nbsp; See attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427939#M487969</guid>
      <dc:creator />
      <dc:date>2013-01-16T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427940#M487970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can put an aggregating expression on the left of a comparison in set analysis, such as you do with the vSales variable which equals sum(Sales). Instead a field is expected.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427940#M487970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-16T16:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427941#M487971</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;Try this set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For '&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt;Category={"=sum(Sales)&amp;gt;$(TestNum)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For '&amp;lt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt;Category={"=sum(Sales)&amp;lt;$(TestNum)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427941#M487971</guid>
      <dc:creator />
      <dc:date>2013-01-16T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427942#M487972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean's example can be adjusted to be used without if: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt;Category={"=sum(Sales)$(Test)$(TestNum)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression will use &amp;lt; or &amp;gt; in the variable Test directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427942#M487972</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2013-01-16T17:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427943#M487973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 07:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427943#M487973</guid>
      <dc:creator />
      <dc:date>2013-01-17T07:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox for equal, less and greater than and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427944#M487974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate the greater than or less than symbol as you suggested .But its not working. &lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(aggr(($(RevenueC)+$(Forecast)),[Parent Customer])$(Vsymbol)$(AcctSizeDL),$(RevenueC)+$(Forecast))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AcctSizeDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(vAcctSize,'Accounts With&amp;gt;5M Revenue','Accounts With &amp;gt; 1M Revenue','Accounts With &amp;lt; 1M Revenue','All Accounts'),'5000000','1,000,000','1,000,000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vsymbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(WildMatch(vAcctSize,'*&amp;gt;*','*&amp;lt;*'),'&amp;gt;=','&amp;lt;','&amp;gt;=')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what mistake i have done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 10:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-for-equal-less-and-greater-than-and-Set-Analysis/m-p/427944#M487974</guid>
      <dc:creator />
      <dc:date>2013-09-19T10:06:49Z</dc:date>
    </item>
  </channel>
</rss>

