<?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: And condition between two Input boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386572#M144380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, TA, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but your expression works fine? Pardon, but I do not understand your problem, could you attach an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 15:09:29 GMT</pubDate>
    <dc:creator>brenner_martina</dc:creator>
    <dc:date>2012-09-07T15:09:29Z</dc:date>
    <item>
      <title>And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386565#M144373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a report in which I am using two input box. Created two variables for them which are being used by two expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use one input box the result for the relevant express is correct. But we I use both othem to gether result is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean to say is for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input box 1&amp;nbsp; &amp;gt;= 5&lt;/P&gt;&lt;P&gt;Input box 2 &amp;gt;=15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now result will come in this form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Expression 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Expression 2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;134&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I just use one expression then it gives me the right answer, the&amp;nbsp; values which are infact &amp;gt;= that value. In case of both input boxes used to gether condtion is fullfiled then other shows 0 and vice versa.&lt;/P&gt;&lt;P&gt;Am I missing somehting here?&lt;/P&gt;&lt;P&gt;Can someone help me on this on urgent basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 10:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386565#M144373</guid>
      <dc:creator />
      <dc:date>2012-09-07T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386566#M144374</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 think you need to use OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( [Input box 1]&amp;nbsp; &amp;gt;= 5 Or [Input box 2] &amp;gt;=15, 1, 0 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 11:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386566#M144374</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-09-07T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386567#M144375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke schon fuer dein Antwort... (Auf Deutsch):-) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure if you understood my problem correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want only those records which fulfill the condition of input box 1 and input box 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your answer where should i use this if condition in my expression or somewhere else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for Dum questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA from New York&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386567#M144375</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386568#M144376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TA from NYC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there does not exist any Dum questions, only dum answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pardon, but if you use inputboxes so you enter variables, these you can use in every expression, p.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputbox 1: variable1&lt;/P&gt;&lt;P&gt;Inputbox 2: variable2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: If($(variable1)&amp;gt;=5 And $(variable2)&amp;gt;=15, TRUE, FALSE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich und schönes Wochenende&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386568#M144376</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-09-07T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386569#M144377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right I am using two variables and two expressions.&lt;/P&gt;&lt;P&gt;Are you suggesting only one expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact I need two expressions to show the values as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wnat to show the records which fulfill both condtions along with actual values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I can not attach the image. But I hope you understood what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can asnwer this then my Wochenende will be richtig schoen!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 14:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386569#M144377</guid>
      <dc:creator />
      <dc:date>2012-09-07T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386570#M144378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, TA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the little example attached is saving your weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice greeting to NYC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 14:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386570#M144378</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-09-07T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386571#M144379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmmmm &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry Martina but I think this is not what I want if I am not wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use two expression in a table. like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eMail&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exp1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exp2&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ta@..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb@..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tc@..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is type of output table which I want. Expressions are based on two variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1: SUM ({&amp;lt;PAGEVIEW_COUNT={"&amp;gt;$(Variable1)"}&amp;gt;}PAGEVIEW_COUNT) &lt;/P&gt;&lt;P&gt;Expression 2: SUM ({&amp;lt;PAGEVIEW_COUNT_Last4Week={"&amp;gt;$(Variable2)"}&amp;gt;}PAGEVIEW_COUNT_Last4Week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use these expression individually they work perfectly. Give me the right resutls. But when I use both of them together, only one conditon is fulfilled and other one not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the results which fulfil both condtions like Variable 1 &amp;gt;=5&amp;nbsp; and at the same time Varibale2&amp;gt;=10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; can I update my expressions so I can get the required result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry if I am confusing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; but I really want to save my weekend. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 14:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386571#M144379</guid>
      <dc:creator />
      <dc:date>2012-09-07T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386572#M144380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, TA, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but your expression works fine? Pardon, but I do not understand your problem, could you attach an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 15:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386572#M144380</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-09-07T15:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386573#M144381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I get why I apply these input boxes. I want to see the user who have page view count values (first expression) &amp;gt;=5&amp;nbsp; And Page viewcount second expression &amp;gt;=15&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21503" alt="Input boxes question on Qlikview Community.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/21503_Input+boxes+question+on+Qlikview+Community.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 15:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386573#M144381</guid>
      <dc:creator />
      <dc:date>2012-09-07T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386574#M144382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some one help me out and save my weekend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 16:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386574#M144382</guid>
      <dc:creator />
      <dc:date>2012-09-07T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386575#M144383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Here is my senario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;I have three tables (which I have attached as spreedsheet with this questions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Pageview Last Week&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Pagewiewed last 4 weeks and&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;I want to create a list of user and to show the count of page viewed against name and id&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;which fulfill the following conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Pageview count in last week &amp;gt;= 5 and&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Pageview count in last 4 weeks &amp;gt;=16 for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;The way I am trying to handle it as created two variable and input boxes and then used these two variables in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Variable 1 for sum page count in last week and&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Variable 1 for sum page count in last 4 weeks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;and the expressions are&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;SUM ({&amp;lt;PAGEVIEW_COUNT_Lastweek={"&amp;gt;$(Variable1)"}&amp;gt;}PAGEVIEW_COUNT_Lastweek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;SUM ({&amp;lt;PAGEVIEW_COUNT_last4weeks={"&amp;gt;$(Variable2)"}&amp;gt;}PAGEVIEW_COUNT_last4weeks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;When I use only variable and expression I get the right result but when I use both I dont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Again I need user list along with actual page counts in last week and last 4 weeks who fulfill&amp;nbsp; both conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Plese help, I would be greatful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Excel sheets are attahced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 17:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386575#M144383</guid>
      <dc:creator />
      <dc:date>2012-09-07T17:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386576#M144384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; tahirghalib.&lt;/P&gt;&lt;P&gt;You've said that some expression didn't work why don't you post it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM ({&amp;lt;PAGEVIEW_COUNT_Lastweek={"&amp;gt;$(Variable1)"}, PAGEVIEW_COUNT_last4weeks={"&amp;gt;$(Variable2)"}&amp;gt;}PAGEVIEW_COUNT_Lastweek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM ({&amp;lt;PAGEVIEW_COUNT_Lastweek={"&amp;gt;$(Variable1)"}, PAGEVIEW_COUNT_last4weeks={"&amp;gt;$(Variable2)"}&amp;gt;}PAGEVIEW_COUNT_Last4week)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Sep 2012 16:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386576#M144384</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-08T16:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: And condition between two Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386577#M144385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi "Whiteline",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have figured it out and my weekend was saved. It was mistake by my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for being so helpful though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Martina you too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Sep 2012 21:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/And-condition-between-two-Input-boxes/m-p/386577#M144385</guid>
      <dc:creator />
      <dc:date>2012-09-08T21:36:42Z</dc:date>
    </item>
  </channel>
</rss>

