cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Assignment

Former Member
0 Kudos

I have a table "month" having dropdown values like 1, 2, 3, 4 ....

But through assignment I am trying to assign the value to month as:

month = 2

but, its giving me an error. Can we assign a value to a field which is Dropdown list using an assignment

Thanks to All

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anuj,

This is possible.

1st select Property Assignment Field as field which is Dropdown

2ndly, dont write value month = 2 , Please select it form lookups tab in Expression.

Suppose if month is field in main tbale which is look up to table say months then your expression shud be like this as shown below:

Month[2]

Regards,

Mandeep Saini