Hi all,
I cannot seem to get the max effect date formula to work on my self joined table.
My formula:
(SELECT MAX(EFFDT)
FROM TABLE1_1 TABLE1_12
WHERE TABLE1_12.CHRTFIELD_VALUE = TABLE1_1.CHRTFIELD_VALUE and
TABLE1_12.W_CF_ATTRBUTE = TABLE1_1.W_CF_ATTRBUTE)
Error Received is ODBC error:[Oracle][ODBC][ORA]ORA-00942:table or view does not exist.
I am using crystal 8.5.
I cannot seem to get the max effect date formula to work on my self joined table.
My formula:
(SELECT MAX(EFFDT)
FROM TABLE1_1 TABLE1_12
WHERE TABLE1_12.CHRTFIELD_VALUE = TABLE1_1.CHRTFIELD_VALUE and
TABLE1_12.W_CF_ATTRBUTE = TABLE1_1.W_CF_ATTRBUTE)
Error Received is ODBC error:[Oracle][ODBC][ORA]ORA-00942:table or view does not exist.
I am using crystal 8.5.