<?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 to fixe a selection on loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146593#M25129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, sorry I just start using Set Analysis...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2009 15:12:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-16T15:12:08Z</dc:date>
    <item>
      <title>How to fixe a selection on loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146589#M25125</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'm building a application that shows a list of years, for each year a button can open a QlikView application dedicated to this year. (I can't put all years in only one application, it's too big).&lt;/P&gt;&lt;P&gt;On each detailled application I have datas for one specific year and the previous year to compare values.&lt;/P&gt;&lt;P&gt;I build that detailled application by scripting and launch loading in command line with the wanted year as parameter.&lt;/P&gt;&lt;P&gt;My problem is :&lt;/P&gt;&lt;P&gt;I want to dump values for a specific year only (let's say 2009) in a graph, another graph will show 2009 values compared to 2008 values. I don't know how to build the 2009 only graph. 2009 is a variable used in the load script, can I define a favorite from a variable ? Is there another way ?&lt;/P&gt;&lt;P&gt;I hope it's clear, Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146589#M25125</guid>
      <dc:creator />
      <dc:date>2009-06-11T15:16:01Z</dc:date>
    </item>
    <item>
      <title>How to fixe a selection on loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146590#M25126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show a snippet of how you're handling the variable in the load?&lt;/P&gt;&lt;P&gt;You should be able to set the value of a QlikView variable in the load as well: SET vYearValue = 'Use the variable definition here'&lt;/P&gt;&lt;P&gt;I think however you are applying the variable to the load should also work for supplying it to a QlikView variable.&lt;/P&gt;&lt;P&gt;Then you should be able to use that variable and Set Analysis to create your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 22:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146590#M25126</guid>
      <dc:creator />
      <dc:date>2009-06-11T22:13:29Z</dc:date>
    </item>
    <item>
      <title>How to fixe a selection on loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146591#M25127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have no problem to set the variable from the load, and then use it in the QV application.&lt;/P&gt;&lt;P&gt;My problem is to dump a chart for only one value of a field, that value should be given by the variable, I can do that woth Set analysis, withoud using Favorite ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 20:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146591#M25127</guid>
      <dc:creator />
      <dc:date>2009-06-15T20:58:15Z</dc:date>
    </item>
    <item>
      <title>How to fixe a selection on loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146592#M25128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Load, set a variable with the year number of that load. For example vYear = 2009.&lt;/P&gt;&lt;P&gt;Then in your chart expressions, use: Sum({&amp;lt;Year = $(#vYear)&amp;gt;} Fact_Field)&lt;/P&gt;&lt;P&gt;That will only Sum where the Year is the same as your variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 05:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146592#M25128</guid>
      <dc:creator />
      <dc:date>2009-06-16T05:26:48Z</dc:date>
    </item>
    <item>
      <title>How to fixe a selection on loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146593#M25129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, sorry I just start using Set Analysis...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fixe-a-selection-on-loading/m-p/146593#M25129</guid>
      <dc:creator />
      <dc:date>2009-06-16T15:12:08Z</dc:date>
    </item>
  </channel>
</rss>

