result in grid

adisunn

Member
Hi

I want to understand about the result in grid option. For some column I am unable to see the data options/drop down button but for some coluns it is available. I am talking here about the column type is Number.
 
I assume you mean the "Show dictionary info in result grid" option? When enabled, the following dictionary info will be displayed in the result grid:
  • The column data type, optionality, and comment will be displayed on the status line.
  • A lookup list will be displayed for columns with a check constraint that checks for specific values (e.g. col in (value1, value2, ...))
  • A Lookup list will be displayed for columns with a foreign key constraint to small tables of less than 1000 rows.
 
Back
Top