<?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: dynamically changing input boxes with respect to input in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151827#M463351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was doing some error in Round () and calculation.&lt;/P&gt;&lt;P&gt;You nailed it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 20:28:42 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2016-07-13T20:28:42Z</dc:date>
    <item>
      <title>dynamically changing input boxes with respect to input</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151825#M463349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create input boxes which enables user to input the value which would change the required and output quantities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;Eg:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Units/Hr. Expectation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;124&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;Hrs/worker&amp;nbsp; = 8.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Units to be completed&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;78,998&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;No. of hours required to complete the available units = 78998/124 = 637.08&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No. of workers required = 637.08/8.5&amp;nbsp; ~ 75&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached application,&lt;/P&gt;&lt;P&gt;i would like to allow user to enter the value for any of the parameters &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(units to be completed (or) hours req. (or) workers req)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so the user can see the pro rated values when one of the value is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151825#M463349</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-07-13T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically changing input boxes with respect to input</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151826#M463350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;='Units/Hr. Expectation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;' &amp;amp; vUnits &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;'Hrs/worker&amp;nbsp; = ' * vHours &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;'Units to be completed&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;' &amp;amp; vWorkers &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'No. of hours required to complete the available units = ' &amp;amp; vWorkers &amp;amp; '/' &amp;amp; vUnits &amp;amp; ' = ' &amp;amp; Round(vWorkers/vUnits, 0.01) &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'No. of workers required = ' &amp;amp; Round(vWorkers/vUnits, 0.01) &amp;amp; '/' &amp;amp; vHours &amp;amp; ' ~ ' &amp;amp; Round(vWorkers/vUnits/vHours)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151826#M463350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-13T20:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically changing input boxes with respect to input</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151827#M463351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was doing some error in Round () and calculation.&lt;/P&gt;&lt;P&gt;You nailed it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-changing-input-boxes-with-respect-to-input/m-p/1151827#M463351</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-07-13T20:28:42Z</dc:date>
    </item>
  </channel>
</rss>

