<?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 filter straight table by input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210215#M500080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Since I don't know what expression are you using for [Qty IN KG], I cannot be more specific than I was above.&lt;/P&gt;&lt;P&gt;Since there are two variables at least (vFromDate and vToDate) you need some expression to get the data filtered. So if you create a new chart, stright table with Area, Garden, and [Invoice Date] as Dimensions, and if [Qty IN KG] is a field (not an expression so for each combination of all previous dimensions this will return only one value) the expression should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only({&amp;lt; [Invoice Date] = {&amp;gt;=$(=Date(vFromDate))&amp;lt;=(=Date(vToDate))'} &amp;gt;} [Qty IN KG])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will show only values between the dates stored in both variables.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 10:45:38 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-12T10:45:38Z</dc:date>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210212#M500077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table of four fileds,the structure as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area Garden [Invoice Date] [Qty IN KG]&lt;/P&gt;&lt;P&gt;Dooars AIB 12/DEC/2010 20.00&lt;/P&gt;&lt;P&gt;Dooars CHA 13/DEC/2010 30.00&lt;/P&gt;&lt;P&gt;Dooars AIB 14/DEC/2010 19.00&lt;/P&gt;&lt;P&gt;Dooars LEE 01/DEC/2010 32.00&lt;/P&gt;&lt;P&gt;Dooars SAN 15/DEC/2010 49.00&lt;/P&gt;&lt;P&gt;ASSAM AMG 01/DEC/2010 21.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to filter rows of the straight table by two input boxes.Both the input boxes will work on 'Invoice Date' field.&lt;/P&gt;&lt;P&gt;As per my selection of date range in the input fields the stight table must be filtered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help plz.Thanks in advance,&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 06:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210212#M500077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-12T06:05:34Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210213#M500078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm assuming you want to set two dates, let the user create the range of dates and do the chart display only those values.&lt;/P&gt;&lt;P&gt;If that is correct, please check &lt;A href="http://community.qlik.com/media/p/143017.aspx" target="_blank" title="The Basics about Dates, Date Ranges and Set Analysis"&gt;this file&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 06:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210213#M500078</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T06:23:20Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210214#M500079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I have tried that sample,If I use aggregation on [Qty IN KG] with filter on [Invoice Date] its working.But I dont want to aggregate [Qty IN KG].&lt;/P&gt;&lt;P&gt;I just want to filter as per selected [Invoice Date range.I mean if I select [Invoice Date] range as 12/DEC/2010 to 14/DEC/2010 it will show only&lt;/P&gt;&lt;P&gt;rows between these date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect your quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 10:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210214#M500079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-12T10:12:48Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210215#M500080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Since I don't know what expression are you using for [Qty IN KG], I cannot be more specific than I was above.&lt;/P&gt;&lt;P&gt;Since there are two variables at least (vFromDate and vToDate) you need some expression to get the data filtered. So if you create a new chart, stright table with Area, Garden, and [Invoice Date] as Dimensions, and if [Qty IN KG] is a field (not an expression so for each combination of all previous dimensions this will return only one value) the expression should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only({&amp;lt; [Invoice Date] = {&amp;gt;=$(=Date(vFromDate))&amp;lt;=(=Date(vToDate))'} &amp;gt;} [Qty IN KG])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will show only values between the dates stored in both variables.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 10:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210215#M500080</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T10:45:38Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210216#M500081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry its not working.I have attached the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 13:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210216#M500081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-12T13:08:02Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210217#M500082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try this as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only({&amp;lt; InvoiceDate1 = {'&amp;gt;=$(=Date(Variable1))&amp;lt;=$(=Date(Variable2))'} &amp;gt;} Qty)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That works for me.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 13:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210217#M500082</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T13:32:46Z</dc:date>
    </item>
    <item>
      <title>filter straight table by input box</title>
      <link>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210218#M500083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 05:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-straight-table-by-input-box/m-p/210218#M500083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-13T05:35:11Z</dc:date>
    </item>
  </channel>
</rss>

