<?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: Add a Value in Tablebox Field VBS? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867772#M659838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would perhaps not be allowed to add value to a field from the front-end. QV gets values during load. However, you can poosibly use &lt;STRONG&gt;Inputfield&lt;/STRONG&gt; feature of qv if that suits your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 07:10:17 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-05-04T07:10:17Z</dc:date>
    <item>
      <title>Add a Value in Tablebox Field VBS?</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867770#M659835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to add a Value from a Tablebox via vbs?&amp;nbsp; I know how to add a Field but i dont know how to add a Value in a Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Works: &lt;/P&gt;&lt;P&gt;Set tb2= ActiveDocument.GetSheetObject("Gruppe" &amp;amp; Gruppenzahl)&lt;/P&gt;&lt;P&gt;tb2.AddField "Gruppe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But know i need to add an Value into "Gruppe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 06:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867770#M659835</guid>
      <dc:creator />
      <dc:date>2015-05-04T06:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Value in Tablebox Field VBS?</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867771#M659836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bernd,&lt;/P&gt;&lt;P&gt;Can you elaborate the term "Value"?(abd give example)&lt;/P&gt;&lt;P&gt;If you add Field into table box it should have all values that already were loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 07:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867771#M659836</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-04T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Value in Tablebox Field VBS?</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867772#M659838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would perhaps not be allowed to add value to a field from the front-end. QV gets values during load. However, you can poosibly use &lt;STRONG&gt;Inputfield&lt;/STRONG&gt; feature of qv if that suits your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 07:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867772#M659838</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-04T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Value in Tablebox Field VBS?</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867773#M659839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i try to descripe my whole problem.&lt;/P&gt;&lt;P&gt;I am programming the missing group function for any object so that u can move or change properties for all objects at the same time. My Progress is very good. But i need to save a group of object for a reopening of a qvw document. I Create tableboxes with vbs for each group that i build it all works but i finally need to add the Object ids in my Field Ids to save them. I cant save them in a variable because of the situation that i have more than one group. I have one ugly workaround so that i make a string variable with seperators(delimiters) but it isnt beautifull because i need to revoke groups at any time and to build group in groups. My Group function works already .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only need to find a way to save the information easy and get it easy in groups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 07:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Value-in-Tablebox-Field-VBS/m-p/867773#M659839</guid>
      <dc:creator />
      <dc:date>2015-05-05T07:10:28Z</dc:date>
    </item>
  </channel>
</rss>

