<?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: Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922383#M319483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My requirement is&lt;/P&gt;&lt;P&gt;I need to get the values for mtd,ytd and day values for particular date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select date(let's assume 1/2/2014) from calendar and mtd or ytd or day(lets assume day) from time granule .My text box will display sum of sales for particular day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for same date i.e 1/2/2014 if i select mtd my date in calendar object is getting cleared .I want it to be same unless i change the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 12:11:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-13T12:11:07Z</dc:date>
    <item>
      <title>Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922374#M319474</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;&lt;/P&gt;&lt;P&gt;What could be the possible reasons for selections not getting applied in qlikview .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have llist box calendar and text&amp;nbsp; box object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Date from calendar and Mtd,ytd or day from list box then values in text box should be appeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case if i select date from calendar then selections get applied in textbox for different dates.Upto this my application is working good.But if i select mtd or ytd or day my selections are not getting applied ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason ?Any Help is appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922374#M319474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922375#M319475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Impossible to tell for sure without being able to look at your document. Can you post a small qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922375#M319475</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-13T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922376#M319476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/176411"&gt;Selections on list box and calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please go through the above link .You will find my qvw document.&lt;/P&gt;&lt;P&gt;I should attach my document here but its taking long time to uplaod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922376#M319476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922377#M319477</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;The data links are not proper , in your &lt;STRONG&gt;fact_Scales and call_timeGranule tables the date key are in different format . Convert them to same format as below:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact_Sales:&lt;/P&gt;&lt;P&gt;LOAD Date(DATE_KEY,'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;YYYYMMDD&lt;/SPAN&gt;') as DATE_KEY&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;other columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;Call_TimeGranule :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Date(&lt;/SPAN&gt;TempDate&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,'YYYYMMDD')&lt;/SPAN&gt; as DATE_KEY&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident Cal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Error1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95927_Error1.png" style="height: 350px; width: 620px;" /&gt;&lt;IMG alt="Error2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95928_Error2.png" style="height: 350px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922377#M319477</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-08-13T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922378#M319478</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 Tried with following script .still problem exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let varMinDate = Floor(WeekStart(Date#('01-01-2014', 'DD-MM-YYYY')));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let varMaxDate = Floor(WeekEnd(Date#('31-07-2015', 'DD-MM-YYYY')));&lt;/P&gt;&lt;P&gt;Cal:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;$(varMinDate) + Iterno()-1 As Num,&lt;/P&gt;&lt;P&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&lt;/P&gt;&lt;P&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate); &lt;/P&gt;&lt;P&gt;left Join(Cal)&lt;/P&gt;&lt;P&gt;load date(TempDate,'YYYYMMDD') as DATE_KEY&lt;/P&gt;&lt;P&gt;Resident Cal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Cal_TimeGranule:&lt;/P&gt;&lt;P&gt;Load *, 'YTD' as TimeGranule &lt;/P&gt;&lt;P&gt;Resident Cal where DATE_KEY&amp;gt;= YearStart(TempDate) and DATE_KEY&amp;lt;=TempDate ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Bringing Accumulated MTD granule&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load *, 'MTD' as TimeGranule &lt;/P&gt;&lt;P&gt;Resident Cal where DATE_KEY &amp;gt;=monthstart(TempDate) and DATE_KEY&amp;lt;=TempDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Bringing Accumulated Day granule&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load * , 'Day' as TimeGranule &lt;/P&gt;&lt;P&gt;Resident Cal&lt;/P&gt;&lt;P&gt;where DATE_KEY=TempDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Cal;&lt;/P&gt;&lt;P&gt;CAL:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TempDate as CALDATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(TempDate) as SALES_MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(TempDate) as SALES_YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(TempDate) as SALES_MONTHNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(TempDate)/3) AS SALES_QUARTER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DayNumberOfYear(TempDate) as DayNumberOfYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(TempDate) as DayNumberOfMonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DayNumberOfQuarter(TempDate) as DayNumberOfQuarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Month(TempDate)) as MonthNum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Cal_TimeGranule;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922378#M319478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922379#M319479</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;Please find the attachment .i have made changes suggested by you. Stilll same issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 11:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922379#M319479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T11:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922380#M319480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share the qvw and the sample data will check &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 11:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922380#M319480</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-08-13T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922381#M319481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have shared&amp;nbsp; my qvw file .Please look into the discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 11:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922381#M319481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922382#M319482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i check your getting the rite data only!!! can you please explain what is the exact output your looking for ??&lt;/P&gt;&lt;P&gt;so that we can understand the requirement ...check your MTD,YTD and Day calculation once because it all yields the same result &lt;IMG __jive_id="95933" alt="Output.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95933_Output.png" style="height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 12:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922382#M319482</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-08-13T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Selections/m-p/922383#M319483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My requirement is&lt;/P&gt;&lt;P&gt;I need to get the values for mtd,ytd and day values for particular date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select date(let's assume 1/2/2014) from calendar and mtd or ytd or day(lets assume day) from time granule .My text box will display sum of sales for particular day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for same date i.e 1/2/2014 if i select mtd my date in calendar object is getting cleared .I want it to be same unless i change the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 12:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections/m-p/922383#M319483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T12:11:07Z</dc:date>
    </item>
  </channel>
</rss>

