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)
|
Text Field color in Summary display, posted by Mike Jackson on Fri Apr 14 17:01:40 2006
|
Is it possible to have the text field be the same color as the other attributes in the summary display? What I mean is how each line is a different color,
but the text field is always white. I would like the text field to match the rest. I changed the .summary in the css file but it changes all the text
fields, it doesn't allow them to alternate colors like the other fields on the summary display |
Is it possible to require certain attributes for specific users (guests)?, posted by Mark Bergman on Tue May 2 22:58:48 2006
|
First of all, thanks for writing and maintaining eLog.
I've been using it for a few years, but I'm now introducing it in an environment that may have a lot of "Guest"
|