<?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 Question on List box expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647957#M542380</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;This is a simple question, with I hope a simple answer.&amp;nbsp; I have a Master Calendar with a Trade_Calendar_Quarter column.&amp;nbsp; It is 1, 2, 3, or 4 depending upon in which quarter the date falls.&amp;nbsp; I can create a list box with that column in it, and it shows 1, 2, 3, and 4, as expected.&amp;nbsp; I wanted it to look nice, so I made it an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Q' &amp;amp; Trade_Calendar_Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that as the expression, it shows Q, Q1, Q2, Q3, and Q4.&amp;nbsp; The Q is grayed out, as it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is really two questions: why does that happen, and how can I not have the Q show up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 21:09:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-24T21:09:25Z</dc:date>
    <item>
      <title>Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647957#M542380</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;This is a simple question, with I hope a simple answer.&amp;nbsp; I have a Master Calendar with a Trade_Calendar_Quarter column.&amp;nbsp; It is 1, 2, 3, or 4 depending upon in which quarter the date falls.&amp;nbsp; I can create a list box with that column in it, and it shows 1, 2, 3, and 4, as expected.&amp;nbsp; I wanted it to look nice, so I made it an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Q' &amp;amp; Trade_Calendar_Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that as the expression, it shows Q, Q1, Q2, Q3, and Q4.&amp;nbsp; The Q is grayed out, as it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is really two questions: why does that happen, and how can I not have the Q show up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647957#M542380</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647958#M542381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have hide excluded&amp;nbsp; in properties of that list box if you don't want to show Q .&lt;/P&gt;&lt;P&gt;It was not showed you just made an expression at front end .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647958#M542381</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-24T21:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647959#M542382</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;Use this in your master calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ceil(Month(DateField)/3) AS Quarter, &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>Tue, 24 Jun 2014 21:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647959#M542382</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647960#M542383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(len(trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;))=0, null(), 'Q' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647960#M542383</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-24T21:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647961#M542384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I've tried that, and it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647961#M542384</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647962#M542385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to follow &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/people/Oswaldo_QMx" title="http://community.qlik.com/people/Oswaldo_QMx"&gt;Oswaldo&lt;/A&gt; reply&amp;nbsp; that might work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647962#M542385</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-24T21:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647963#M542386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does work, but it seems very strange that if there are no values in the calendar for that column other than 1, 2, 3, and 4 that it would be necessary.&amp;nbsp; Why does concatenating the 'Q' seem to create a 'new' value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647963#M542386</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647964#M542387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would just give me 1, 2, 3, and 4.&amp;nbsp; I already have that.&amp;nbsp; It's the concatenation of 'Q' that is causing the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647964#M542387</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647965#M542388</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 suggest extract Quatrer from a valid Date Field (no nulls)&amp;nbsp; to make sure get correct data if you have nulls, specify a number like a default value ( if(isnull(MyField),1,MyField) ) and use it in your formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ceil(Month( if(isnull(MyField),1,DateField) )/3) AS Quarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q &amp;amp; '-' &amp;amp;if(isnull(QuarterField),1,MyField) as Quarter&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>Tue, 24 Jun 2014 21:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647965#M542388</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647966#M542389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second expression works.&amp;nbsp; However, so does just this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q-' &amp;amp; Trade_Calendar_Quarter as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does this work in the load script but not in the expression on the list box?&amp;nbsp; Why does the list box seem to introduce a null/empty value that isn't really there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647966#M542389</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647967#M542390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blair, try the Dual function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.: Dual('Q' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter&lt;/SPAN&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, 25 Jun 2014 01:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647967#M542390</guid>
      <dc:creator>nilo_pontes</dc:creator>
      <dc:date>2014-06-25T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647968#M542391</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 think you have null values or not a valid date values in the column &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter.&amp;nbsp; I think it is better to create a new field instead of in frontend as calculated dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter) &amp;gt; 0 AND IsNum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;) &amp;lt;&amp;gt; 0, &lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Q' &amp;amp; Trade_Calendar_Quarter) AS Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you want the same in expression then try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(len(trim(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&amp;gt;0 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AND IsNum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;) &amp;lt;&amp;gt; 0,&lt;/SPAN&gt; 'Q' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Trade_Calendar_Quarter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 01:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647968#M542391</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-25T01:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647969#M542392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going to call this answered as it does work.&amp;nbsp; But I am still confused about why the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Q-' &amp;amp; Trade_Calendar_Quarter as Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;works in the load script but&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q-' &amp;amp; Trade_Calendar_Quarter &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;introduces the blank Q.&amp;nbsp; And just using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Trade_Calendar_Quarter in the list produces just 1 through 4.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;There are NO nulls, invalid entries, etc in the table.&amp;nbsp; This is coming from a standard calendar table with no other tables in the app.&amp;nbsp; Sorry to be so frustrated, but there are times when QlikView is a total mystery to me.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647969#M542392</guid>
      <dc:creator />
      <dc:date>2014-06-25T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647970#M542393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a VERY simple qvw with this data:&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Date, Quarter&lt;/P&gt;&lt;P&gt;1/1/14, 1&lt;/P&gt;&lt;P&gt;4/1/14, 2&lt;/P&gt;&lt;P&gt;7/1/14, 3&lt;/P&gt;&lt;P&gt;10/1/14, 4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list box with the column Quarter shows 1, 2, 3, 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A list box with ='Q' &amp;amp; Quarter as the expression shows Q1, Q2, Q3, Q4, and Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I don't get.&amp;nbsp; I can code around it, I can make it work, but why should I have to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647970#M542393</guid>
      <dc:creator />
      <dc:date>2014-06-25T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647971#M542394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Blair,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;use the Dual function on the list box expression, &lt;/SPAN&gt;i.e.:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;=Dual('Q' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Quarter&lt;/SPAN&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Quarter&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hope it helps you.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647971#M542394</guid>
      <dc:creator>nilo_pontes</dc:creator>
      <dc:date>2014-06-25T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647972#M542395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual is a very useful function!&amp;nbsp; It is what I will use moving forward.&amp;nbsp; I guess I'm just used to concatenating using a str() function.&amp;nbsp; In other environments, it would throw an error if you forgot to type the numeric to a string.&amp;nbsp; I guess in QlikView it allows it but gives strange results.&amp;nbsp; I am going to utilize Dual more often.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 20:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647972#M542395</guid>
      <dc:creator />
      <dc:date>2014-06-25T20:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question on List box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647973#M542396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual is very useful for many proposes, I use it many times to add fancy labels on charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 22:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-List-box-expression/m-p/647973#M542396</guid>
      <dc:creator>nilo_pontes</dc:creator>
      <dc:date>2014-06-25T22:24:40Z</dc:date>
    </item>
  </channel>
</rss>

