Thanks for the reply. However it does not help.

If i directly set the qualification it works. However, if i set the value in a 
temp field and then set this temp field to the DFV it does not work, gives 
syntax error over the mid-tier.

I've infact upgraded the Mid-Tier to 8.1 , still the same issue. I'am wondering 
if this not allowed or i'am missing something.

I have tried with one of the OOTB ITSM fb qualification and it's the same issue.

Ref.

((((((((((("customqual='Company'=" + """") + $z1D_Company$) + """") + " AND 
(('Status' = ") + """") + "Assigned") + """") + ") OR ('Status' = ") + """") + 
"In Progress") + """") + "))"


This qualification just works fine if i directly set in the AL, but after 
setting this to a zztmp variable and setting zztmp to the DV does not work 
(ii.e in Set Field,  DVF = $zztmp$).

E.g/

DVF = ((((((((((("customqual='Company'=" + """") + $z1D_Company$) + """") + " 
AND (('Status' = ") + """") + "Assigned") + """") + ") OR ('Status' = ") + 
"""") + "In Progress") + """") + "))" 


-> WORKS


zztmp = ((((((((((("customqual='Company'=" + """") + $z1D_Company$) + """") + " 
AND (('Status' = ") + """") + "Assigned") + """") + ") OR ('Status' = ") + 
"""") + "In Progress") + """") + "))"

DVF = zztmp

-> DOES NOT WORK

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to