<?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 Format Dimension axis labels in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/Format-Dimension-axis-labels/m-p/1039052#M886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a combo chart adding &lt;STRONG&gt;Day as Dimension&lt;/STRONG&gt;. My requirement is to &lt;STRONG&gt;show WeekEnds by a different color&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any advice as to how to handle this. I need any solution in order to identify week ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senarath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120231" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120231_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 15:09:37 GMT</pubDate>
    <dc:creator>senarath</dc:creator>
    <dc:date>2016-04-01T15:09:37Z</dc:date>
    <item>
      <title>Format Dimension axis labels</title>
      <link>https://community.qlik.com/t5/Scalability/Format-Dimension-axis-labels/m-p/1039052#M886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a combo chart adding &lt;STRONG&gt;Day as Dimension&lt;/STRONG&gt;. My requirement is to &lt;STRONG&gt;show WeekEnds by a different color&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any advice as to how to handle this. I need any solution in order to identify week ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senarath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120231" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120231_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Format-Dimension-axis-labels/m-p/1039052#M886</guid>
      <dc:creator>senarath</dc:creator>
      <dc:date>2016-04-01T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Format Dimension axis labels</title>
      <link>https://community.qlik.com/t5/Scalability/Format-Dimension-axis-labels/m-p/1039053#M887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you viewing this chart for one month at a time? Because 1 can be weekday for 1 month and weekend for another? If it is just 1 week at a time, then may be look at the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120269_Capture.PNG" style="height: 196px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; WeekDay(Date) as WeekDay,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Day(Date) as Day,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(Date) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(Date) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MakeDate(2015, 12, 31) + RecNo()) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; NORMINV(Rand(), 1000, 10) as Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate Today() - MakeDate(2015, 12, 31);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used for color:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match(WeekDay, 'Sun', 'Sat'), LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/120270_Capture.PNG" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/Format-Dimension-axis-labels/m-p/1039053#M887</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T22:21:44Z</dc:date>
    </item>
  </channel>
</rss>

