<?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: Problem with showing data based on data entry (input box) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968554#M980728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all of the statement works perfectly Sunny, no problem with the statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 10:37:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-21T10:37:11Z</dc:date>
    <item>
      <title>Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968546#M980720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show the data based on user entry, i want to show all data if user doesnt input any data. When user input the data, it will show the data based on the entry.&lt;/P&gt;&lt;P&gt;I'm using this expression &lt;/P&gt;&lt;P&gt;if($(=len(percenFrom))=0 or $(=len(percenTo))=0,'A', 'B')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works perfectly, but when i change the result A and B to another 'if condition' it doesnt show any data when im not enter the data. but when i enter the data it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help, thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968546#M980720</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968547#M980721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to check your second if condition if the one you have posted here is working as expected. Can you share the complete expression here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968547#M980721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-21T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968548#M980722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if($(=len(percenFrom))=0 or$(=len(percenTo))=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(IsNull(vYear)&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(isnull(vWeek), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}&amp;gt;} QTY), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}, YearWeek={$(vWeek)}&amp;gt;} QTY)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(isnull(vWeek), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, Year={$(vYear)}&amp;gt;} QTY)&amp;nbsp; , &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, YearWeek={$(vWeek)}, Year={$(vYear)}&amp;gt;} QTY)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first condition will show all data if user doesnt entry the input box (percenfrom/percento)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968548#M980722</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968549#M980723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is the exact expression copy pasted from source or if it is just a typo, but a comma seems to be missing. See if that helps.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Indra Setiana wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;=if($(=len(percenFrom))=0 or$(=len(percenTo))=0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(IsNull(vYear) &lt;STRONG&gt;//Comma missing here&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(isnull(vWeek),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}&amp;gt;} QTY),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}, YearWeek={$(vWeek)}&amp;gt;} QTY)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(isnull(vWeek),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, Year={$(vYear)}&amp;gt;} QTY)&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, YearWeek={$(vWeek)}, Year={$(vYear)}&amp;gt;} QTY)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;the first condition will show all data if user doesnt entry the input box (percenfrom/percento)&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968549#M980723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-21T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968550#M980724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oops sorry, it's just a typo, the source expression has comma, but it still not working,&lt;/P&gt;&lt;P&gt;Do you have any idea, confuse about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968550#M980724</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968551#M980725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if($(=len(percenFrom))=0 or$(=len(percenTo))=0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; if(Len(Trim(vYear)) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; if(Len(Trim(vWeek)) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}&amp;gt;} QTY),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}, YearWeek={"$(vWeek)"}&amp;gt;} QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; if(Len(Trim(vWeek)) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, Year={"$(vYear)"}&amp;gt;} QTY)&amp;nbsp; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, YearWeek={"$(vWeek)"}, Year={"$(vYear)"}&amp;gt;} QTY)&lt;SPAN style="line-height: 1.5em;"&gt;)&lt;/SPAN&gt;),&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968551#M980725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-21T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968552#M980726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response Sunny, but it still not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;do you have another idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968552#M980726</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968553#M980727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you test if individually each of the expression is working or not. These&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; Sum({$&amp;lt;TRX={1}&amp;gt;} QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2) Sum({$&amp;lt;TRX={1}, YearWeek={"$(vWeek)"}&amp;gt;} QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; Sum({$&amp;lt;TRX={121}, Year={"$(vYear)"}&amp;gt;} QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;4) Sum({$&amp;lt;TRX={121}, YearWeek={"$(vWeek)"}, Year={"$(vYear)"}&amp;gt;} QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968553#M980727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-21T10:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968554#M980728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all of the statement works perfectly Sunny, no problem with the statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968554#M980728</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968555#M980729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please try&amp;nbsp; the following expressions ina text object and see if they return&amp;nbsp; any values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;if(IsNull(vYear)and isnull(vWeek),Sum({$&amp;lt;TRX={1}&amp;gt;} QTY),if(IsNull(vYear)and not isnull(vWeek),Sum({$&amp;lt;TRX={1}, YearWeek={$(vWeek)}&amp;gt;} QTY) ,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;if(isnull(vWeek), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, Year={$(vYear)}&amp;gt;} QTY)&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, YearWeek={$(vWeek)}, Year={$(vYear)}&amp;gt;} QTY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968555#M980729</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-21T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968556#M980730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sasidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, i have try both condition, both statement return value perfectly.&lt;/P&gt;&lt;P&gt;Really confuse about it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968556#M980730</guid>
      <dc:creator />
      <dc:date>2015-08-21T10:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968557#M980731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try changing the if condition&lt;/P&gt;&lt;P&gt;if(len('$(percenFrom)')=0 or len('$(percenTo)')=0,'A', 'B')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that does not work, just hardcode the values and see if the if condition works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 11:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968557#M980731</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-21T11:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968558#M980732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(percenFrom))=0 or len(trim(percenTo))=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len(Trim($(vYear))) = 0 and Len(Trim($(vWeek))) = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}&amp;gt;} QTY),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={1}, YearWeek={"$(vWeek)"}&amp;gt;} QTY)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len(Trim($(vWeek))) = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, Year={"$(vYear)"}&amp;gt;} QTY)&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;TRX={121}, YearWeek={"$(vWeek)"}, Year={"$(vYear)"}&amp;gt;} QTY)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 11:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968558#M980732</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-21T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968559#M980733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasidhar,&lt;/P&gt;&lt;P&gt;sorry for late reply,&amp;nbsp; i've changed the if condition, but still not working.&lt;/P&gt;&lt;P&gt;do you have any idea ?&lt;/P&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>Mon, 24 Aug 2015 01:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968559#M980733</guid>
      <dc:creator />
      <dc:date>2015-08-24T01:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with showing data based on data entry (input box)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968560#M980734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for late reply,&lt;/P&gt;&lt;P&gt;i've try your suggestion, but still not working,&lt;/P&gt;&lt;P&gt;do you have any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 01:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-showing-data-based-on-data-entry-input-box/m-p/968560#M980734</guid>
      <dc:creator />
      <dc:date>2015-08-24T01:29:11Z</dc:date>
    </item>
  </channel>
</rss>

