aaa Posted March 10, 2005 Share Posted March 10, 2005 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 More sharing options...
-Queue- Posted March 10, 2005 Share Posted March 10, 2005 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 More sharing options...
aaa Posted March 11, 2005 Author Share Posted March 11, 2005 Thanks! I will try it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.