J
Jose Perdigao
in mdb, i can simplify expressions in queries using the the following:
a:field1*field2/24
b:field3/field4
c:a+b
In views I can't do this ( I believe is possible). I must type all
expressions (cfield1*field2/24)+field3/field4)
I have complex expressions, it means, the final expression will be too long
and more complex to evaluate them.
Question.
There is a way to simplify expressions in views, sp or in-line-functions?
Thans,
Jose Perdigão
a:field1*field2/24
b:field3/field4
c:a+b
In views I can't do this ( I believe is possible). I must type all
expressions (cfield1*field2/24)+field3/field4)
I have complex expressions, it means, the final expression will be too long
and more complex to evaluate them.
Question.
There is a way to simplify expressions in views, sp or in-line-functions?
Thans,
Jose Perdigão