<?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 values in a list box in different format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627535#M1091150</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;In a list box of application for current year i want to show value as '2014 April YTD' and other values i need to show only year so the values in a list box will values in a different format like '2014 April YTD', 2013, 2012, 2011, 2010....and so on. Is it possible if yes how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 09:52:06 GMT</pubDate>
    <dc:creator>rsdhavle</dc:creator>
    <dc:date>2014-05-26T09:52:06Z</dc:date>
    <item>
      <title>values in a list box in different format</title>
      <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627535#M1091150</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;In a list box of application for current year i want to show value as '2014 April YTD' and other values i need to show only year so the values in a list box will values in a different format like '2014 April YTD', 2013, 2012, 2011, 2010....and so on. Is it possible if yes how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 09:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627535#M1091150</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-05-26T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: values in a list box in different format</title>
      <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627536#M1091151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List box expression: =If(YearField=Year(today()), MonthName(&lt;STRONG&gt;today()&lt;/STRONG&gt;)&amp;amp;' YTD' , YearField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 09:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627536#M1091151</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-26T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: values in a list box in different format</title>
      <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627537#M1091152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: purple;"&gt;pick&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: purple;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;Year&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'*2014*'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'*2013*'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'*2012*'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'2014 April YTD'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'2013'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;'2012'&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;AS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 09:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627537#M1091152</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-05-26T09:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: values in a list box in different format</title>
      <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627538#M1091153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i get your question right, try this List Box Exp..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Year=Year(today()),Year(today())&amp;amp;' April YTD', Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 09:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627538#M1091153</guid>
      <dc:creator />
      <dc:date>2014-05-26T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: values in a list box in different format</title>
      <link>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627539#M1091154</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;you can try something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 10:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-in-a-list-box-in-different-format/m-p/627539#M1091154</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-26T10:07:27Z</dc:date>
    </item>
  </channel>
</rss>

