Hi all,
I have to create a calculated item the would look like that:
abschange(system.run["cat <file> | grep {$MACRO} | awk '{print $(NF-1)}'"])
But it's not working.
Defining a UserParameter is sadly not an option.
Have anyone comme accross this problem ?
Jean-Bernard
I have to create a calculated item the would look like that:
abschange(system.run["cat <file> | grep {$MACRO} | awk '{print $(NF-1)}'"])
But it's not working.
Defining a UserParameter is sadly not an option.
Have anyone comme accross this problem ?
Jean-Bernard
Comment