I could follow the datamanipulation and found the "problem"
I make a subset of an existing data table and clear all the data which locks the formula column and suppresses the evaluation.
Then filling the table with data, but the formula stays empty.
I concatenate multiple of the same tables (append to first table). If the master table has a supressed eval, concat tables are not evaluated either.
Allow evaluation of the subset solved the problem.
dt_2 = dt << Subset(Output Table( "temp" ),Selected Rows( 0 ),Rows( [1] ),Selected columns only( 0 ),copy formula(1),link to original data table(0),Suppress formula evaluation( 0 ));
Concat dt_2 has then formula evaluation enabled.
"I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us"
- GLaDOS