James Gill Posted December 15, 2010 Posted December 15, 2010 I'm just curious if this is possible. Say if I have a calculation that is asking get (CurrentDate) = get (CurrentDate) and the results is 1. If I have a field that contains the literal text "=", can I substitue that value as an calculation operator like this? if ( get (CurrentDate) & RandomField & get (CurrentDate) ; 1 ; 0 ) and get 1 as the result? Is this the correct method to accomplish something along these lines? I'm basically wanting to allow the user to create their own custom calculations without needing a developer to do this for them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now