<?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 Problem with date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219648#M72639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you will apply your example in my formula, can you help with this pls???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year = {$(=only(Year))}, Month = {"&amp;lt;=$(=max(Month))"}&amp;gt;} LineSalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 19:39:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-21T19:39:58Z</dc:date>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219639#M72630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question, i have my information with no date, the only thing i have are months and years, i need to change the numbers of the month in letters, does anyone can help me plz&lt;/P&gt;&lt;P&gt;Greetings and thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219639#M72630</guid>
      <dc:creator />
      <dc:date>2010-01-21T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219640#M72631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;month(makedate(Year_Field,Month_Field_numeric))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Explanation: makedate() creates a valid date with at least 1 parameter (year), with 2 or more, you can create any date you want, and month() will return the name of the month defined in the variable MonthNames&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219640#M72631</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-21T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219641#M72632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but didnt work, well it work but it doesnt make the relationship with the other data, look i have this formula:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year = {$(=only(Year))}, Month = {"&amp;lt;=$(=max(Month))"}&amp;gt;} LineSalesAmount)&lt;/P&gt;&lt;P&gt;Year = 2009&lt;/P&gt;&lt;P&gt;Month = 1&lt;/P&gt;&lt;P&gt;and i have a Month List Box 1,2,3,4,5,6,7,8,9,10,11,12 when i change it to Jan, Feb,....... the formula doesnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN YOU HELP ME PLS URGENT!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219641#M72632</guid>
      <dc:creator />
      <dc:date>2010-01-21T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219642#M72633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the month field has a numeric value, but shows itself like 'Jan', you can use num(Month_Field), in case of Jan, it will return 1&lt;/P&gt;&lt;P&gt;rgds and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219642#M72633</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-21T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219643#M72634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the month field has a numeric value, but shows itself like 'Jan', you can use num(Month_Field), in case of Jan, it will return 1&lt;/P&gt;&lt;P&gt;rgds and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219643#M72634</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-21T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219644#M72635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;]Thank you very much, be well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219644#M72635</guid>
      <dc:creator />
      <dc:date>2010-01-21T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219645#M72636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody has another solutions to my problem pls URGENT!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219645#M72636</guid>
      <dc:creator />
      <dc:date>2010-01-21T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219646#M72637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "num(Month)" seems fine to me.&lt;/P&gt;&lt;P&gt;Using "Month" in a formula should be interpreted as an integer, even if it's displayed as a string in your list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a separated table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;// Mapping months names.&lt;BR /&gt;Month_Name:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt; x, y&lt;BR /&gt; 1, Janvier&lt;BR /&gt; 2, Février&lt;BR /&gt; 3, Mars&lt;BR /&gt; 4, Avril&lt;BR /&gt; 5, Mai&lt;BR /&gt; 6, Juin&lt;BR /&gt; 7, Juillet&lt;BR /&gt; 8, Août&lt;BR /&gt; 9, Septembre&lt;BR /&gt; 10, Octobre&lt;BR /&gt; 11, Novembre&lt;BR /&gt; 12, Décembre&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;add another field "LibMonth" in your table with those specific names :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; applymap('Month_Name', num(Month(TempDate)), null()) AS LibMonth&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Instead of showing a list of "Month", display a list of "LibMonth". Your formula won't be affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 18:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219646#M72637</guid>
      <dc:creator />
      <dc:date>2010-01-21T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219647#M72638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks nmartin, let me try and I send you my results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 19:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219647#M72638</guid>
      <dc:creator />
      <dc:date>2010-01-21T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219648#M72639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you will apply your example in my formula, can you help with this pls???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year = {$(=only(Year))}, Month = {"&amp;lt;=$(=max(Month))"}&amp;gt;} LineSalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 19:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219648#M72639</guid>
      <dc:creator />
      <dc:date>2010-01-21T19:39:58Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219649#M72640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALGUIEN PODRIA YUDARME CON ESTO ES QUE NECESITO ENTREGAR MI APLICACION Y ES LO UNICO QUE ME FALTA, SOLICITO UN POCO DE AYUDA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 20:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219649#M72640</guid>
      <dc:creator />
      <dc:date>2010-01-21T20:42:32Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219650#M72641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, aun no se cual de todos es tu problema, si puedes sube una version del modelo con instrucciones de lo que quieras que se vea reflejado en el.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 13:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219650#M72641</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-22T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219651#M72642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mira mi problema es que en mi aplicacion manejo los datos con respecto al año y a los meses, en mi base de datos tengo mi campo Mes y lo manejo 1 para enero, 2 febrero y asi cosnecutivamente. Creo una tabla donde paso los valores de mi campo Mes y creo una columna que se llama MesLargo en el cual pongo los meses con letras.&lt;/P&gt;&lt;P&gt;Al momento de poner la formula:&lt;/P&gt;&lt;P&gt;SUM(Ventas_SUM)/(sum({$&amp;lt;Anio = {$(=only(Anio))}, Mes = {"&amp;lt;=$(=&lt;STRONG&gt;max(Mes)&lt;/STRONG&gt;)"}&amp;gt;} Ventas_SUM) )&lt;/P&gt;&lt;P&gt;en la parte de max(Mes) si me muestra el valor que es péro la formula no funciona como deberia.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 16:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219651#M72642</guid>
      <dc:creator />
      <dc:date>2010-01-22T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Problem with date</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219652#M72643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;y como deberia funcionar?&lt;/P&gt;&lt;P&gt;Mejor dibuja una tabla y dinos el resultado esperado, segun veo en tu formula, es algo con los meses? como meses menores al actual?&lt;/P&gt;&lt;P&gt;saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 19:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date/m-p/219652#M72643</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-22T19:47:42Z</dc:date>
    </item>
  </channel>
</rss>

