Hypermommy
Programmer
Hi all...
I've inherited a tricky little report and am trying to simplify the formula so I can comprehend the report. Several times in this one formula I've noticed code like:
if (assigned_to = "group 1" or assigned_to = "group 2" then
do something.
Of course, in the real report the field names are larger and the name of the groups are larger, thus making it very hard to read. I'd like to replace that with something like:
if (is_theirs()) then do something
where is_theirs() is a User Defined formula that returns a true or a false.
Can I do this? How? Thanks.
-= Hypermommy =-
I've inherited a tricky little report and am trying to simplify the formula so I can comprehend the report. Several times in this one formula I've noticed code like:
if (assigned_to = "group 1" or assigned_to = "group 2" then
do something.
Of course, in the real report the field names are larger and the name of the groups are larger, thus making it very hard to read. I'd like to replace that with something like:
if (is_theirs()) then do something
where is_theirs() is a User Defined formula that returns a true or a false.
Can I do this? How? Thanks.
-= Hypermommy =-