<?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 Max and Min data from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220015#M72963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have column which has the range of values 1- 2000, The column name is Num_Nodes,&lt;/P&gt;&lt;P&gt;I have to have an input box(any box to enter a value), called Max_Num_Nodes, when user enters a value in it say 200, the data has to appear where Num_Nodes values are less than 200,&lt;/P&gt;&lt;P&gt;Similar another input box , Min_Num_Nodes, and if user enters 100 in it the data has to appear where Num_nodes is greater than 100,&lt;/P&gt;&lt;P&gt;Could any body please help me in achiveing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jul 2010 06:41:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-11T06:41:28Z</dc:date>
    <item>
      <title>Max and Min data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220015#M72963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have column which has the range of values 1- 2000, The column name is Num_Nodes,&lt;/P&gt;&lt;P&gt;I have to have an input box(any box to enter a value), called Max_Num_Nodes, when user enters a value in it say 200, the data has to appear where Num_Nodes values are less than 200,&lt;/P&gt;&lt;P&gt;Similar another input box , Min_Num_Nodes, and if user enters 100 in it the data has to appear where Num_nodes is greater than 100,&lt;/P&gt;&lt;P&gt;Could any body please help me in achiveing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 06:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220015#M72963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-11T06:41:28Z</dc:date>
    </item>
    <item>
      <title>Max and Min data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220016#M72964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first idea are use the search capability of QlikView.&lt;/P&gt;&lt;P&gt;Does it work for you?&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220016#M72964</guid>
      <dc:creator />
      <dc:date>2010-07-12T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Max and Min data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220017#M72965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here are an example using variables and an inputbox.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220017#M72965</guid>
      <dc:creator />
      <dc:date>2010-07-12T09:50:52Z</dc:date>
    </item>
    <item>
      <title>Max and Min data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220018#M72966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;You can create a variable using input box as Var_Num_Values. Then in the table where you fhave your data write the condition that&lt;/P&gt;&lt;P&gt;if(Num_Nodes&amp;lt;Var_Num_Nodes,sum(values))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for min value ..&lt;/P&gt;&lt;P&gt;Hope it will solve your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220018#M72966</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-12T09:59:44Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Max and Min data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220019#M72967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;you can also use a slider with two variables!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-and-Min-data-from-a-field/m-p/220019#M72967</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-07-12T10:28:41Z</dc:date>
    </item>
  </channel>
</rss>

