<?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: Related to Checkbox and Inputbox in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508847#M1755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please upload the example qvw, you can use a expression to disable the inputbox if a special value is not selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 19:39:32 GMT</pubDate>
    <dc:creator>jonasheisterkam</dc:creator>
    <dc:date>2013-11-11T19:39:32Z</dc:date>
    <item>
      <title>Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508846#M1754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one List box,in this List box i have two check boxes.and &lt;/P&gt;&lt;P&gt;I have two input boxes.&lt;/P&gt;&lt;P&gt;I want to able enter the value in to the inputbox only after checking the first check box in the list box list and same like for second box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will u please help me out this ,Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 19:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508846#M1754</guid>
      <dc:creator />
      <dc:date>2013-11-11T19:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508847#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please upload the example qvw, you can use a expression to disable the inputbox if a special value is not selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 19:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508847#M1755</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-11T19:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508848#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following, hopefully it answers your request:&lt;/P&gt;&lt;P&gt;Under Settings &amp;gt; Document Properties &amp;gt; Variables, select the first variable related to the 1st inputbox.&lt;/P&gt;&lt;P&gt;In the Input Constraints, select Custom and type one of the following:&lt;/P&gt;&lt;P&gt;=GetSelectedCount(TypeHereTheFieldName)&amp;gt;0&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=GetFieldSelections(TypeHereTheFieldName)='TypeTheValueThatShouldBeSelected'&lt;/P&gt;&lt;P&gt;Do the same for the 2nd variable.&lt;/P&gt;&lt;P&gt;In this way, the user cannot enter a new value in the inputbox unless he has selected a value in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, a second option, you can set the conditional show of each of the inputboxes.&lt;/P&gt;&lt;P&gt;In the properties of the inputbox &amp;gt; Layout &amp;gt; Show, select Conditional and type one of the above expressions (GetSelectedCount or GetFieldSelections).&lt;/P&gt;&lt;P&gt;That way, the input box won't be visible unless the user selects a value from the listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 20:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508848#M1756</guid>
      <dc:creator />
      <dc:date>2013-11-11T20:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508849#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can Hide/Show the Input Box based on the List Box selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InputBox --&amp;gt; Properties --&amp;gt; Layout --&amp;gt; Show &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check &lt;STRONG&gt;Conditional&lt;/STRONG&gt; and enter &lt;STRONG&gt;getfieldselections(ListBoxField) = 'FirstValue'&lt;/STRONG&gt; for first Input Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, Please use&amp;nbsp; &lt;STRONG&gt;getfieldselections(ListBoxField) = 'SecondValue'&lt;/STRONG&gt; for second Input Box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 20:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508849#M1757</guid>
      <dc:creator />
      <dc:date>2013-11-11T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508850#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 20:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508850#M1758</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-11T20:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508851#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inputbox is not taking the value until the checkbox is check one.this is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the inputbox is in enable state only&lt;/P&gt;&lt;P&gt;its should not be like this&lt;/P&gt;&lt;P&gt;The inputbox is in visible and is not enable state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u help me out this soon..............jean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 07:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508851#M1759</guid>
      <dc:creator />
      <dc:date>2013-11-12T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508852#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the application attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 07:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508852#M1760</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-12T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508853#M1761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we do same as for table box instead of input box.&lt;/P&gt;&lt;P&gt;can u help on this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508853#M1761</guid>
      <dc:creator />
      <dc:date>2013-11-12T08:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508854#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the inputbox you can edit the values of variables.&lt;/P&gt;&lt;P&gt;If you want to be able to edit values in a table box, you'll have to define fields as INPUTFIELD in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD Field1, Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputData:&lt;/P&gt;&lt;P&gt;Load 0 as Field1,&lt;/P&gt;&lt;P&gt;0 as Field2&lt;/P&gt;&lt;P&gt;Autogenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what about the options I've defined above, you can adjust the inputbox layout property "show conditional" depending on what the user has selected in the listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508854#M1762</guid>
      <dc:creator />
      <dc:date>2013-11-12T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508855#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the same logic and do it by yourself. Its easy and same logic will apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Give a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508855#M1763</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-12T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Related to Checkbox and Inputbox</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508856#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's fine i define table box fields as inputfield,ok we can edit the table box fields also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before i said 2 input boxes right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of 2 nd input boxe,the table box is as same functionality should be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Related-to-Checkbox-and-Inputbox/m-p/508856#M1764</guid>
      <dc:creator />
      <dc:date>2013-11-12T08:29:50Z</dc:date>
    </item>
  </channel>
</rss>

