How to find out occurrence of a column.

-1
How to find out occurrence of a column. 
asked
2 answers
0

Are you wondering if there is a datagrid with a column containing an attribute your are looking for? You can always use find usage. Click on the attribute and right click find usage. You can then filter the result on forms and see which form are using this attribute.

Regards,

Ronald

 

answered
0

You should be able to use the aggregate function on a column of a datagrid to achieve this.

answered