[TYPO3-dev] Filter records in list view OR add additional WHERE	in TCA ctrl section
    Steffen Kamper 
    info at sk-typo3.de
       
    Tue Jun  8 12:06:08 CEST 2010
    
    
  
Hi,
not possible yet.
You can use a hook
$TYPO3_CONF_VARS['SC_OPTIONS']['typo3/class.db_list.inc']['makeQueryArray']
see class.db_list.inc
where you can add own addWhere to the query.
vg Steffen
    
    
More information about the TYPO3-dev
mailing list