Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Formula.


aaa

Recommended Posts

I have few fields a,b,c,d and any global fields FF and FFVAL.

I want that in FF put any formula depend a,b,c,d and FFVAL get the value of it formula.For example

a=1;b=2;c=3;d=4

If in FF i put a+b-c-d in FFVAL, i must have -4. If in FF i put a+b*c-d, in FFVAL i must have 3 .........

Link to comment
Share on other sites

If you are using version 7, you can Evaluate( FF; [a; b; c; d] ). If you are using an earlier version, you will have to hard-code each option into the calculation, which is probably more trouble than it is worth.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use