<?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: Regarding radio button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147647#M26058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if you had to do exact same thing but show and hide data within a straight table. I have date 1 and date 2 as criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i will create new inline table with 2 fields: date 1 and date 2&lt;/P&gt;&lt;P&gt;2) create listbox and turn it into checkbox, link it to newly created table field called Date1 &amp;amp; Date 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I now show and hide within list box date1 data or date 2 data, based on above selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 16:28:55 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2012-07-26T16:28:55Z</dc:date>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147638#M26049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to use radiobutton for a particlar chart in qlikview. As........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we have two option in radiobutton:1) Report 1 2) Report 2&lt;/P&gt;&lt;P&gt;If we select 'Report 1' from radiobutton then it will display chart no 1 and if we select 'Report 2' it will display chart no 2.&lt;/P&gt;&lt;P&gt;is there any macro or something else......................&lt;/P&gt;&lt;P&gt;Plz suggest me ASAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 16:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147638#M26049</guid>
      <dc:creator />
      <dc:date>2009-06-24T16:00:47Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147639#M26050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Qlik View we don't have Radio Button. But you can make it using list box.&lt;/P&gt;&lt;P&gt;Steps 1:&lt;/P&gt;&lt;P&gt;Make List box and the load you fields and the go to Properties and then "Presentation" tab.&lt;/P&gt;&lt;P&gt;Then select "Selection Style Override" --&amp;gt;"LED"&lt;/P&gt;&lt;P&gt;Then Goto "Caption" --&amp;gt; un check the "Show Caption" Option.&lt;/P&gt;&lt;P&gt;Now your list box will look like "Radio Button".&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;Declare one variable in the qv document. in my sample i have created "GetShowValues"&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;Write the below Macro in your qv document.&lt;/P&gt;&lt;P&gt;Sub GetVal&lt;BR /&gt; Set Val=ActiveDocument.Fields("Name").GetSelectedValues&lt;BR /&gt; Val1 = Val.Item(0).Text&lt;BR /&gt; ActiveDocument.Variables("GetShowValues").SetContent Val1, True&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Step 4:&lt;/P&gt;&lt;P&gt;Goto "Setting" --&amp;gt; Document Properties--&amp;gt;Macro tab.&lt;/P&gt;&lt;P&gt;Then in the "Field Event Triggers" "Select your List box Filed"&lt;/P&gt;&lt;P&gt;Then in the right hand side select "OnSelect" event you can select the macro "GetVal"&lt;/P&gt;&lt;P&gt;Step 5:&lt;/P&gt;&lt;P&gt;Goto Chart1 Properties --&amp;gt;Layout---&amp;gt;Show Conditional --&amp;gt;&lt;/P&gt;&lt;P&gt;Give the =GetShowValues='Report1'.&lt;/P&gt;&lt;P&gt;Step 6:&lt;/P&gt;&lt;P&gt;Goto Chart2 Properties --&amp;gt;Layout---&amp;gt;Show Conditional --&amp;gt;&lt;/P&gt;&lt;P&gt;Give the =GetShowValues='Report2'.&lt;/P&gt;&lt;P&gt;Now according to your selection in the list box the chart will be displayed.&lt;/P&gt;&lt;P&gt;See the attached sample document.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 17:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147639#M26050</guid>
      <dc:creator />
      <dc:date>2009-06-24T17:10:33Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147640#M26051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can archive this with out using macro also.&lt;/P&gt;&lt;P&gt;Change the following settings in the chart Properties.&lt;/P&gt;&lt;P&gt;Chart 1: "Show Conditional" Put like this "=getfieldselections ( Name )='Report' "&lt;/P&gt;&lt;P&gt;Chart 2 :"Show Conditional" Put like this "=getfieldselections ( Name )='Repor2' "&lt;/P&gt;&lt;P&gt;This will also works.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 17:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147640#M26051</guid>
      <dc:creator />
      <dc:date>2009-06-24T17:28:41Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147641#M26052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need a macro AND you don't need getfieldselections(). Just use =Name='Report1'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 00:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147641#M26052</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-25T00:18:42Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147642#M26053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your priority is how it looks, then filed Name in style LED makes sense. If the exact presentation doesn't matter, you can use an input box with variable Name with predefined values Report 1 and Report 2, and with drop-down select. This way you don't need additional fields. All the rest is the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 03:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147642#M26053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-25T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147643#M26054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an advantage to using a variable with two values instead of a field with two values? I've always preferred fields to variables, but I want to make sure I'm not missing something. Either approach works, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 04:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147643#M26054</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-25T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147644#M26055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;BR /&gt;I prefer not to create unnecessry fields, if possible, to keep data model cleaner. And, the property "Always One Selected" which is necessary here for the field sometimes may disappear on reload. Nothing can happen to the variable. And you don't need to reload when you want to make a change.&lt;BR /&gt;The advantage is not that big, as I can tell. More like a matter of preference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 05:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147644#M26055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-25T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147645#M26056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good points, particularly regarding the reload. That's been trouble for me a few times when I was playing with my "not related to the real data" fields in some of my bigger applications. And while I think I've only lost my "always one selected" on one occasion, it seems like a pretty big problem for a lot of people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 05:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147645#M26056</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-25T05:35:12Z</dc:date>
    </item>
    <item>
      <title>Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147646#M26057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saran,&lt;/P&gt;&lt;P&gt;I got ur test qv file and apply it at my original application&lt;/P&gt;&lt;P&gt;it will work thanks a lot for ur support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neetu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 13:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147646#M26057</guid>
      <dc:creator />
      <dc:date>2009-06-25T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147647#M26058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if you had to do exact same thing but show and hide data within a straight table. I have date 1 and date 2 as criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i will create new inline table with 2 fields: date 1 and date 2&lt;/P&gt;&lt;P&gt;2) create listbox and turn it into checkbox, link it to newly created table field called Date1 &amp;amp; Date 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I now show and hide within list box date1 data or date 2 data, based on above selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 16:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147647#M26058</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-07-26T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147648#M26059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant and very helpful post!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 18:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147648#M26059</guid>
      <dc:creator />
      <dc:date>2012-11-17T18:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radio button</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147649#M26060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m using LED style for selection on my list. The problem is that the labels are greater than the visible area, so the qlikview puts the char # in all list's options. How can i force the list to show all chars?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 18:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-radio-button/m-p/147649#M26060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-25T18:17:04Z</dc:date>
    </item>
  </channel>
</rss>

