hi every one..
I have a command 1:
SELECT "JDT1"."Debit", "JDT1"."Account", "JDT1"."ProfitCode", "JDT1"."RefDate", "DYN_PC"."U_PMP", "DYN_PMP"."U_Budget", "DYN_PMP"."U_Date", "JDT1"."Credit", "DYN_PMP"."U_Actual"
FROM ("dbo"."JDT1" "JDT1" INNER JOIN "dbo"."@DYN_PC" "DYN_PC" ON ("JDT1"."Account"="DYN_PC"."U_GL") AND ("JDT1"."ProfitCode"="DYN_PC"."U_CCode")) INNER JOIN "dbo"."@DYN_PMP" "DYN_PMP" ON "DYN_PC"."U_PMP"="DYN_PMP"."U_Code"
ORDER BY "DYN_PC"."U_PMP", "JDT1"."ProfitCode"
On the first command I have my groupings done on "DYN_PC"."U_PMP".
Is it possible to create another querry on crystal reports, which will search a field in another table in the database based on the group field "DYN_PC"."U_PMP".
regards,
Iqbal