<?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: QV Components, add date variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030922#M635663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have tried using Date# function like below, date format should be same as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(_f_DateSerial) &lt;/STRONG&gt;and &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(_f_DateSerial) &lt;/STRONG&gt;should be in proper date format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;{"&amp;gt;=$(=min(date#(_DateIslandSerial,'DD/MM/YYY')))&amp;lt;=$(=max(date#(_DateIslandSerial,'DD/MM/YYYY')))"}&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 06:56:33 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-04-14T06:56:33Z</dc:date>
    <item>
      <title>QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030921#M635662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm adding new variables to the QV Components date variables.&lt;/P&gt;&lt;P&gt;Because I want to use a date island I tested in the GUI for the correct syntax and want to add this as new variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create this new variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Year To Date Productief Date island&lt;/P&gt;&lt;P&gt;Let $(_fieldPrefix)vSetYTDModifierProductiefDateIsland =&lt;/P&gt;&lt;P&gt;MapSubString('_qvctemp.Calendar.EscapeCharsMap',&lt;/P&gt;&lt;P&gt;'$(_vClearFieldList)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(_f_DateSerial) = {"&amp;gt;=$(=min(_DateIslandSerial))&amp;lt;=$(=max(_DateIslandSerial))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$(_fYear) = {"@(=$(_qvctemp.vMaxModifier)$(_fYear)))"}&lt;/P&gt;&lt;P&gt;,$(vProductieveUren)&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a new part in the variabel &lt;SPAN style="font-size: 13.3333px;"&gt;,$(vProductieveUren) works as needed but I cannot get the DateIslandSerial part working. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The variable resolves in the fron end to &amp;gt;=&amp;lt;=.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P&gt;$(_f_DateSerial) = {"&lt;STRONG&gt;@(&lt;/STRONG&gt;&amp;gt;=$(=min(_DateIslandSerial))&amp;lt;=$(=max(_DateIslandSerial))&lt;STRONG&gt;)&lt;/STRONG&gt;"}&lt;/P&gt;&lt;P&gt;and I tried placing the whole part &lt;STRONG style="font-size: 13.3333px;"&gt; &lt;/STRONG&gt;{"&amp;gt;=$(=min(_DateIslandSerial))&amp;lt;=$(=max(_DateIslandSerial))"} into another variable but the result remains the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: how do I need to format this part to resolve in the variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using QV Components 10.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030921#M635662</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-04-14T06:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030922#M635663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have tried using Date# function like below, date format should be same as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(_f_DateSerial) &lt;/STRONG&gt;and &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(_f_DateSerial) &lt;/STRONG&gt;should be in proper date format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;{"&amp;gt;=$(=min(date#(_DateIslandSerial,'DD/MM/YYY')))&amp;lt;=$(=max(date#(_DateIslandSerial,'DD/MM/YYYY')))"}&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030922#M635663</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-14T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030923#M635664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the format doesn't do anything.&lt;/P&gt;&lt;P&gt;The result I see in the variable is still &amp;gt;=&amp;lt;=&lt;/P&gt;&lt;P&gt;The DateIslandSerial isn't visible at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030923#M635664</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-04-14T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030924#M635665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one:&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; $(_f_DateSerial) = {"&amp;gt;=@(=min(_DateIslandSerial))&amp;lt;=@(=max(_DateIslandSerial))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030924#M635665</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T09:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030925#M635666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert, can you explain what happens with the $ and @.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the escape character mapping?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030925#M635666</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-04-14T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: QV Components, add date variable</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030926#M635667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's right. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 10:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Components-add-date-variable/m-p/1030926#M635667</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T10:16:01Z</dc:date>
    </item>
  </channel>
</rss>

