<?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 Multiple selection on enter in a sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639346#M507787</link>
    <description>&lt;P&gt;Hi i need to do a multiple selection of my months when i enter in my sheet.&lt;/P&gt;&lt;P&gt;for now i put this expression in the action:&lt;/P&gt;&lt;P&gt;=num(month(now())-2,'00')&lt;/P&gt;&lt;P&gt;but this only select my month-2 (example 08)&lt;/P&gt;&lt;P&gt;I need to select not only the 08 but all months beofre 08, so: 08,07,06,....01&lt;/P&gt;&lt;P&gt;my field name is: MESE_COMP&lt;/P&gt;&lt;P&gt;what kind of expression i need to put in the action for make that selection?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://www.danosoft.it/qlikmesi.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Oct 2019 08:35:07 GMT</pubDate>
    <dc:creator>danosoft</dc:creator>
    <dc:date>2019-10-24T08:35:07Z</dc:date>
    <item>
      <title>Multiple selection on enter in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639346#M507787</link>
      <description>&lt;P&gt;Hi i need to do a multiple selection of my months when i enter in my sheet.&lt;/P&gt;&lt;P&gt;for now i put this expression in the action:&lt;/P&gt;&lt;P&gt;=num(month(now())-2,'00')&lt;/P&gt;&lt;P&gt;but this only select my month-2 (example 08)&lt;/P&gt;&lt;P&gt;I need to select not only the 08 but all months beofre 08, so: 08,07,06,....01&lt;/P&gt;&lt;P&gt;my field name is: MESE_COMP&lt;/P&gt;&lt;P&gt;what kind of expression i need to put in the action for make that selection?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://www.danosoft.it/qlikmesi.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Oct 2019 08:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639346#M507787</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-24T08:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on enter in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639361#M507788</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&lt;STRONG&gt;'&amp;lt;='&amp;amp;&lt;/STRONG&gt;num(month(now())-2,'00')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 08:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639361#M507788</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-10-24T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on enter in a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639366#M507789</link>
      <description>&lt;P&gt;Hi, thanks this work for the selection of my months, but in my expression in my text box it do an error:&lt;/P&gt;&lt;P&gt;Error: Error in expression: ')' expeded&lt;/P&gt;&lt;P&gt;my expression is this (if i choose months manually all work good)&lt;/P&gt;&lt;P&gt;='Performance Mese' &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='01','Gennaio',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='02','Febbraio',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='03','Marzo',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='04','Aprile',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='05','Maggio',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='06','Giugno',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='07','Luglio',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='08','Agosto',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='09','Settembre',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='10','Ottobre',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='11','Novembre',&lt;BR /&gt;if(num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00')='12','Dicembre',''))))))))))) )&lt;/P&gt;&lt;P&gt;and i have in my chart a set analisys like this and in your way not work:&lt;/P&gt;&lt;P&gt;num(Sum({&amp;lt;MESE_COMPETENZA={"$(=num(rangemax($(=GetFieldSelections(MESE_COMPETENZA, ',', 100))),'00'))"}&amp;gt;} CONSUMO_SMC),'#.##0;(#.##0);-'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-enter-in-a-sheet/m-p/1639366#M507789</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-24T09:09:14Z</dc:date>
    </item>
  </channel>
</rss>

