You need to sign in to do that
Don't have an account?

? Tips on reducing compiled formula size ?
I get the following error message for my formula:
Error: Compiled formula is too big to execute (5,217 characters).
I've tried shortening the Field Labels as well as the Field Names. I even tried making the field lengths shorter.
Nothing I've tried has changed the formula size.
Any other suggestions???
If you have any long OR statements try using the ( : ) multiple operator in a CONTAINS function instead.
If you have any large nested IF statements try using CASE statements instead.
Both of these will sometimes reduce formula compile sizes.