Carey,

I got the everything to work using the EXTERNAL qualification and the
record values are being appended to my temp field, but each record is still being opened in its own separate window. I am just using a basic AR system report, nothing fancy.

Thanks


Kyle

Carey Matthew Black wrote:
Kyle,

It is really simple. In the set field action you set the value to be.
$Field$+" OR '1'="""+$column_Value$+""""

Note: I doubled the double quotes that I want as literal values inside
the double quotes.... Like...
"this is a string with a double quote  "" in the middle of the string"

And I did that after the = and again after the column_Value to finish
the qualification.

So before you call the guide. Clear the value of the EXTERNAL_field value.
In the guide...
 if the EXTERNAL_field  = NULL... then
   EXTERNAL_field = "'1'="""+$column_Value$+""""
 else
   EXTERNAL_field = $EXTERNAL_field$+" OR '1'="""+$column_Value$+""""


--
Kyle Whitley
IT System Support Professional
Office of Information and Instructional Technology (OIIT)
Board of Regents of the University System of Georgia

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers 
Are"

Reply via email to