<?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: Using a filter with on activate sheet trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711946#M256314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - I want to use a trigger but it is a little more complicated than your suggestion. Here is the structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FilterUser = STEPP&lt;/P&gt;&lt;P&gt;OSUser() = STEPP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPARTMENT: IT, SALE, FINANCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPARTMENTs specifically defined in the data that point to STEPP = IT and SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the "select in field" so that the field is DEPARTMENT. However I don't know how to write the search string. In the search string how do I create the relationship between FilterUser=OSUser()and bring back only possible DEPARTMENTS (IT and Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2014 00:59:02 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2014-07-20T00:59:02Z</dc:date>
    <item>
      <title>Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711942#M256310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to filter some data based on the activation of a sheet (using a trigger)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have a bunch of expressions that look similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;MajorCategory={'Operating Expense'},FilterUser={'$(=OSUser())'}&amp;gt;} Net)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get able to take this section: FilterUser={'$(=OSUser())'} of the expression and use it to filter the data upon activation of the sheet. Is this possible? This part of the set analysis filters on the user's data so I have to put it into every expression if I don't figure out a way to get it at the sheet level. (Note: I realize this is like section access but for different reasons section access is not the best route)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 19:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711942#M256310</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-19T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711943#M256311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a variable , and assign the user name to that variable,&lt;/P&gt;&lt;P&gt;then in the script load, you can write condition on your column, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where columnname = $(variable)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 21:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711943#M256311</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-07-19T21:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711944#M256312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I don't think that will work. Some of the tabs are filtered (like in my example). However some of the tabs should not be filtered by user. If I put where clause in script then it would eliminate needed data for some of the tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 21:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711944#M256312</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-19T21:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711945#M256313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try using a "select in field" trigger ?&lt;/P&gt;&lt;P&gt;You can set the Field as FilterUser and in search string you provide the osuser().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 22:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711945#M256313</guid>
      <dc:creator />
      <dc:date>2014-07-19T22:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711946#M256314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - I want to use a trigger but it is a little more complicated than your suggestion. Here is the structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FilterUser = STEPP&lt;/P&gt;&lt;P&gt;OSUser() = STEPP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPARTMENT: IT, SALE, FINANCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPARTMENTs specifically defined in the data that point to STEPP = IT and SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the "select in field" so that the field is DEPARTMENT. However I don't know how to write the search string. In the search string how do I create the relationship between FilterUser=OSUser()and bring back only possible DEPARTMENTS (IT and Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 00:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711946#M256314</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-20T00:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711947#M256315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the example!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 02:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711947#M256315</guid>
      <dc:creator>felipe_dutra</dc:creator>
      <dc:date>2014-07-20T02:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711948#M256316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I understand the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does it evaluate (compare) the OSUser to the FilterUser so you know who is currently logged on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - Not sure I am follow your "select in field" expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 14:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711948#M256316</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-20T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711949#M256317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow the trigger has to use the OSUser function to compare to the FilterUser field. It can't be a manual process to select a FilterUser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 14:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711949#M256317</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-20T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711950#M256318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 15:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711950#M256318</guid>
      <dc:creator>felipe_dutra</dc:creator>
      <dc:date>2014-07-20T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711951#M256319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change the script, run, save, close and open the application again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 16:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711951#M256319</guid>
      <dc:creator>felipe_dutra</dc:creator>
      <dc:date>2014-07-20T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711952#M256320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! I have to do a little more testing but I think this is exactly what I need!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 16:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711952#M256320</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-07-20T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using a filter with on activate sheet trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711953#M256321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 16:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-filter-with-on-activate-sheet-trigger/m-p/711953#M256321</guid>
      <dc:creator>felipe_dutra</dc:creator>
      <dc:date>2014-07-20T16:18:45Z</dc:date>
    </item>
  </channel>
</rss>

