<?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 Locking columns in a multibox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605773#M736957</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a multibox with 5 columns from an excel sheet. The columns Any selection from one of these columns automatically changes the other columns which is okay. But I want the user to select only one of these 5 columns. How can I make sure that after selection of one, others get locked??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>abhi1693r</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Locking columns in a multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605773#M736957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a multibox with 5 columns from an excel sheet. The columns Any selection from one of these columns automatically changes the other columns which is okay. But I want the user to select only one of these 5 columns. How can I make sure that after selection of one, others get locked??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605773#M736957</guid>
      <dc:creator>abhi1693r</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locking columns in a multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605936#M736959</link>
      <description>Hi Abhi,&lt;BR /&gt;&lt;BR /&gt;Hope you already know that we/Qlik will follow&amp;nbsp; Associative Data Model,Auto Concatenate &amp;amp; Full outer Join by default.&lt;BR /&gt;&lt;BR /&gt;coming to your requirement&lt;BR /&gt;&lt;BR /&gt;Product_ID&amp;nbsp; Prod_Name&amp;nbsp; Prod_Price&amp;nbsp; Prod_Quantity&amp;nbsp; Prod_Location&lt;BR /&gt;&lt;BR /&gt;123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Coca-Cola&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;250Ml&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Hyderabad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if user selects ,Product_ID 123 (Green Color)then automatically remaining 4 fields will show the Associative data related to selected item (in White Color) so it is by default phenomena in QlikView.&amp;nbsp; even you can observe the same in Excel files also when you filter the data&lt;BR /&gt;&lt;BR /&gt;if i am not clear your doubt, could you please explain your requirement with an example ? so that our folks also will help you ASAP.&lt;BR /&gt;&lt;BR /&gt;else if it is urgent please feel free to call me on India 8376 964 36Four</description>
      <pubDate>Thu, 25 Jul 2019 06:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605936#M736959</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2019-07-25T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Locking columns in a multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605949#M736960</link>
      <description>&lt;P&gt;5 COLOUMS A,B,C,D,E IN MULTIBOX.&lt;/P&gt;&lt;P&gt;GO TO DOC PROPERTIES AND&lt;/P&gt;&lt;P&gt;CREATE FIELD EVENT TRIGGER FOR FIELD A&lt;/P&gt;&lt;P&gt;-&amp;gt; ADD&amp;nbsp; 1ST ACTION -&amp;gt; TO SELECT THE POSSIBLE --&amp;gt; FIELD B&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD 2ND ACTION--&amp;gt; TO LOCK THE FIELD--&amp;gt;FIELDB&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD 3RD ACTION--&amp;gt; TO SELECT THE POSSIBLE --&amp;gt; FIELD C&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD 4TH ACTION--&amp;gt; TO LOCK THE FIELD--&amp;gt;FIELDC&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD&amp;nbsp;5TH ACTION--&amp;gt; TO SELECT THE POSSIBLE --&amp;gt; FIELD D&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD&amp;nbsp;6TH ACTION--&amp;gt; TO LOCK THE FIELD--&amp;gt;FIELD D&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD&amp;nbsp;7TH ACTION--&amp;gt; TO SELECT THE POSSIBLE --&amp;gt; FIELD E&lt;/P&gt;&lt;P&gt;--&amp;gt; ADD&amp;nbsp;8TH ACTION--&amp;gt; TO LOCK THE FIELD--&amp;gt;FIELD E&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;REPEAT SAME FOR ALL OTHER FIELDS B,C,D,E.&lt;/P&gt;&lt;P&gt;THIS HELPS IN LOCKING ALL OTHER COLOUMS IN MULTIBOX WHEN U SELECT A PARTICULAR COLOUM AND USER CANNOT SELECT THE VALUE FROM OTHER LOCKED FIELDS UNTIL HE CLICK ON CLEAR BUTTON AND SELECT OTHER VALUE FROM OTHER COLOUMN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 06:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605949#M736960</guid>
      <dc:creator>Akhil_Reddy</dc:creator>
      <dc:date>2019-07-25T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Locking columns in a multibox</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605951#M736961</link>
      <description>&lt;P&gt;Do you mean that you want the user to be able to make a selection in one list box only?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 06:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-columns-in-a-multibox/m-p/1605951#M736961</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-07-25T06:56:41Z</dc:date>
    </item>
  </channel>
</rss>

