<?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 Input Field with Predefined list of positive integers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193195#M54544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RoiUser,&lt;/P&gt;&lt;P&gt;Can u describe a little bit, Can anyone define an array of values in a variable like vInUnitsOf = { 0, 10, 100, 1000 ) .&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;i should do in Properties-&amp;gt;Constraint-&amp;gt;Predefined Values and check the Listed values.&lt;/P&gt;&lt;P&gt;I tried that but it was not working properly, if u can tell me the full procedure that will be gr8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Mar 2010 10:26:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-25T10:26:08Z</dc:date>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193193#M54542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum,&lt;/P&gt;&lt;P&gt;I need a drop down with few pre-defined integer values which will be used for dividing other fields, for ex in expression one can write = sum ( if ( Date &amp;lt; date(today()), Total_Sales) / max ( 1, InUnitsOf )............... This InUnitsOf is what i want to come from input field. Can anyone tell me how to add these value (1,10,100 etc...) in input field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 08:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193193#M54542</guid>
      <dc:creator />
      <dc:date>2010-03-25T08:32:01Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193194#M54543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei&lt;/P&gt;&lt;P&gt;i wouldn't use input field if i can avoide it&lt;/P&gt;&lt;P&gt;what you described as i see it seem that a Variable would do the work&lt;/P&gt;&lt;P&gt;then you can just defined in the input box object the values for the Drop down list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 09:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193194#M54543</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2010-03-25T09:05:13Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193195#M54544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RoiUser,&lt;/P&gt;&lt;P&gt;Can u describe a little bit, Can anyone define an array of values in a variable like vInUnitsOf = { 0, 10, 100, 1000 ) .&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;i should do in Properties-&amp;gt;Constraint-&amp;gt;Predefined Values and check the Listed values.&lt;/P&gt;&lt;P&gt;I tried that but it was not working properly, if u can tell me the full procedure that will be gr8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 10:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193195#M54544</guid>
      <dc:creator />
      <dc:date>2010-03-25T10:26:08Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193196#M54545</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;Can u try this. As per my knowledge may be u r looking for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do&lt;/P&gt;&lt;P&gt;select object Input Box ---&amp;gt; Declare New Variable ----&amp;gt; Click on Input box Properties -------&amp;gt; Constraints Tab --------&amp;gt; Check the (Predefine Value in drop down) -------&amp;gt; on right side there is a box (Predefine value) --------&amp;gt; check on number series --------&amp;gt; define ur starting &amp;amp; ending point in "From" and "TO" box as : in From : 0 and To :1000&lt;/P&gt;&lt;P&gt;define static step: whatever u want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want calculated then put expression in Listed Values Checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it will help out u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye nd TC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 10:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193196#M54545</guid>
      <dc:creator>neetu_singh</dc:creator>
      <dc:date>2010-03-25T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193197#M54546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetu,&lt;/P&gt;&lt;P&gt;But in this case there is no fixed steps, like users generally want to divide by 1, 10, 100, 1000, 10000, 100000 etc... sometimes 12 then i can't give steps in List.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 14:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193197#M54546</guid>
      <dc:creator />
      <dc:date>2010-03-25T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193198#M54547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your input box properties, tab "constraints", choose "predefined values only" as input constraints and then check the "listed values" box and type 1;10;100 to have values 1, 10 and 100 as pre-defined integers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 14:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193198#M54547</guid>
      <dc:creator />
      <dc:date>2010-03-25T14:50:05Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193199#M54548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks cchicaud,&lt;/P&gt;&lt;P&gt;It worked exactly what i want.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 10:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193199#M54548</guid>
      <dc:creator />
      <dc:date>2010-03-26T10:40:34Z</dc:date>
    </item>
    <item>
      <title>Input Field with Predefined list of positive integers</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193200#M54549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Its fine but plz can u tell me how to use a list of Values from a Field in a Input Box. Eg I Have a Field Say : ReportName containg Data : Report1,Report2,Report3 I have made these values Dynamic by section Access, Eg User1 can see Report1 and Report2 Report1,report2,report3... are the field values in the Field ReportName&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 07:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Field-with-Predefined-list-of-positive-integers/m-p/193200#M54549</guid>
      <dc:creator>rahulgupta</dc:creator>
      <dc:date>2011-02-04T07:26:03Z</dc:date>
    </item>
  </channel>
</rss>

