<?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: List Box with Yes/No flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267299#M863517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make an island table with inline load. And use these values in Set-Analysis of an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 01:24:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-04T01:24:12Z</dc:date>
    <item>
      <title>List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267290#M863505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a List Box that has a simple yes/no flag value.&amp;nbsp; Unfortunately, I cannot add a flag in the script to handle this.&amp;nbsp; What is the best way to create a list box that can handle this?&amp;nbsp; Or, is there another method I can employ?&amp;nbsp; I would need this value to trigger a different expression to be calculated dependent upon the yes/no selection.&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/List-Box-with-Yes-No-flag/m-p/1267290#M863505</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267291#M863506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use 2 text boxes labelled Yes &amp;amp; No with a trigger on each to set a variable to the required expression value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267291#M863506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267292#M863508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not what you're asking, but feels functionally equivalent to me - create a cyclic group for the two expressions in the chart. Click on the cycle icon to switch back and forth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267292#M863508</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-03T20:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267293#M863510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I need it to be a list box with a simple Yes and No selection.&amp;nbsp; Then I need an expression to be calculated from that selected value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267293#M863510</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-01-03T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267294#M863511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if it MUST be a list box, and you can't change script... hmmm... I guess you could make a do-nothing list box by using expression valuelist('Yes','No'), and then overlaying transparent text boxes working like Bill said. (Edit: semi-transparent, either green or gray, mimicking the colors of actual selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't &lt;EM&gt;think&lt;/EM&gt; there's any way to create a list box that actually does something unless it's for a field or for an expression connected in some way to an underlying field. It doesn't have to be a Yes / No field, but it has to derive Yes and No in some way from some field, and then what really happens is the expression determines what values are selected in the underlying field. For example, if(match(Customer,'Ann',Bob'),'Yes','No'). That would make customer selections, selecting Ann and Bob if you select Yes, everything else if you select No. But I don't think that does you any good unless you have some useless throw away fields already in the data model that don't affect anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might soon be proven wrong by someone, of course. Eager to see the solution if so. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267294#M863511</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-03T20:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267295#M863513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I create a variable or perhaps two variables to display and store the values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267295#M863513</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-01-03T21:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267296#M863514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make an input box that sets a variable. On the Input Box constraints tab, check "Predefned Values in Dropdown" and enter Yes;No in the predefined values box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267296#M863514</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-03T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267297#M863515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to display something other than the variable name in the input box?&amp;nbsp; Also, is there a way to decrease the spacing between the value and the drop down arrow?&amp;nbsp; I am limited for space and would like all my selection boxes to be the same size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267297#M863515</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-01-03T21:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267298#M863516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the label name to be displayed in the Label fiel on the Presentation pane. You can size the two columns of the input box by dragging the column edges. There is no visible line for the columns, but when you hover you will see a cross.&amp;nbsp; There is also alignment options on the Presentation tab. You can style it quite nice, even change the background See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267298#M863516</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-04T00:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: List Box with Yes/No flag</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267299#M863517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make an island table with inline load. And use these values in Set-Analysis of an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 01:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-with-Yes-No-flag/m-p/1267299#M863517</guid>
      <dc:creator />
      <dc:date>2017-01-04T01:24:12Z</dc:date>
    </item>
  </channel>
</rss>

