<?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: Displaying value in serial in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099526#M919040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you refering to the month numbers 1 to 12 (I assume its showing month number)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you create a month field in the script (see the link&amp;nbsp; "the master calendar" in my previous post) and then format this month field either in the script or list box as number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create list boxes that show a month number from a date field using a field expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(Month(DateField))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[and assuming that DateField has been interpreted as date, showing a numeric representation]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I would suggest that you are going through some basic free tutorials available in the New to QlikView place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 May 2016 15:47:57 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-08T15:47:57Z</dc:date>
    <item>
      <title>Displaying value in serial</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099523#M919037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I m new to Qlikview, when i watch the below video run time at 2:45, i could see serial of value as 'Jan, Feb,....Dec'. How can i design which box i have to choose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=z2HntUpG6E4" title="https://www.youtube.com/watch?v=z2HntUpG6E4" target="_blank"&gt;Qlikview Introduction - YouTube&lt;/A&gt;&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/Displaying-value-in-serial/m-p/1099523#M919037</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value in serial</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099524#M919038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These month values are often derived from a date field, using a master calendar:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2802"&gt;The Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are new to QlikView, I would suggest not watching youtube videos that are from 2009. Some few things changed, so I would suggest to go through the free material, webinars and trainings on &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2003"&gt;New to QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 09:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099524#M919038</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-08T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value in serial</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099525#M919039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to display the sequence numbers in serial. one more video&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=nypRDiQKlug" title="https://www.youtube.com/watch?v=nypRDiQKlug"&gt;How to Build, Enhance and Publish a QlikView App - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2:06 - time - you can see 1 2 3 4 etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this derived from any box or through script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 10:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099525#M919039</guid>
      <dc:creator />
      <dc:date>2016-05-08T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value in serial</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099526#M919040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you refering to the month numbers 1 to 12 (I assume its showing month number)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you create a month field in the script (see the link&amp;nbsp; "the master calendar" in my previous post) and then format this month field either in the script or list box as number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create list boxes that show a month number from a date field using a field expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(Month(DateField))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[and assuming that DateField has been interpreted as date, showing a numeric representation]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I would suggest that you are going through some basic free tutorials available in the New to QlikView place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 15:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value-in-serial/m-p/1099526#M919040</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-08T15:47:57Z</dc:date>
    </item>
  </channel>
</rss>

