<?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: function with days of week in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318958#M28435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work. furthermore in my case I need Qlik sense solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 10:10:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-31T10:10:41Z</dc:date>
    <item>
      <title>function with days of week</title>
      <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318955#M28432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find a function that permits me to create a column with the seven days of week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318955#M28432</guid>
      <dc:creator />
      <dc:date>2017-07-31T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: function with days of week</title>
      <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318956#M28433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try weekday function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDay = WeekDay(Today());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318956#M28433</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-07-31T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: function with days of week</title>
      <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318957#M28434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/8392" title="https://community.qlikview.com/thread/8392"&gt;How to use weekday() function correctly? | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/weekday.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/weekday.htm"&gt;weekday ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318957#M28434</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-07-31T10:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: function with days of week</title>
      <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318958#M28435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work. furthermore in my case I need Qlik sense solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318958#M28435</guid>
      <dc:creator />
      <dc:date>2017-07-31T10:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: function with days of week</title>
      <link>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318959#M28436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try simple in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;weekday(YOURDATEFIELD) as Weekday,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if you use above you will get the column as weekday it displays all the days&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-with-days-of-week/m-p/1318959#M28436</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-07-31T10:12:27Z</dc:date>
    </item>
  </channel>
</rss>

