If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Edit Selection Formula

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-04, 10:45
ivanfernandes ivanfernandes is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
Unhappy Edit Selection Formula

Hello,

I am having a bit of trouble in the Record Selection Formula Editor.

I have passed in delimited string variable from my ASP page into my crystal report.

in the Editor, I cannot get the script to work using a NOT IN statement.

i.e.

variable passed in: variable1 ("a,b,c,d,e")

statement: field1 NOT IN variable1

it works if I say field1 IN (variable1)

but whay not the other way.

I have tried using the <> operators. But they only work if the variable I am passing in contains a single value i.e. "a"

Please help!

Thanks
Ivan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On