Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Working with two commands Post Reply Post New Topic
Author Message
PrinceIqbal
Newbie
Newbie
Avatar

Joined: 02 Apr 2008
Location: Mauritius
Online Status: Offline
Posts: 1
Quote PrinceIqbal Replybullet Topic: Working with two commands
    Posted: 02 Apr 2008 at 12:49am
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
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.