You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

DFF freetext default value

Accepted answer
13
Views
3
Comments

Summary:

how to achieve this requirement for DFF2?

DFF1, ATTRIBUTE1: value set containing 'Yes' and 'No'
DFF2, ATTRIBUTE2: freetext

DFF2 default value:
when DFF1 = Yes, then empty
when DFF1 = No, then 'X'

tried using this SQL default value, did not work

select
case
when :{SEGMENT.ATTRIBUTE1} = 'No' then 'X'
end
from
dual

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):

24B (11.13.24.04.0)


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!