Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXTRACT and ALL functions

Status
Not open for further replies.

oscarse

Programmer
Apr 9, 2006
99
0
0
CA
Maybe I am misinterpreting the logic here?

I was expecting to do a
=EXTRACT(<objecttoextract>,
(<logicalexpr1> AND <logicalexpr2>))

Basically EXTRACT only if 2 conditions are true

The compiler comes back and says its wanting a singular Logical expression ... so I went into the functions and couldn't find an AND ... ALL() sounds like an AND but I tried

=EXTRACT(<objecttoextract>,
ALL(<logicalexpr1>,<logicalexpr2>))

The compiler doesn't like this either can someone please set me on the right track.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top