<?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: Default selection in date wit specific condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1754885#M453732</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Since I think notifications are still not working as they used to, just wanted to flag this one, as poster did respond back and attach some data files, another poster did reply, but we have no close-out by the poster either, so if you can have a look if you have time, much appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 11:03:03 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-10-22T11:03:03Z</dc:date>
    <item>
      <title>Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748562#M453469</link>
      <description>&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;I have to implement 1 scenario - Select date of previous month end when activate sheet.&amp;nbsp; This is easily achievable but the complexity is for the work day 1 and work day 2 select previous to previous month end.&amp;nbsp; For rest of the days its previous month end.&lt;/P&gt;&lt;P&gt;I have 1 qvd it has work day info with dates.&amp;nbsp; I am not able to figure out how do i use this work day table to handle the selections for work day 1 and 2.&lt;/P&gt;&lt;P&gt;If someone has any idea please do share. It would be great help for me. Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748562#M453469</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2024-11-16T18:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748565#M453470</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13486"&gt;@nehasaxena&lt;/a&gt;&amp;nbsp;would you be able to share some sample data and explain what are you looking to get from the sample you share&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748565#M453470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-30T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748585#M453471</link>
      <description>&lt;P&gt;&amp;nbsp;I am adding more information. 2 Excel files attached, 1 file has the dates that are in my main data. Records are available only for these dates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd file is which has workday information.&lt;/P&gt;&lt;P&gt;I want to achieve soemthing like this&amp;nbsp; -&amp;nbsp;=If(match(workday,'WD1','WD2'),Date(MonthEnd(AddMonths(today(),-2)),'M/D/YYYY'),Date(MonthEnd(AddMonths(today(),-1)),'M/D/YYYY'))&lt;/P&gt;&lt;P&gt;This i want trigger when specific sheet open. But we have select in field trigger, not sure this kind of expression will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. Please do suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 16:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748585#M453471</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2020-09-30T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748586#M453472</link>
      <description>&lt;P&gt;Hi Sunny, I have replied in original post please do check the files.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 16:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748586#M453472</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2020-09-30T16:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748640#M453477</link>
      <description>&lt;P&gt;More or less something like that, filters can help you.&lt;/P&gt;&lt;P&gt;SCRIPT:&lt;/P&gt;&lt;P&gt;WorkDay:&lt;BR /&gt;LOAD WorkDay,&lt;BR /&gt;Date,&lt;BR /&gt;monthend(Date) as Month_End&lt;BR /&gt;FROM [C:\Users\Juan\Desktop\Tablas\WorkDay.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748640#M453477</guid>
      <dc:creator>juanma21</dc:creator>
      <dc:date>2020-09-30T19:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748643#M453478</link>
      <description>&lt;P&gt;in the script you can use the weeks&lt;/P&gt;&lt;P&gt;SCRIPT:&lt;/P&gt;&lt;P&gt;WorkDay:&lt;BR /&gt;LOAD WorkDay,&lt;BR /&gt;Date,&lt;BR /&gt;Monthend(Date) as Month_End,&lt;BR /&gt;Week(Date) as WeekDay&lt;BR /&gt;FROM [C:\Users\Juan\Desktop\Tablas\WorkDay.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juanma21_0-1601495996464.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41513iAB26C173C1332795/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juanma21_0-1601495996464.png" alt="juanma21_0-1601495996464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748643#M453478</guid>
      <dc:creator>juanma21</dc:creator>
      <dc:date>2020-09-30T20:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748644#M453479</link>
      <description>&lt;P&gt;I hope I have helped you in something, if it is not the case, please give me more details&lt;BR /&gt;Greetings&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1748644#M453479</guid>
      <dc:creator>juanma21</dc:creator>
      <dc:date>2020-09-30T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection in date wit specific condition</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1754885#M453732</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Since I think notifications are still not working as they used to, just wanted to flag this one, as poster did respond back and attach some data files, another poster did reply, but we have no close-out by the poster either, so if you can have a look if you have time, much appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 11:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-in-date-wit-specific-condition/m-p/1754885#M453732</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-22T11:03:03Z</dc:date>
    </item>
  </channel>
</rss>

