I have two formulas:
{@timeopened}
numbervar times:= {MRSC99.T_CHART_OPEN};
timevar tm;
tm:=time(dateadd("s",times,datetime(0,0,0,0,0,0)));
Time(hour(tm),minute(tm),second(tm))
{@timeclosed}
numbervar times:= {MRSC99.T_CHART_CLOSED};
timevar tm;
tm:=time(dateadd("s",times,datetime(0,0,0,0,0,0)));
Time(hour(tm),minute(tm),second(tm))
I want to be able to say {@timeopened} - {@timeclosed}. This formula doesn't work. What will? Thanks, Wendi
{@timeopened}
numbervar times:= {MRSC99.T_CHART_OPEN};
timevar tm;
tm:=time(dateadd("s",times,datetime(0,0,0,0,0,0)));
Time(hour(tm),minute(tm),second(tm))
{@timeclosed}
numbervar times:= {MRSC99.T_CHART_CLOSED};
timevar tm;
tm:=time(dateadd("s",times,datetime(0,0,0,0,0,0)));
Time(hour(tm),minute(tm),second(tm))
I want to be able to say {@timeopened} - {@timeclosed}. This formula doesn't work. What will? Thanks, Wendi