<?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: Supress Weekend Names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835347#M293855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try using &lt;/P&gt;&lt;P&gt;=weekday(DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension, not as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 12:13:57 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-05-22T12:13:57Z</dc:date>
    <item>
      <title>Supress Weekend Names</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835344#M293852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table withg data showing working dates only.&lt;/P&gt;&lt;P&gt;I would like to add a field showing the weekday name. I used the below function.&lt;/P&gt;&lt;P&gt;=weekday(DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, now my straight table shows the weekends as well and I cannot find a way to suppress them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="120" src="https://community.qlik.com/legacyfs/online/87276_Capture.JPG" width="749" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835344#M293852</guid>
      <dc:creator />
      <dc:date>2015-05-22T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Supress Weekend Names</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835345#M293853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are back my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Weekday(DATE) &amp;lt;&amp;gt; 'Sat' or Weekday(DATE) &amp;lt;&amp;gt; 'Sun', WeekDay(DATE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835345#M293853</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-22T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Supress Weekend Names</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835346#M293854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually since we are checking for nots, I think it should be '&lt;STRONG&gt;and&lt;/STRONG&gt;' and not '&lt;STRONG&gt;or&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Weekday(DATE) &amp;lt;&amp;gt; 'Sat' and Weekday(DATE) &amp;lt;&amp;gt; 'Sun', WeekDay(DATE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, then this should def. wor:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Match(WeekDay(DATE), 'Mon', 'Tue', 'Wed', Thu', 'Fri'), WeekDay(DATE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835346#M293854</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-22T12:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Supress Weekend Names</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835347#M293855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try using &lt;/P&gt;&lt;P&gt;=weekday(DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension, not as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-Weekend-Names/m-p/835347#M293855</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-22T12:13:57Z</dc:date>
    </item>
  </channel>
</rss>

