Can calculated columns be saved in template files [message #1021] |
Fri, 31 July 2020 16:51 |
mike@reverielabs.com
Messages: 3 Registered: July 2020 Location: Boston area
|
Junior Member |
|
|
When I load a set of data and then create calculated columns, and save the result as a template, if I load a new set of data (with the same column structure), and then load the template, the columns will be set to new aliases properly but I can't re-create the calculated columns. Is there a way to do this? Thank you, mike
|
|
|
Re: Can calculated columns be saved in template files [message #1024 is a reply to message #1021] |
Sun, 02 August 2020 18:58 |
thomas
Messages: 711 Registered: June 2014
|
Senior Member |
|
|
A template does not know how individual columns were created, while dwar files store formulas in the column property section to be re-applied in case the data changes or rows are appended.
You may use a macro to calculate columns. If it first deletes previously calculated columns (in case they exist) and then freshly calculates them from scratch, then such a macro can be used no matter, whether or not the data already the columns to be calculated.
|
|
|