hcwaustria 10 posts msg #53603 - Ignore hcwaustria | 
7/28/2007 11:44:01 AM
  i am still learning the system and have a question: when i create a filter, is it possible to filter out stocks from a specific sector like for example "financials", or an industry like for example "airlines"?
 thank you in advance for answers and suggestions.
 
  | 
dwiggains 448 posts msg #53616 - Ignore dwiggains | 
7/28/2007 5:52:10 PM
  Do a search under forms. This is already posted.
 
 set{Nonsector, count(SECTOR is SERVICES,1)} 
 set{Anything_But, 1 - Nonsector} 
 Anything_But is above 0 
 add column sector 
 
 See ya
 David
 
  | 
hcwaustria 10 posts msg #53621 - Ignore hcwaustria | 
7/28/2007 8:23:22 PM
  thank you, David
 
  |