Dict-Calculating field from MV fields (OpenInsight Specific)
At 05 MAR 2000 09:24:15PM Bill Vaughn wrote:
I am trying to create a MV'd calculated dictionary entry using the following formula:
@Ans={START_TIME} + {LENGTH}
Because the fields Start_time & Length are MV I got a non_numberic error.
The Formula
@Ans={START_TIME} + {LENGTH}
will pick up values in the first MV position okay no error, but not exactly the solution either.
I tried this formula:
@Ans={START_TIME} + {LENGHT}
no dice.
Question how do I get the calculated field to use the proper MV's with each line calculated?
At 05 MAR 2000 11:48PM Bill Vaughn wrote:
Got to stop thinking in Arev terms. Finally figured out that I needed to write a routine that calculated all values in field at once.
At 06 MAR 2000 04:51PM Paul Rule wrote:
How about @Ans={START_TIME} +++ {LENGHT}