It lets you create the relationship? Or it lets you add summary fields? I can create the relationship, it just won't allow any summary fields.
The limits page the error message linked to states:
You will be able to create a summary field only when the foreign key meets the following conditions:
-
-
The field must not have any custom permissions.
-
Any referenced fields in the formula must not have any custom permissions.
-
The formula field only references other fields which are either scalar or formulas that follow these rules.
-
The maximum number of text values that a combined text summary field can accumulate is 150.
-
Only the following formula functions are supported when not referencing dates, datetimes, or users.
-
ToText()
-
Nz
-
ToFormattedText that does not reference a timezone
-
ToNumber
-
ToBoolean
-
Mathematical functions like log, mod, etc.
-
Text functions like right, left, mid, etc.
-
URLEncode
-
Duration conversions like ToDays, ToMSeconds, etc.
Note: Any function above, like ToText(), referencing a date or time will not be allowed.
Which makes it clear that what I'm trying to do is not allowed. I'm just trying to understand WHY (and, more importantly, trying to find a workaround that lets me do what I'm trying to do).
------------------------------
Andrew Nelson
------------------------------