Hello,
Is possible stablish a kind of “rule” that delete the first x rows (for example 40) of a table when the number of rows in this table reach y number (for example 100)?
Thank you!
Hello,
Is possible stablish a kind of “rule” that delete the first x rows (for example 40) of a table when the number of rows in this table reach y number (for example 100)?
Thank you!
Hi Marc,
There’s no built-in approach to do that. Though you may create an event handler in which you’d clear the unnecessary rows manually.