# # Copyright 2006 Pentaho Corporation. All rights reserved. # This software was developed by Pentaho Corporation and is provided under the terms # of the Mozilla Public License, Version 1.1, or any later version. You may not use # this file except in compliance with the license. If you need a copy of the license, # please go to http://www.mozilla.org/MPL/MPL-1.1.txt. The Original Code is the Pentaho # BI Platform. The Initial Developer is Pentaho Corporation. # # Software distributed under the Mozilla Public License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to # the license for the specific language governing your rights and limitations. # description=[pt_2] This is an example of using a global filter and a session filter. <p/>The global filter is DEPARTMENT_LIST which provides values for the DEPARTMENT parameter. DEPARTMENT_LIST is\tgenerated by doing an SQL 'select distinct' on the departments column. Being a global filter, the query is executed only once and available to all users. <p/>The session filter REGION_FILTER is generated by a rule that is executed for each user that logs in. The values are stored in the user's session and is available as long as the user remains logged in. title=[pt_3] Secure Session and Global Filters