<?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 ListBox Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148087#M26445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set lb = ActiveDocument.GetSheetObject("LB21")&lt;BR /&gt;lb.SetInputFieldCell 0,"1"&lt;BR /&gt;set lbPropFields = lb.GetProperties&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This solution was given in QLIK View API.but i m unable to implement it?Solutions needed.As in API ,the description of&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SetInputField is of adding a record......help needed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sikandar&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 13:03:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-01T13:03:32Z</dc:date>
    <item>
      <title>ListBox Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148087#M26445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set lb = ActiveDocument.GetSheetObject("LB21")&lt;BR /&gt;lb.SetInputFieldCell 0,"1"&lt;BR /&gt;set lbPropFields = lb.GetProperties&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This solution was given in QLIK View API.but i m unable to implement it?Solutions needed.As in API ,the description of&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SetInputField is of adding a record......help needed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sikandar&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 13:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148087#M26445</guid>
      <dc:creator />
      <dc:date>2009-07-01T13:03:32Z</dc:date>
    </item>
    <item>
      <title>ListBox Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148088#M26446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sikandar,&lt;/P&gt;&lt;P&gt;The SetInputFieldCell API will change the value of that cell - but only if the field that is in that ListBox is an Input Field (defined in the script). Is your field an Input field?&lt;/P&gt;&lt;P&gt;I just tested this and it worked as expected.&lt;/P&gt;&lt;P&gt;Note, it does not "add" a record, it modifies the input value (which can then be reset to original by the user).&lt;/P&gt;&lt;P&gt;What, exactly, are you trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148088#M26446</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-01T15:23:14Z</dc:date>
    </item>
    <item>
      <title>ListBox Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148089#M26447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen.&lt;/P&gt;&lt;P&gt;Thanks for given me the knowledge.Basically what i want is .i have taken an input box .I want to enter a text value or numeric value in to&lt;/P&gt;&lt;P&gt;the input box,After entering the value in the input box ,a button must be click on which the macors must runs&lt;/P&gt;&lt;P&gt;and move that value to list box and saves it..Please provide also the macro coding .....Any solution will be&lt;/P&gt;&lt;P&gt;very helpful to meee......Thank you soo muchh&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sikandar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 15:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148089#M26447</guid>
      <dc:creator />
      <dc:date>2009-07-01T15:30:20Z</dc:date>
    </item>
    <item>
      <title>ListBox Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148090#M26448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sikander,&lt;/P&gt;&lt;P&gt;If you want to add a new value to a ListBox then you are going to have to investigate the new functionality to add new data into the dataset using Macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 19:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148090#M26448</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-01T19:14:34Z</dc:date>
    </item>
    <item>
      <title>ListBox Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148091#M26449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Stephen&lt;/P&gt;&lt;P&gt;Thank you soo much for the information.I will look foward to it,,&lt;/P&gt;&lt;P&gt;Sikandar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 12:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Problem/m-p/148091#M26449</guid>
      <dc:creator />
      <dc:date>2009-07-02T12:35:39Z</dc:date>
    </item>
  </channel>
</rss>

