Record in subtable disappearing after creation

I have a page named CUENTAS that includes a subtable called TRANSACCIONES

It was working fine, but now If I create a record in the subtable, it dissapears immediately after saving.
This happens if I do it directly in the CUENTAS form.

If I create a record directly in the TRANSACCIONES table, I can create it and it doesn’t dissapear after saving, however, it doesn’t appear in the Subtable of the Cuentas form anymore

You can try and see if you have set any “Fixed Filter” on the subtable called TRANSACCIONES.
It might cause saved records to disappear from the display while it might actually exists, just being filtered out.

1 Like

Thank you very much. That was it