cancel
Showing results for 
Search instead for 
Did you mean: 

Validation Syntax

Former Member
0 Kudos

Dear Experts,

When inserting Validation i want to check whether at WBS Element Level, the Responsible Cost Filed in blank. I used following Syntax for this purpose but did not worked.

Req.cost center = ' '

Very Much Appreciate your Guidance,

Dileepa.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dileepa,

Resposible Cost Center and Requesting Cost center are two different fields.

From your query, i understand you want to check Resp. Cost Cntr in validation, but in syntax you have written Req. cost center. Please change the same.

Regards,

Kabir

Former Member
0 Kudos

Hi Kabir,

Yes I have state the Validation statement wrongly in the Post. Actually I used the following statement:

Resp. cost cntr <> ' '

Still I am facing the same issue.

Regards,

Dileepa.

former_member201206
Active Contributor
0 Kudos

try with

Resp. cost cntr = ' '

After click of button 'constant', then just enter, which generate the ' '.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

It was sorted. I used the following Syntax:

Resp. cost cntr < > ''

Anyway thanks for your comments.

Regards,

Dileepa.

Edited by: Dileepa on Oct 1, 2009 5:55 AM