cancel
Showing results for 
Search instead for 
Did you mean: 

empty value

Former Member
0 Kudos

Hi All,

I run this following query after upgrade database from 2004A to 2005A to know if the value of approval query:


SELECT T0.[WtmCode], T1.[CondId], t2.wstcode,
 t1.opvalue, t3.queryid FROM OWTM T0 left JOIN 
WTM4 T1 ON T0.WtmCode = T1.WtmCode 
left join wtm2 t2 on t2.wtmcode = t0.wtmcode 
left join wtm5 t3 on t3.wtmcode = t0.wtmcode
order by t3.queryid

The value is empty especially for query based approval. Will the approval work if the value is empty or ratio is undefined in B1 2005A?

Rgds,

Edited by: Philip Eller on Jun 17, 2008 9:13 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member583013
Active Contributor
0 Kudos

Rajh,

If this is an Approval Query, then the format of the Query is incorrect. The Query value in the Select cannot be fields. They should either be TRUE or FALSE for the approval to work.

Suda

former_member187989
Active Contributor
0 Kudos

hi rajh,

Can you explain in detailed ?

Jeyakanthan