Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Possible to Specify 2 CatRoot in Global?

Quote Reply
Possible to Specify 2 CatRoot in Global?
All right, just a standard line in a global:

my $cats = $relation->select ( { CatRoot => 4}, GT::SQL::Condition->new('Filter_Type','LIKE','isMain'), ['Category.Full_Name', 'Category.Name'])->fetchall_hashref;

But is it possible to filter two CatRoot's like: CatRoot => 4, 2

I have tried several combinations of this but cant get this to work.

~ ERASER


Free JavaScripts @ Insight Eye
Subject Author Views Date
Thread Possible to Specify 2 CatRoot in Global? Eraser 3061 Mar 16, 2008, 10:19 AM
Thread Re: [Eraser] Possible to Specify 2 CatRoot in Global?
brewt 2976 Mar 16, 2008, 1:48 PM
Post Re: [brewt] Possible to Specify 2 CatRoot in Global?
Eraser 2957 Mar 16, 2008, 1:58 PM