<?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 date selection in slider in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166061#M38147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Miguel,&lt;/P&gt;&lt;P&gt;First of all thanks for your reply.&lt;/P&gt;&lt;P&gt;I done the same thing what you said in your post but when i drag the slider to particular date (i.e1 or 2 or 3 or 4, etc) it is not effecting to the sheet objects. Here i need to get, based on the date i selected the other objects in the sheet should display its output.&lt;/P&gt;&lt;P&gt;I hope you understand my problem, if any doubt please reply me with a question.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 10:55:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-18T10:55:37Z</dc:date>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166054#M38140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can anyone tell how to make the changes in chart based on slider selection.&lt;/P&gt;&lt;P&gt;for example, here i having a date in slider, if i select a dates from 1 to 15 th of particular moth then it should change the result in barchart i.e; the 1st to 15th dates data to be seen in barchart.&lt;/P&gt;&lt;P&gt;in the same way if i select 1st to 10th in slider it should get effect to barchart and should see only fist 10 days data.&lt;/P&gt;&lt;P&gt;Please share your ideas on this question, it will be helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 08:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166054#M38140</guid>
      <dc:creator />
      <dc:date>2011-03-17T08:45:28Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166055#M38141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;use Slider object with variable vRange&lt;/P&gt;&lt;P&gt;the expression would be&lt;/P&gt;&lt;P&gt;if(Day(Date)&amp;lt;= $(vRange),Date)&lt;/P&gt;&lt;P&gt;where Date is your field&lt;/P&gt;&lt;P&gt;this should satisfy your condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mukesh Chaudhari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 09:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166055#M38141</guid>
      <dc:creator />
      <dc:date>2011-03-17T09:28:37Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166056#M38142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mukessh,&lt;/P&gt;&lt;P&gt;First thanks for your reply. but can you provide expression for slider which i asked i.e; not having with variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 09:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166056#M38142</guid>
      <dc:creator />
      <dc:date>2011-03-17T09:58:37Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166057#M38143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat&lt;/P&gt;&lt;P&gt;U don't need expression in the slider object,just declare variable and use that variable in the slider&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166057#M38143</guid>
      <dc:creator />
      <dc:date>2011-03-18T05:55:31Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166058#M38144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable use in slider object will hold the value selected in the slider..This value is used to limit the number of days&lt;/P&gt;&lt;P&gt;hence no expression in variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 06:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166058#M38144</guid>
      <dc:creator />
      <dc:date>2011-03-18T06:03:12Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166059#M38145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HI mukesh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first create two variables in document properties --&amp;gt; variables and given values for first variable is "=min(Shift.Day)" and second variable is "=max(Shift.Day)".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And in slider Expression i given below expression . But this process is not working fine, i need to get the dates based on month selection i.e if i click on FEB month it should display only 28 days dates or if i am clicking May it should display 31 days dates.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;if(Day(Shift.Day)&amp;gt;= &lt;B&gt;&lt;I&gt;$(vdatemin)&lt;/I&gt;&lt;/B&gt; or &lt;B&gt;&lt;I&gt;$(vdatemax)&lt;/I&gt;&lt;/B&gt; ,Shift.Day)&lt;/P&gt;&lt;P&gt;Please check this expression and reply me back what should i change to get exact output.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 09:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166059#M38145</guid>
      <dc:creator />
      <dc:date>2011-03-18T09:53:43Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166060#M38146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have a calendar, or at least a month field, set an empty variable in the slider (vDate), and the following as min limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=MonthStart(Max(Date))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And max limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=MonthEnd(Max(Date))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now in the slider properties, go to Number, select Date, and leave the format as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;DD&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;So it will only show the days of the month. That will return the numeric value of the date, so you will need to use Date(vDate) to interpret it.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 10:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166060#M38146</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-18T10:45:24Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166061#M38147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Miguel,&lt;/P&gt;&lt;P&gt;First of all thanks for your reply.&lt;/P&gt;&lt;P&gt;I done the same thing what you said in your post but when i drag the slider to particular date (i.e1 or 2 or 3 or 4, etc) it is not effecting to the sheet objects. Here i need to get, based on the date i selected the other objects in the sheet should display its output.&lt;/P&gt;&lt;P&gt;I hope you understand my problem, if any doubt please reply me with a question.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 10:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166061#M38147</guid>
      <dc:creator />
      <dc:date>2011-03-18T10:55:37Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166062#M38148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi miguel,&lt;/P&gt;&lt;P&gt;I am trying to use only with Field in Slider but not with variables.&lt;/P&gt;&lt;P&gt;I tried with one expression in slider as seen in below, it is getting the dates of particular month which i select from listbox but not effecting to the sheet objects when i drag the slider for a particular date&lt;/P&gt;&lt;P&gt;i.e; if i select 21st of feb month then all the objects in sheet should display data of only 21st date data.&lt;/P&gt;&lt;P&gt;=if(Shift.Day='&amp;gt;=$(vdatemin) &amp;lt;=$(vdatemax)', Day(Shift.Day))&lt;/P&gt;&lt;P&gt;And also created a new two variables and there itself i given a values to both variables&lt;/P&gt;&lt;P&gt;first variable is "vdatemin" and its value is "=min(Shift.Day)"&lt;/P&gt;&lt;P&gt;second variable is "vdatemax" and its value is "=max(Shift.Day)"&lt;/P&gt;&lt;P&gt;Please can you look this and reply me where i had done the mistake.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166062#M38148</guid>
      <dc:creator />
      <dc:date>2011-03-18T11:23:04Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166063#M38149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check attached application, using variables and fields, and how the amount varies.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166063#M38149</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-18T11:59:41Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166064#M38150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi miguel,&lt;/P&gt;&lt;P&gt;i can't open your file in my system bcoz i am not having licensed version qlikview.&lt;/P&gt;&lt;P&gt;Please if you don't mind can you provide the screenshots of attached file or steps to do.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 12:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166064#M38150</guid>
      <dc:creator />
      <dc:date>2011-03-18T12:22:05Z</dc:date>
    </item>
    <item>
      <title>date selection in slider</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166065#M38151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi miguel,&lt;/P&gt;&lt;P&gt;i am back with you with a new question.&lt;/P&gt;&lt;P&gt;How can i make all the sheetobjects in a sheet send to excel ??? , i seen some posts that it is possible with only macros, please give me a expalnation and provide with example how to work on this.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 05:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection-in-slider/m-p/166065#M38151</guid>
      <dc:creator />
      <dc:date>2011-04-01T05:10:27Z</dc:date>
    </item>
  </channel>
</rss>

