Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Left Outer Join with a Constant String Post Reply Post New Topic
Author Message
newbie
Newbie
Newbie


Joined: 10 Jul 2007
Online Status: Offline
Posts: 29
Quote newbie Replybullet Topic: Left Outer Join with a Constant String
    Posted: 25 Jul 2007 at 2:48pm
Hello,
 
I need to include "LEFT OUTER JOIN" with a constant string in "Record Selection Formula" editor for a report.
 
{Table_Name.column_name} (+) = "SEP"
 
Any ideas how to do this.
 
Thanks
VK
IP IP Logged
jkwrpc
Senior Member
Senior Member


Joined: 19 Jun 2007
Location: United States
Online Status: Offline
Posts: 432
Quote jkwrpc Replybullet Posted: 25 Jul 2007 at 5:50pm
I am not certain exactly what you are trying to do here.
 
If you need to do a left outer join which is typically done between data tables, I suggest you use the database expert and create a command object. The command object is really a place for the SQL query which can include the LEFT OUTER JOIN.
 
If you simply want to join the column value to  to  = SEP here is an example
 
----------------------
ToText({Credit.Customer Credit ID}) & "= Sep"
 
returns  something like
 
"1234 = Sep"
-------------------------------------
 
Hope this helps.
Regards,

John W.
www.CustomReportWriters.net
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.030 seconds.