Quantcast
Channel: SCN : Unanswered Discussions - SAP Crystal Reports
Viewing all articles
Browse latest Browse all 4814

Need to combine 3 column

$
0
0

Hi experts,

I am new to crystal report.I have four column report in which for certain condition I need to combine three columns.

I used following formula I get result but value print like double.

Please find attachment.

 

if {column3}="-" then

stringVar x := {column2};

stringVar y := {column3};

 

y:=''";

x:= x & ' ' & y

 

Thanks in advance.


Viewing all articles
Browse latest Browse all 4814

Trending Articles