## 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=Dieses Beispiel zeigt, wie man globale Filter und Sessionfilter verwendet. <p/> Der globale Filter ist DEPARTMENT_LIST, der die Werte f\u00fcr die Abteilungsparameter bereitstellt. DEPARTMENT_LIST wird mit einem 'select distinct' der Spalte 'Abteilungen' generiert. Da es ein globale Filter ist, muss er nur einmal aktiviert werden um f\u00fcr alle Benutzer verf\u00fcgbar zu sein.<p/> Der Sessionfilter REGION_FILTER wir bei jedem einloggen eines Users erzeugt. Der Werte werden in der User-Session gespeichert und bleiben solange erhalten, wie der User eingeloggt bleibt.title=Sichere Session und globale Filter