<?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 Objects in a straight table... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283522#M105375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Cheers cisco_kid..... i'll give it a go and let you know....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 07:49:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-14T07:49:11Z</dc:date>
    <item>
      <title>Objects in a straight table...</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283520#M105373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikviewers....&amp;nbsp; i recently implemented a table showing impact on margin when the total cost of a products components changed by a percentage...&amp;nbsp; This was simply done with a slider and variable....&amp;nbsp;&amp;nbsp; I'd like to be able to implement the same functionality for each component of the product....&amp;nbsp; The ideal would be to have an input box for each row (component) of a table so the user could enter a new or forecasted cost price, which would then allow me to show the impact +/- on margin....&amp;nbsp; Can i 'embed' on object such as an input box or slider into a chart?&amp;nbsp;&amp;nbsp; I'm guessing the best approach might be to dynamically create a variable for each row...&amp;nbsp;&amp;nbsp; Can anyone suggest a good starting point?&amp;nbsp; A million thanks in anticipation!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 14:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283520#M105373</guid>
      <dc:creator />
      <dc:date>2011-06-13T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Objects in a straight table...</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283521#M105374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure your actual problem, so I can't advise the best solution....&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Can i 'embed' on object such as an input box or slider into a chart?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;I'm guessing the best approach might be to dynamically create a variable for each row...&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can create variables in the load script using a FOR loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Can anyone suggest a good starting point?&amp;nbsp; A million thanks in anticipation!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some code that might help you:&lt;/P&gt;&lt;P&gt;tarriffs:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; masterTariffId&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;..\tarriffs.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tarriffList:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concat(chr(39)&amp;amp;masterTariffId&amp;amp;chr(39),',') as masterTarriffIdList&lt;/P&gt;&lt;P&gt;RESIDENT tarriffs;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTarriffList = peek('masterTarriffIdList');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE tarriffList;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH x IN $(vTarriffList)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTarriff$(x) = ' ';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 23:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283521#M105374</guid>
      <dc:creator />
      <dc:date>2011-06-13T23:21:31Z</dc:date>
    </item>
    <item>
      <title>Objects in a straight table...</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283522#M105375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Cheers cisco_kid..... i'll give it a go and let you know....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 07:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283522#M105375</guid>
      <dc:creator />
      <dc:date>2011-06-14T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Objects in a straight table...</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283523#M105376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok, I understand (and I suspected at the outset) that i wouldn't be able embed an input object into a row of a straight table....&amp;nbsp; So taking this further, has anyone dynamically created an object and for a variable?&amp;nbsp; i'm thinking that if I have a variable for each component of a product can i create an input box automatically&amp;nbsp; (and position it dynamically close to the associated row)?&amp;nbsp;&amp;nbsp; Hopefully, this isn't beyond Qlikview or you clever Qlikviewers!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bernard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 15:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-in-a-straight-table/m-p/283523#M105376</guid>
      <dc:creator />
      <dc:date>2011-06-14T15:18:27Z</dc:date>
    </item>
  </channel>
</rss>

