<?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 Dynamic Input Box dependent on another list box selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300171#M822301</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 am attaching herewith sample document as well as sample excel file for my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my document one list box is for SOB. And I am making input box which will contain only possible values from selected SOB which have values more than 0 or less than 0 and are not blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I select field 5 from the list box, my input box should contain only those five heads which have values more than 0 or less than 0 as can be seen from the table therein.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to do it as my input box is showing all the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>manpri7078</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300171#M822301</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 am attaching herewith sample document as well as sample excel file for my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my document one list box is for SOB. And I am making input box which will contain only possible values from selected SOB which have values more than 0 or less than 0 and are not blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I select field 5 from the list box, my input box should contain only those five heads which have values more than 0 or less than 0 as can be seen from the table therein.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to do it as my input box is showing all the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300171#M822301</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300172#M822302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;=IF(GetFieldSelections(SOB)='Field 5',Concat({1} DISTINCT {&amp;lt;SOB={'Field 5'},[Field 5]={'&amp;gt;0'}&amp;gt;}Description, ',', Description))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171532_Capture.JPG" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 04:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300172#M822302</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-07-27T04:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300173#M822303</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;It is not giving me correct results even for Field 5 for selected month and selected year.&lt;/P&gt;&lt;P&gt;only showing three drop down values. One mistake was there in my query which I have edited now and that is value may be more than 0 or less than 0. So in Field 5 for selected month of Jun and selected year of 2018 there are five heads which fulfills this condition so my input box should be showing all these 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing is that I would not like to hard code Field 5 there. It will pick the selection from the list box at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have clarified my query more here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 04:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300173#M822303</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T04:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300174#M822304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create another variable to get the dynamic selection from SOB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable : &lt;SPAN style="font-size: 13.3333px;"&gt;vDynField &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=getfieldselections(SOB) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;SOB={"$(vDynField)"},'$(vDynField)'={"&amp;gt;0&amp;lt;0"}&amp;gt;}Description, ',').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rasly.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 05:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300174#M822304</guid>
      <dc:creator>kusumanchir</dc:creator>
      <dc:date>2017-07-27T05:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300175#M822305</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;I have myself try to get a solution and almost done with some unexpected error. Every time I change the selection in the SOB List Box, I have to right click my input box and then click apply to reflect changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise my expression is calculating perfectly. I am attaching my modified app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide me what changes is to be done now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 06:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300175#M822305</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T06:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300176#M822306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA it is working as required, kindly check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 06:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300176#M822306</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-27T06:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300177#M822307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is still not working. When exploring through your input box, the expression as defined in the constraints tab is showing red lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also when I am making selection changes in my SOB List Box, the input box is not getting populated accordingly as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see also my own post just before your post where I have myself tried to come out the solution. My expression is working perfectly but every time I am making changes in the list box selection, I have to right click my input box and then I have to click on Apply button to reflect changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That behavior is what I need to avoid. Please guide me accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 07:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300177#M822307</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T07:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300178#M822308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't need to bother about red lines , since we used variable it is showing but it is correct for cross checking you can see result in straight table using same expression and description as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some setting may be i am not sure but just another suggestion you can use list box and you can set then according to how you want to display, use following expression in list box&lt;/P&gt;&lt;P&gt;=if(Len([$(v_sob)])&amp;gt;=1,Description)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 07:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300178#M822308</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-27T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300179#M822309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion may be helpful to me, except one loophole. I would not like to see the head whose amount is 0 or blank in the newly created list box. But as per your expression, that also is showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any modification needed in your expression :&amp;nbsp; &lt;STRONG&gt;=if(Len([$(v_sob)])&amp;gt;=1,Description) ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300179#M822309</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300180#M822310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The given expression works for blank also because blank means length=0 so len&amp;gt;=1 means it has some value on top of that if you also want to exclude where value=0 then use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Len([$(v_sob)])&amp;gt;=1 or &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[$(v_sob)]&lt;/STRONG&gt;=0,Description)&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300180#M822310</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-27T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300181#M822311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That expression is also not working as still the result remains same. When value is equal to 0, I want to exclude it. I am not able to understand this :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;[$(v_sob)]&lt;/STRONG&gt;=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please guide me accordingly.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300181#M822311</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300182#M822312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Manish, please use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Len([$(v_sob)])&amp;gt;=1 and [$(v_sob)]&amp;lt;&amp;gt;0,Description)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300182#M822312</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-27T09:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input Box dependent on another list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300183#M822313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mangal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion of list box. But If I want to achieve the same through input box, I am getting same problem that every time I am making changes in my SOB list box, I have to right click my input box and then click on Apply Button to reflect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you happen to come across any solution to this, do guide me as I want user to use input box and select the required head from the drop down values therein.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Input-Box-dependent-on-another-list-box-selection/m-p/1300183#M822313</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-27T09:41:01Z</dc:date>
    </item>
  </channel>
</rss>

