<?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: how can I simulate the 'always one value selected'? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718265#M258118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris thanks for answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well I do the trigger on tab but when select other value the selection has two values and I need only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is any way to do that with out the configuration of 'Always one value selected'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 20:42:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-01T20:42:10Z</dc:date>
    <item>
      <title>how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718260#M258113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need simulate the option of 'Always one value selected' , if I said simulate is because, if I select that option can't clean in other tab&lt;/P&gt;&lt;P&gt;so somebody have any idea about how can simulate in a list box the same functionallity of 'Always one value selected' option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 15:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718260#M258113</guid>
      <dc:creator />
      <dc:date>2014-09-29T15:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718261#M258114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roldan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several options to handle this problem:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Trigger on Tab open to assign certain value to the field while moving to selected Tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Disregard field selection in Set Analysis (recommended):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Field1=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 16:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718261#M258114</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-09-29T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718262#M258115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say use sheet property triggers to define a variable as the selection, you can then use an input box with constraints to change the selection in the sheet rather than a list box and a clear trigger on leaving the sheet if need be. this will however result in the same variable always being selected on sheet open, it wont be persistent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 16:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718262#M258115</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2014-09-29T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718263#M258116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like @boris Gerchikov said, several options, most easy is to create triggers on selected Tab, setAnalysis and third option by macro on selection (do not recommend this last one), but it might help if you want to save the previous selection before entering the Tab which activates the trigger... once you are done, when you return to the original Tab you may restore previous selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 16:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718263#M258116</guid>
      <dc:creator />
      <dc:date>2014-09-29T16:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718264#M258117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Thomas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I can configure the constraints of the imput box?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean the variable set with the value of the selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 18:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718264#M258117</guid>
      <dc:creator />
      <dc:date>2014-10-01T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718265#M258118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris thanks for answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well I do the trigger on tab but when select other value the selection has two values and I need only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is any way to do that with out the configuration of 'Always one value selected'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 20:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718265#M258118</guid>
      <dc:creator />
      <dc:date>2014-10-01T20:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718266#M258119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Set Analysis where a can configurate?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 20:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718266#M258119</guid>
      <dc:creator />
      <dc:date>2014-10-01T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718267#M258120</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 tried with lock fields, please have a look at the appln attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 21:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718267#M258120</guid>
      <dc:creator />
      <dc:date>2014-10-01T21:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718268#M258121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiruthi, thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well is good the trigger but I mean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first tab, the list box, have to change but, only with one value. and this not affect the second tab.&lt;/P&gt;&lt;P&gt;and with out the 'always one value selected'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 22:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718268#M258121</guid>
      <dc:creator />
      <dc:date>2014-10-01T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718269#M258122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roldan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the Alternate State option would be a useful choice. Try it out.&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, 02 Oct 2014 15:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718269#M258122</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-10-02T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718270#M258123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but I have tri tabs and use variables in the tri and the alterenate states works fine but I have problems with the variables because the objects&amp;nbsp; respet the estate but the variables not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718270#M258123</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718271#M258124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roldan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's kind of difficult to help you using words only. We need to take a look on the App to understand what you're trying to do and give you a good advice. I'd suggest you to attach sample file.&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, 02 Oct 2014 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718271#M258124</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-10-02T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how can I simulate the 'always one value selected'?</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718272#M258125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boris I really appreciate yor answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in these attach example shows the way I do and for axample &lt;BR /&gt;I set a variable and it variable shwos a value in a table and in a list box thats fine but, ta value is not selected and thats where I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEST REGARDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-simulate-the-always-one-value-selected/m-p/718272#M258125</guid>
      <dc:creator />
      <dc:date>2014-10-02T17:45:20Z</dc:date>
    </item>
  </channel>
</rss>

