I need to associate two fields in a report which cannot be accomplished through links for a particular report within Crystal 8.5. Since the "Where" clause is not allowed, is there a way to duplicate the following select statement via formulas?
Thanks.
SELECT
SL_RECORD.SL_FUND
FROM
kdd.SL_RECORD SL_RECORD
WHERE
SL_RECORD.SL_SUB_OBJ_CLS = SI_ACCT_RECORD.SI_ACCT_ACCT
Ken
Thanks.
SELECT
SL_RECORD.SL_FUND
FROM
kdd.SL_RECORD SL_RECORD
WHERE
SL_RECORD.SL_SUB_OBJ_CLS = SI_ACCT_RECORD.SI_ACCT_ACCT
Ken