I have 30 fields in 30 columns named like ColumnHeader1,..,ColumnHeaderN.
I have to create Formula for every field. For example,
@Formula1= trim({rpt_DReport.ColumnHeader1)
@Formula2= trim({rpt_DReport.ColumnHeader2).
The only difference in those 30 formulas will be the actual Number. Needless to say that if I need to do change, I have to do it 30 times - that's really silly.
Question: Is it possible to capture Number from the field name and use it in the formula. I will still have 30 formulas, perhaps, but if I need to change them, I can do it in only one place ( template formula) and all others will use the same code. Any other suggestion will be appreciated.
I have to create Formula for every field. For example,
@Formula1= trim({rpt_DReport.ColumnHeader1)
@Formula2= trim({rpt_DReport.ColumnHeader2).
The only difference in those 30 formulas will be the actual Number. Needless to say that if I need to do change, I have to do it 30 times - that's really silly.
Question: Is it possible to capture Number from the field name and use it in the formula. I will still have 30 formulas, perhaps, but if I need to change them, I can do it in only one place ( template formula) and all others will use the same code. Any other suggestion will be appreciated.