Hey Mike,
I just had a chance to check out your email and that strategy looks reasonable to me. Since you are just reformatting the value of a tag, you could always just work this directly into script code in a custom widget. This would allow you to make your expression much more flexible but what you have done works well.
The only thing I'd really suggest is to insert a few PickValid()'s in your code to ensure that your conditionals are always evaluated. ie:
IfThen(PickValid([runtime],0)>1,...);
Hey Mike,
I just had a chance to check out your email and that strategy looks reasonable to me. Since you are just reformatting the value of a tag, you could always just work this directly into script code in a custom widget. This would allow you to make your expression much more flexible but what you have done works well.
The only thing I'd really suggest is to insert a few PickValid()'s in your code to ensure that your conditionals are always evaluated. ie:
````
IfThen(PickValid([runtime],0)>1,...);
````
Trihedral Engineering Ltd.