Hello everyone.
maybe it’s a stupid question, but I can not find a better solution.
I need to move some fields between the blocks at runtime to avoid redundancy of fields in the db table.
Ex.
design:
block_model_1
date_model
text1_model
flagx_model
block_model_2
date_scad
text2_demol
block_model_3
date_birth
at run-time depending on the model (eg 1,2,3, etc) you have to input their respective fields that are common in the table
eg. :
if (model = 3)
block_modello_1: no field
block_modello_2: no field
block_modello_3
date_model
text1_model
date_scad
date_birth
Now I’m starting to deal with temporary fields in design and before the insert/update the table field assign to temporary field, but since many fields, redundancy is difficult to manage.
Thanks to all
hello
Henry
Why they don’t I do not know - same as per Dave’s comment re nested blocks!