<?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 Using a List Box Selection is an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244072#M93115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not yet understand, what do you want. If you want to get a listbox to select some values calculated by conditions it is better to do this in the script, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MonthName(Forecast_CloseDate)=Monthname(Makedate(2011,5,1) And &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forecast_Probability&amp;gt;=70 And Forecast_Probability&amp;lt;=100,'Select','Unselect') As Fieldname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;From ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you have Fieldname for using a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 16:57:34 GMT</pubDate>
    <dc:creator>brenner_martina</dc:creator>
    <dc:date>2011-05-26T16:57:34Z</dc:date>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244069#M93112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to have a list box select (percent probability to close) and would like to have the below formula reference a selected range rather than it being hard coded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt;Forecast_CloseDate={'05-2011'}, Forecast_Probability ={'&amp;gt;70&amp;lt;100'}&amp;gt;} ForecastOppAmount)&lt;/P&gt;&lt;P&gt;Any and all ideas would be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 16:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244069#M93112</guid>
      <dc:creator />
      <dc:date>2011-05-26T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244070#M93113</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;where do you use this expression? Is Forecast_CloseDate really a string? otherwise you have to use a number like: Num(Monthname(Datefield)) As Num_Forecast_CloseDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the expression p.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let variable = Num(Makedate(2011,5,1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt;Num_Forecast_CloseDate={$(variable)}, Forecast_Probability ={'&amp;gt;70&amp;lt;100'}&amp;gt;} ForecastOppAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 16:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244070#M93113</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-05-26T16:29:33Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244071#M93114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;Forecast_Claose Date is a date field. What I would like to relace is the Forecast_Probability with a manually selectable something(inputbox, list box etc) but cant figure out how to make the probability dynamic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 16:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244071#M93114</guid>
      <dc:creator />
      <dc:date>2011-05-26T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244072#M93115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not yet understand, what do you want. If you want to get a listbox to select some values calculated by conditions it is better to do this in the script, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MonthName(Forecast_CloseDate)=Monthname(Makedate(2011,5,1) And &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forecast_Probability&amp;gt;=70 And Forecast_Probability&amp;lt;=100,'Select','Unselect') As Fieldname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;From ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you have Fieldname for using a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 16:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244072#M93115</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-05-26T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244073#M93116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formla works perfectly....what I would like, is for my end user to be able to alter the probability percent range. Currently, the probability is hard coded into the expression which the end user cant change. So basically, I would liek to create a variable that I could use in the expression in place of teh probability, where the user can select their deaired range.&lt;/P&gt;&lt;P&gt;Sorry if this is unclear....as you can see Im struggling as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt;Forecast_CloseDate={'05-2011'}, Forecast_Probability ={'&amp;gt;70&amp;lt;100'}&amp;gt;} ForecastOppAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244073#M93116</guid>
      <dc:creator />
      <dc:date>2011-05-26T17:01:52Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244074#M93117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use variables for the margins and a Slider with two variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Var1: 70&lt;/P&gt;&lt;P&gt;Var2: 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244074#M93117</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-05-26T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244075#M93118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martina,&lt;/P&gt;&lt;P&gt;I like the solution, but for the life of me I cannot get the slider to produce two variables a max and min....am I doing something wrong?&lt;/P&gt;&lt;P&gt;I tried the slider relating to variables and directly to the field...nothing works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244075#M93118</guid>
      <dc:creator />
      <dc:date>2011-05-26T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244076#M93119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, is there a way through input boxes where the enduser can control the probability range? and if so how is the expression written?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244076#M93119</guid>
      <dc:creator />
      <dc:date>2011-05-26T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244077#M93120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or...is there a way to formulariclly write an expression to reference selection from a list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244077#M93120</guid>
      <dc:creator />
      <dc:date>2011-05-26T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244078#M93121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you send me an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 08:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244078#M93121</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-05-27T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using a List Box Selection is an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244079#M93122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 2 variables with Input Boxes.&lt;/P&gt;&lt;P&gt;Create new object &amp;gt; Input Box&lt;/P&gt;&lt;P&gt;Click new variable and name the variable ie. vRangeStart&lt;/P&gt;&lt;P&gt;Click new variable again and name it&amp;nbsp; ie vRangeEnd&lt;/P&gt;&lt;P&gt;(Use label box to 'rename' the variable in the UI.&lt;/P&gt;&lt;P&gt;Users can then enter values free form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to variables in expression using set analysis.&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({ $&amp;lt;Forecast_CloseDate={'05-2011'}, Forecast_Probability ={'&amp;gt;=$(vRangeStart)&amp;lt;=$(vRangeEnd)'}&amp;gt;} ForecastOppAmount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 16:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-List-Box-Selection-is-an-Expression/m-p/244079#M93122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T16:53:58Z</dc:date>
    </item>
  </channel>
</rss>

