<?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: Set analysis Sum Sales two days into one day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467973#M174765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would recommend you to create a seperate field in Script which will show Monday in front of sunday and then use the field in chart to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load if(wildmatch(Weekday(Date),'Sat*'),'Mon',Weekday(Date)) as New_WeekDay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 06:45:01 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2013-03-22T06:45:01Z</dc:date>
    <item>
      <title>Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467972#M174764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have been trying to add Saturdays sales into Mondays Sales but NOT show Saturdays sales Date on Graph. I have been using syntax below with &lt;/P&gt;&lt;P&gt;Mondays and Saturdays sales showing have tried several combinations but still no go. any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar_WeekDay&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='Mon'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar_WeekDay&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='Sat' ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessArea&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Building Supp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar_WeekDay&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Sat','Mon'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 06:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467972#M174764</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2013-03-22T06:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467973#M174765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would recommend you to create a seperate field in Script which will show Monday in front of sunday and then use the field in chart to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load if(wildmatch(Weekday(Date),'Sat*'),'Mon',Weekday(Date)) as New_WeekDay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 06:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467973#M174765</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-22T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467974#M174766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&amp;nbsp; with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Calendar_WeekDay ='mon'or Calendar_WeekDay ='sat' ,&lt;/P&gt;&lt;P&gt;Sum(TOTAL{&amp;lt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;BusinessArea&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Building Supp]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;},&lt;/SPAN&gt;Calendar_WeekDay={'sat','mon'}&amp;gt;}SalesValue),&lt;/P&gt;&lt;P&gt; sum(SalesValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 06:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467974#M174766</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-22T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467975#M174767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik, &lt;/P&gt;&lt;P&gt;thanks for your help I did use it at script level but it still showed Saturdays I changed the dimension to a field to only show Selling Day Dates.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also thank you Som for your help&lt;/P&gt;&lt;P&gt;regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 06:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467975#M174767</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2013-03-25T06:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467976#M174768</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the attached example for more clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 06:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467976#M174768</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-25T06:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467977#M174769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;first thank you for reply&lt;/P&gt;&lt;P&gt;Yes this works for the Days of the week.&lt;/P&gt;&lt;P&gt;I need it to be Date driven so I can show all selling dates for current month in graph.&lt;/P&gt;&lt;P&gt;if you select from your Dates list box the 2/3/2013 which is a Satuday and then select 4/3/2013&lt;/P&gt;&lt;P&gt;which is a Monday it does not add Satudays total to Mondays but if you do via weekdays it does &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 06:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467977#M174769</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2013-03-25T06:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467978#M174770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you select the dated then you will not be able to see the bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Will you please tell us why you want to have this on date selection basis? when you can have that on weekday basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 06:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467978#M174770</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-25T06:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Sum Sales two days into one day</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467979#M174771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;sorry for late reply, and thank you for your help.&lt;/P&gt;&lt;P&gt;The reason I need dates is the Sales graph I am doing is by Month and I need to show all the working days or "Dates" in graph.&lt;/P&gt;&lt;P&gt;Sorry it is my fault I did not explain it properly, but I have it working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 06:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Sum-Sales-two-days-into-one-day/m-p/467979#M174771</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2013-03-26T06:50:57Z</dc:date>
    </item>
  </channel>
</rss>

