<?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 making slider to set default position in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175963#M44159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai everyone,&lt;/P&gt;&lt;P&gt;how can i set the slider position default to 12.00 A.M to 6.00 A.M. My requirement is whenever i open my QV file it should to display default position in slider and after it should be possible to change the position also when user clicks. In slider i am using "Time" field&lt;/P&gt;&lt;P&gt;How can i work on this, please share your ideas on this.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 06:34:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-23T06:34:01Z</dc:date>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175963#M44159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai everyone,&lt;/P&gt;&lt;P&gt;how can i set the slider position default to 12.00 A.M to 6.00 A.M. My requirement is whenever i open my QV file it should to display default position in slider and after it should be possible to change the position also when user clicks. In slider i am using "Time" field&lt;/P&gt;&lt;P&gt;How can i work on this, please share your ideas on this.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 06:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175963#M44159</guid>
      <dc:creator />
      <dc:date>2011-03-23T06:34:01Z</dc:date>
    </item>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175964#M44160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav a solution.. it may help u&lt;/P&gt;&lt;P&gt;we can perform actions when we open qlikview file.&lt;/P&gt;&lt;P&gt;goto Settings tab -&amp;gt; Document Properties -&amp;gt; Triggers -&amp;gt; Document Event Triggers -&amp;gt; onopen -&amp;gt; add action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 07:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175964#M44160</guid>
      <dc:creator />
      <dc:date>2011-03-23T07:57:59Z</dc:date>
    </item>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175965#M44161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;what action i need to take and what conditin should i give.&lt;/P&gt;&lt;P&gt;Please can you give me steps with some example.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 09:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175965#M44161</guid>
      <dc:creator />
      <dc:date>2011-03-23T09:42:20Z</dc:date>
    </item>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175966#M44162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In action you can execute a macro to set your variables used in slider.&lt;/P&gt;&lt;P&gt;This is an exemple for the macro to set variables(BeginDate, EndDate) in today and day befor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub InitiateDates&lt;/P&gt;&lt;P&gt;Date1=DATE&lt;/P&gt;&lt;P&gt;Date2=DATE -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetVariable("BeginDate").SetContent Date1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.GetVariable("EndDate").SetContent Date2, true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Function DATE (in VB) get the current date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 09:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175966#M44162</guid>
      <dc:creator />
      <dc:date>2011-03-23T09:54:38Z</dc:date>
    </item>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175967#M44163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Hanen,&lt;/P&gt;&lt;P&gt;Please explain little more clear, i am new to QlikView and also i want to set the Time as Default.&lt;/P&gt;&lt;P&gt;In Slider what Expression should i use.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175967#M44163</guid>
      <dc:creator />
      <dc:date>2011-03-23T10:17:37Z</dc:date>
    </item>
    <item>
      <title>making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175968#M44164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;BR /&gt;If you're using Time field in slider, setting "default position" is nothing more than making default seelction in time field.&lt;BR /&gt;Default selection is simple - you can find dozens of examples here on forums.&lt;BR /&gt;(No expressions in slider)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 10:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175968#M44164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: making slider to set default position</title>
      <link>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175969#M44165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls share your knowledge on having default position for sliders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e; in my file contians one barchart and one slider. In barchart i had taken a GROUP(couple of fields)&amp;nbsp; as Dimension. &lt;/P&gt;&lt;P&gt;Based on selected field field from group in barchart, the slider gets effected in its min and max values. Upto here its working fine for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Very huge burden for me is, making the default position in slider for each field in a group from barchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i set the default position for slider when selects the fields from barchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 06:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-slider-to-set-default-position/m-p/175969#M44165</guid>
      <dc:creator />
      <dc:date>2011-06-15T06:36:03Z</dc:date>
    </item>
  </channel>
</rss>

