<?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 Is there any way to replace the filter pane by radio button? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-replace-the-filter-pane-by-radio-button/m-p/1777985#M60380</link>
    <description>&lt;P&gt;I have a list box showing CompanyLevel and DivisionLevel for user selection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_0-1611820948618.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47894iBA10FF48813D2488/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_0-1611820948618.png" alt="kwl1234_0-1611820948618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to convert list box to radio button?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to achieve that user only can select either one of selection, i.e CompanyLevel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use button and add the toggle field selection, but it only work on selecting 'CompanyLevel', when I click the button again, it just clear the selection and cannot choose 'DivisonLevel.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_1-1611821313278.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47895iDBA3EEA0DC659A8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_1-1611821313278.png" alt="kwl1234_1-1611821313278.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;span class="lia-unicode-emoji" title=":crying_face:"&gt;😢&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 08:11:41 GMT</pubDate>
    <dc:creator>kwl1234</dc:creator>
    <dc:date>2021-01-28T08:11:41Z</dc:date>
    <item>
      <title>Is there any way to replace the filter pane by radio button?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-replace-the-filter-pane-by-radio-button/m-p/1777985#M60380</link>
      <description>&lt;P&gt;I have a list box showing CompanyLevel and DivisionLevel for user selection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_0-1611820948618.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47894iBA10FF48813D2488/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_0-1611820948618.png" alt="kwl1234_0-1611820948618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to convert list box to radio button?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to achieve that user only can select either one of selection, i.e CompanyLevel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use button and add the toggle field selection, but it only work on selecting 'CompanyLevel', when I click the button again, it just clear the selection and cannot choose 'DivisonLevel.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_1-1611821313278.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47895iDBA3EEA0DC659A8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_1-1611821313278.png" alt="kwl1234_1-1611821313278.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;span class="lia-unicode-emoji" title=":crying_face:"&gt;😢&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 08:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-replace-the-filter-pane-by-radio-button/m-p/1777985#M60380</guid>
      <dc:creator>kwl1234</dc:creator>
      <dc:date>2021-01-28T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to replace the filter pane by radio button?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-replace-the-filter-pane-by-radio-button/m-p/1778044#M60394</link>
      <description>&lt;P&gt;For your Action, choose "Select values in a field"; then for for the value, use:&lt;/P&gt;&lt;P&gt;if(Actual_Plan.CoDivLevel = 'CompanyLevel','DivisionLevel','CompanyLevel')&lt;/P&gt;&lt;P&gt;Then, under Appearance-General, change the label to: =Actual_Plan.CoDivLevel&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 11:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-replace-the-filter-pane-by-radio-button/m-p/1778044#M60394</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-01-28T11:00:41Z</dc:date>
    </item>
  </channel>
</rss>

