Re: implement 'hide attribute' and 'sort attribute', posted by Lars Jorgensen on Thu Mar 23 14:49:07 2006
|
> > Only the sorting (of the entry mask!) is missing! :)
>
> Ok, I put that on my wish list. So once the second or third person asks for it, I will
|
Re: implement 'hide attribute' and 'sort attribute', posted by Steve Jones on Thu Mar 23 21:52:03 2006
|
> > > Only the sorting (of the entry mask!) is missing! :)
> >
> > Ok, I put that on my wish list. So once the second or third person asks for it, I will
|
Simple math within an elog form, posted by Steve Jones on Tue Apr 4 06:18:18 2006
|
This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via
OPTIONS, and then take the selected values and perform some simple math and display the result. For example:
|
Re: Simple math within an elog form, posted by Stefan Ritt on Tue Apr 4 08:15:29 2006
|
[quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned
an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 00:00:14 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes
that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
Re: Simple math within an elog form, posted by Stefan Ritt on Wed Apr 5 10:07:59 2006
|
[quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 13:50:14 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 18:56:48 2006
|
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|