Hi there ... I'm stuck with the problem to need calculable fields
This means lets say I want to output the tax-rate of a sum, so simply said show the (number *0.2)
How to do this?
Hi there ... I'm stuck with the problem to need calculable fields
This means lets say I want to output the tax-rate of a sum, so simply said show the (number *0.2)
How to do this?
Comments
Comment #1
wizonesolutionsStrange, could've sworn I had answered this recently but must've been in another issue queue!
Anyway, check out CCK Computed Field. It provides tokens and is very flexible since it uses PHP.
Comment #2
zewa commentedyou're right ... haven't thought about that option.
Thx for the input