Usage of bash variables with Mace (-run -expression) utility
Hi all,
I need to clear out some measures only for specific weeks before the data loading.
Since the measures could be different from time to time, the initial idea was to have two different files: one for the measures that need to be cleared and the other one for set weeks involved in the cancellation.
Is it possible to use the "mace" command with "-run" and "-expression" options and bash variables?
For example, something similar to
mace -d -run -expression '$measure = 0' ?
Thanks in advance,
Daniela