cancel
Showing results for 
Search instead for 
Did you mean: 

not null DFX layer

former_member402770
Participant
0 Kudos

Hi Experts,

How to add not null for particular object in IDT Universe Design DFX layer

Thanks,

Dinya

Joe_Peters
Active Contributor
0 Kudos

Please clarify what you're asking for.

former_member402770
Participant
0 Kudos

To suppress Not Null values for an Field at IDT Dfx Layer

Accepted Solutions (1)

Accepted Solutions (1)

sonet_kebede
Advisor
Advisor
0 Kudos

There is only Yes or No Nullable in the dfx (you can find this from the Table Properties\Columns) unless this is a derived table.

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

have you tried with IS NOT NULL function ?

Table.Col is not null

former_member402770
Participant
0 Kudos

Hi Amit,

Iam trying to implement IS NOT NULL at DFX layer. BFX layer is fine

Thanks,

Dinya

amitrathi239
Active Contributor
0 Kudos

where are you trying to implement on specific column or in the derived table?

former_member402770
Participant
0 Kudos

in specific column pls

amitrathi239
Active Contributor
0 Kudos

why are you not adding not null conditional in business layer object