Three possible credit ratings are assigned to customers: Poor, Good, and Excellent (represented numerically by 1, 2, and 3). A RATING column was added to the CUSTOMERS table and the DBA has to add an item to his form so that credit ratings can be recorded. To restrict data entry clerks to one of these three values, he decided to create a radio group for the Rating item. With the item node of the Customers block selected in the Object Navigator, he clicked Create. He then opened the Property Palette for the new item and set properties as follows:
Name: RATING
Item Type: Radio Group
Data Type: Number
Column Name: Rating
Canvas: CUSTOMER_CV
He opened the CUSTOMER_CV canvas in the Layout Editor, but the Rating item does not appear. How can he get the Rating item to appear on the canvas?