<?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: Help please...Working with variable from input-box to list-box. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393505#M1161716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as search string: &lt;/P&gt;&lt;P&gt;='&amp;gt;=' &amp;amp; Interval($(MoreThanHrs)/24,'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Dec 2012 16:23:25 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-12-02T16:23:25Z</dc:date>
    <item>
      <title>Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393500#M1161711</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;I have created a variable called MoreThanHrs from a input box.&lt;/P&gt;&lt;P&gt;I have two listbox showing staffNames and workingHours.&lt;/P&gt;&lt;P&gt;What can i do to make it such that whenever the user entered a value into the input-box (for.eg. 11), it will then select out workingHours that is equal or greater than 11:00, and thus showing the staffNames who has worked this amount of hours. &lt;/P&gt;&lt;P&gt;In addition, how can i set the default value of the input-box? meaning everytime i clear selectd fields, the input-box value and MoreThanHrs value will set back to 0?&lt;/P&gt;&lt;P&gt;Please help... kinda urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393500#M1161711</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393501#M1161712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to document properties -&amp;gt; trigger -&amp;gt; variable event trigger -&amp;gt;on change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create an event like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select in field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;field:staffNames&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;search string &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;: ='&amp;gt;$(MoreThanHrs)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2012 15:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393501#M1161712</guid>
      <dc:creator />
      <dc:date>2012-12-01T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393502#M1161713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari,&lt;/P&gt;&lt;P&gt;thanks for your reply, after so long, finally some1 responded. I am currently out of office will be able to test it tml. Just asking how to assemble the syntax to more than for e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user input = 3 for the vairable MoreThanHrs &lt;/P&gt;&lt;P&gt;but due to the values in my fields are in hh:mm format, hot should i alter the syntax to make it more than 3:00?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 14:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393502#M1161713</guid>
      <dc:creator />
      <dc:date>2012-12-02T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393503#M1161714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can modify search string by adding maketime() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be easier to mr if you send small sample file so i will prepare complex solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 14:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393503#M1161714</guid>
      <dc:creator />
      <dc:date>2012-12-02T14:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393504#M1161715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached is a sample file u may work on. What i am trying to do is to know the working hours of the staff, and derive who are the one working more than x hours in that selected day and which are the workers who works Y consecutive days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qns i posted here is trying to solve the first issue, obtaining workers who work more than x hours in the selected day. As for the second problem, i am still stuck with the counter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tables are very messy, as i do not have rights on db, and these are what i tried to extract and load.&lt;/P&gt;&lt;P&gt;Thanks, i hope u really can help me. Really need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatly appreciated,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 15:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393504#M1161715</guid>
      <dc:creator />
      <dc:date>2012-12-02T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393505#M1161716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as search string: &lt;/P&gt;&lt;P&gt;='&amp;gt;=' &amp;amp; Interval($(MoreThanHrs)/24,'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 16:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393505#M1161716</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-02T16:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393506#M1161717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again its you that are helping me. Thanks again. Btw i tried both of your search string it doesnt works.&lt;/P&gt;&lt;P&gt;Let me list down my steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Settings &amp;gt; Document properties&lt;/P&gt;&lt;P&gt;2) At the Variable Event Triggers, On Change section i clicked 'Add Actions'&lt;/P&gt;&lt;P&gt;3) Clicked 'Add' again&lt;/P&gt;&lt;P&gt;4) Action type: Selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Action: Select in field&lt;/P&gt;&lt;P&gt;5) Under the field box i enter: StaffName&lt;/P&gt;&lt;P&gt;6) Under Search String box i enter: &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;='&amp;gt;=' &amp;amp; Interval($(MoreThanHrs)/24,'hh:mm')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However when i change the values, nothing changes.&lt;/P&gt;&lt;P&gt;Further advice please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 01:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393506#M1161717</guid>
      <dc:creator />
      <dc:date>2012-12-03T01:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393507#M1161718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari,&lt;/P&gt;&lt;P&gt;How to do a makeTime() function? Btw i followed your steps as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Settings &amp;gt; Document properties&lt;/P&gt;&lt;P&gt;2) At the Variable Event Triggers, On Change section i clicked 'Add Actions'&lt;/P&gt;&lt;P&gt;3) Clicked 'Add' again&lt;/P&gt;&lt;P&gt;4) Action type: Selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Action: Select in field&lt;/P&gt;&lt;P&gt;5) Under the field box i enter: StaffName&lt;/P&gt;&lt;P&gt;6) Under Search String box i enter: &lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;='&amp;gt;$(MoreThanHrs)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However when i change the values, nothing changes.&lt;/P&gt;&lt;P&gt;Further advice please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 01:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393507#M1161718</guid>
      <dc:creator />
      <dc:date>2012-12-03T01:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help please...Working with variable from input-box to list-box.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393508#M1161719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i works, after changing the fieldname to WorkingHours. Now i got most of the required field up, i am going to first create a flow for my program then followed by.&lt;/P&gt;&lt;P&gt;Btw any of you know how to set the default value of more than hours to 0? Cuz it doesnt look nice even before the user input any value, the value is 3 or 21, 12 etc...&lt;/P&gt;&lt;P&gt;Thanks pari and gysbert&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 01:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-please-Working-with-variable-from-input-box-to-list-box/m-p/393508#M1161719</guid>
      <dc:creator />
      <dc:date>2012-12-03T01:38:24Z</dc:date>
    </item>
  </channel>
</rss>

