<?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: Fetch multiple values from List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407434#M816859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not got any option here to attach files. Advanced editor is also missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 06:17:24 GMT</pubDate>
    <dc:creator>sagar_vij99</dc:creator>
    <dc:date>2017-08-30T06:17:24Z</dc:date>
    <item>
      <title>Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407426#M816851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making a dashboard where i have to show comparison in performance numbers. I have a list box that has list of months and i have two container with same text boxes showing different numbers. &lt;/P&gt;&lt;P&gt;Now i want when someone selects a month, the numbers in one container should show numbers for the selected month and other container should appear for previous month.&lt;/P&gt;&lt;P&gt;Eg. if i select July the one container will show numbers for July other container should display numbers for June.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample expressions are '=sum(Headcount)' and "&amp;nbsp; =num((($(Pro_T)+$(Qct))/$(Avt))*100,'##.00')&amp;amp;'%'&amp;nbsp; ".&lt;/P&gt;&lt;P&gt;I tried using Set Analysis but could not achieve the same. &lt;/P&gt;&lt;P&gt;Can anyone help me out here. A&lt;SPAN style="font-size: 10pt;"&gt;ny suggestion is appreciated..!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar&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/Fetch-multiple-values-from-List-Box/m-p/1407426#M816851</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407427#M816852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could depend on many things like how you are creating month/date field in the script, how you are using the expression...Could you post a sample qvw that we can work upon and help you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407427#M816852</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T05:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407428#M816853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made a separate table where i have listed all months and months number. i did this just to sort list box month wise. And field P_Month is synced with field in other tables.&lt;/P&gt;&lt;P&gt;So basically in the data also i am getting just the month name but not dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month_Table:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;P_Month,Month_num&lt;/P&gt;&lt;P&gt;January,1&lt;/P&gt;&lt;P&gt;February,2&lt;/P&gt;&lt;P&gt;March,3&lt;/P&gt;&lt;P&gt;April,4&lt;/P&gt;&lt;P&gt;May,5&lt;/P&gt;&lt;P&gt;June,6&lt;/P&gt;&lt;P&gt;July,7&lt;/P&gt;&lt;P&gt;August,8&lt;/P&gt;&lt;P&gt;September,9&lt;/P&gt;&lt;P&gt;October,10&lt;/P&gt;&lt;P&gt;November,11&lt;/P&gt;&lt;P&gt;December,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407428#M816853</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T05:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407429#M816854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have data for multiple years or one year only? What your date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407429#M816854</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T05:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407430#M816855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data for multiple years. I do not have any field for date but yes i have columns for month and year named as P_Month and P_Year in all tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407430#M816855</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T05:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407431#M816856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new field as Month_Name in the transaction table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier;"&gt;SET MonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier;"&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Headcount,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_Month,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_Year,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(MakeDate(P_Year, P_Month)) as Month_Name&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; font-family: 'courier new', courier;"&gt;From &amp;lt;&amp;gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the front end, try previous month expression, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;=sum({&amp;lt;Month_Name={'$(=Monthname(Addmonths(Max(Month_Name),-1)))'}&amp;gt;}Headcount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407431#M816856</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T05:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407432#M816857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the solution but Month field has text values in it so i am getting '-' in the new column created. How should i handle it..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407432#M816857</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T06:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407433#M816858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you set the system variable setting I showed above? That should convert the full month names into proper month field. I guess now you should share your sample qvw to move forward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407433#M816858</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T06:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407434#M816859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not got any option here to attach files. Advanced editor is also missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407434#M816859</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T06:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407435#M816860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not mean to offend you but the set variable has 'monthnames' but we are not using the same name anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407435#M816860</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T06:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407436#M816861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;monthname() is a function and Month_Name is a field I used. And if you mean MonthNames at the top - that is a system variable defined at the very beginning you any application script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407436#M816861</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407437#M816862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now how can i share the qvw file then..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407437#M816862</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407438#M816863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't see :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175035_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then please contact: &lt;A href="https://community.qlik.com/qlik-users/2003"&gt;CommunityAdmin&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407438#M816863</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407439#M816864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can attach if i will post the question via community page directly. Shall i put it there.. Will it help you to get the file and check sol..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 08:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407439#M816864</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T08:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407440#M816865</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 have attached the qvw file. In this file you wont find headcount field but instead of that we can use sum(Volume).&lt;/P&gt;&lt;P&gt;so lets keep the intent same. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sagar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 09:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407440#M816865</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-08-30T09:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407441#M816866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try reloading the app with corrected statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(MakeDate(P_Yr, &lt;SPAN style="color: #0000ff;"&gt;Month(Date#(P_Month&amp;amp;1,'MMMMY'))&lt;/SPAN&gt;)) as Month_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 09:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407441#M816866</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-30T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple values from List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407442#M816867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I was just trying the above function and it is combining only June's month and year field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;when i removed &amp;amp;1 and Y from date# it is giving combos for all months.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can you please explain what does &amp;amp;1 do and why above &lt;/SPAN&gt;behavior&lt;SPAN style="font-size: 10pt;"&gt; is happening..?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 06:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-multiple-values-from-List-Box/m-p/1407442#M816867</guid>
      <dc:creator>sagar_vij99</dc:creator>
      <dc:date>2017-09-01T06:31:51Z</dc:date>
    </item>
  </channel>
</rss>

