<?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 How make filter selections set to default in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241442#M91864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply ,&lt;/P&gt;&lt;P&gt;Actually i have'nt created Macro anytime , and i am using version 9 , could you please point me to a sample app to show how to achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2011 22:34:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-07T22:34:57Z</dc:date>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241440#M91862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have multiple charts with various filters , i want to make some of the filter values set to default , i mean something like if i click on a button say Default , all the specified filter values must set to default selection.How do i achive this?&lt;/P&gt;&lt;P&gt;And also as i was adding tabs the performance of my application has been reducing,more calculation less performance...how do i handle this...&lt;/P&gt;&lt;P&gt;Please Suggest....&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 22:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241440#M91862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-07T22:24:36Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241441#M91863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Make a macro - clear all values and then set your desired ones. Alternatively you may use (in version 10) the "Clear"-button, wich resets to the initial state.&lt;BR /&gt;2. close all graphs. Additionally you may show them only subj to conditions (less than xxx values selected or the like)&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 22:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241441#M91863</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-03-07T22:29:09Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241442#M91864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply ,&lt;/P&gt;&lt;P&gt;Actually i have'nt created Macro anytime , and i am using version 9 , could you please point me to a sample app to show how to achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 22:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241442#M91864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-07T22:34:57Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241443#M91865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 00:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241443#M91865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-09T00:36:25Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241444#M91866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want this implemented using macro you can do the following:&lt;BR /&gt;&lt;BR /&gt;1. To &lt;B&gt;clear all&lt;/B&gt; selected values you can issue this statement in your macro.&lt;BR /&gt;&lt;BR /&gt;ActiveDocument.ClearAll false&lt;BR /&gt;&lt;BR /&gt;The false (or true) parameter tells QV whether to clear the "locked" selections or not.&lt;BR /&gt;&lt;BR /&gt;2. To &lt;B&gt;set the selected value&lt;/B&gt; you can do something like this:&lt;BR /&gt;&lt;BR /&gt;set fld = ActiveDocument.GetField("&amp;lt;YourField&amp;gt;")&lt;BR /&gt;set fldVal = fld.GetNoValues&lt;BR /&gt;fldVal.Add&lt;BR /&gt;fldVal(0).Text = "&amp;lt;YourSelectionValue&amp;gt;"&lt;BR /&gt;fld.SelectValues fldVal&lt;BR /&gt;&lt;BR /&gt;If the field is numeric you also need to set the following properties before the actual SelectValues&lt;BR /&gt;&lt;BR /&gt;fldVal(0).Number = "&amp;lt;YourNumericValue&amp;gt;"&lt;BR /&gt;fldVal(0).IsNumeric = true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The &lt;B&gt;sample macro would look like&lt;/B&gt;:&lt;BR /&gt;&lt;BR /&gt;Public Sub SetDefaultValue&lt;BR /&gt; ActiveDocument.ClearAll false&lt;BR /&gt; set fld = ActiveDocument.GetField("&amp;lt;YourField&amp;gt;")&lt;BR /&gt; set fldVal = fld.GetNoValues&lt;BR /&gt;&lt;BR /&gt; fldVal.Add&lt;BR /&gt; fldVal(0).Text = "&amp;lt;YourSelectionValue&amp;gt;"&lt;BR /&gt;&lt;BR /&gt; if fld.GetProperties.IsNumeric then&lt;BR /&gt; fldVal(0).Number = "&amp;lt;YourNumericValue&amp;gt;"&lt;BR /&gt; fldVal(0).IsNumeric = true&lt;BR /&gt; else&lt;BR /&gt; fldVal(0).IsNumeric = false&lt;BR /&gt; end if&lt;BR /&gt;&lt;BR /&gt; fld.SelectValues fldVal&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 01:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241444#M91866</guid>
      <dc:creator />
      <dc:date>2011-03-09T01:14:39Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241445#M91867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this post for some tips:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2010/02/setting-initial-selections-in-version-9.html"&gt;http://qlikviewnotes.blogspot.com/2010/02/setting-initial-selections-in-version-9.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 05:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241445#M91867</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-03-09T05:51:05Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241446#M91868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much , so i am using Qlikview 9 , implementing action to get the book mark , Here is the sample document of what i am trying to achive....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 00:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241446#M91868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-10T00:42:32Z</dc:date>
    </item>
    <item>
      <title>How make filter selections set to default</title>
      <link>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241447#M91869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides applying the Bookmark, you could use Actions to clear selections and to make specific selections in certain fields.&lt;/P&gt;&lt;P&gt;Regarding your Calendar controls, they represent Variables, and those have nothing to do with the selected Fields or Bookmarks. Add another action to set the value of each Variable to the desired date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 01:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-make-filter-selections-set-to-default/m-p/241447#M91869</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-10T01:58:28Z</dc:date>
    </item>
  </channel>
</rss>

