<?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: Defaulting a multi box date value when opening a document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682513#M1079528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be a formatting of date issue.&lt;/P&gt;&lt;P&gt;Are your dates within this field formatted same way as provided in the search string ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 13:19:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-16T13:19:37Z</dc:date>
    <item>
      <title>Defaulting a multi box date value when opening a document</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682509#M1079524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to default a multi box date value field to the weekstart of this week.&amp;nbsp; I've looked into using a macro from OnActivateSheet Trigger but unable to get the syntax correct, and thinking there must be an easier way.&amp;nbsp; Attached is a screen shot of the multi box properties, and a portion of the screen showing the two values.&amp;nbsp; I'd like to default to the start of this week (07/14/2014) when opening the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 22:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682509#M1079524</guid>
      <dc:creator>triciagdaly</dc:creator>
      <dc:date>2014-07-15T22:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting a multi box date value when opening a document</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682510#M1079525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tricia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still add a "Select in Field" trigger to the OnActivateSheet.&lt;/P&gt;&lt;P&gt;Then under Field, type your date fieldname: Inv_RptWeek&lt;/P&gt;&lt;P&gt;and under Search String, type: =Date(WeekStart(Today()), 'M/D/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 03:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682510#M1079525</guid>
      <dc:creator />
      <dc:date>2014-07-16T03:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting a multi box date value when opening a document</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682511#M1079526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) While Opening a Document&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc Properties--&amp;gt;Triggeres--&amp;gt;OnOpen--&amp;gt;SelectInField &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName : Date_Field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldValue: date(WeekStart(Date_Field))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) On sheet Activation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SheetProperties--&amp;gt;Triggers--&amp;gt;OnActivateSheet---&amp;gt;SelectInField &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName : Date_Field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldValue: date(WeekStart(Date_Field))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682511#M1079526</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-16T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting a multi box date value when opening a document</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682512#M1079527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this and when refreshing or opening the sheet, date is not appearing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682512#M1079527</guid>
      <dc:creator>triciagdaly</dc:creator>
      <dc:date>2014-07-16T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting a multi box date value when opening a document</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682513#M1079528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be a formatting of date issue.&lt;/P&gt;&lt;P&gt;Are your dates within this field formatted same way as provided in the search string ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-a-multi-box-date-value-when-opening-a-document/m-p/682513#M1079528</guid>
      <dc:creator />
      <dc:date>2014-07-16T13:19:37Z</dc:date>
    </item>
  </channel>
</rss>

