Hello.
I have a problem building a calculated item. When i try to compile i get this error: "frm-30380 there is a circular chain of dependent calculate items".
I am trying doing a calculated item simulating a "counter" or a select count(1). I would like to know the number of records of my block (A).
So i created a calculated item in my block: :A.COUNTER
Properties of my Calcutaled item:
(i am not sure if is correctly traduced):
- Formula: :ECO_STOCK_DELETE.COUNTER + 1
- Calculation Mode: Formula
- Function summary: Count
My block A, is a block with several records. And i need to know if is empy or not, if is not empty i must build a DELETE (ddl).
Thanks