Thanks for the feedback.
I actually had a selection formula like in CR 11
{?CityName - CITY_NAME} = "" or {SALES.CITY_NAME} = {?CityName - CITY_NAME}
But, I can not define a default value of null to a dynamic pick list that selects values from a specific database column. I know how to define a default value for a static pick list. I am hoping that selecting no values from the pick list will make CR understand that a null is selected.
Also, what is the syntax of evaluating above formula to Is True. For example,
Is True ({?CityName - CITY_NAME} = "" or {SALES.CITY_NAME} = {?CityName - CITY_NAME})
does not work for syntax issue
Thanks in advance for your help.