Click here to Skip to main content
16,004,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sorry for my english. Question sir, how can i link these?

{tbl_assignment_request.new_employee_code} = {tbl_employee.employee_code} and {tbl_assignment_request.old_employee_code} = {tbl_employee.employee_code}

when i select that the crystal report displaying blank? Can anyone help me?

thanks a lot.
Posted
Comments
NaibedyaKar 15-Oct-14 4:12am    
Can you check if you get data in your db if you connect these columns first. I hope you have created the relations in datbase itself before showing that on the report.

1 solution

Specific for Crystal Reports use Formula and perform in Reports itself Where you can create Formula from the link in left corner and place the FormulaField in Report. Update your question with you applied code which it is not working.

StringVar stremptitle;
stremptitle := {tbl_assignment_request.new_employee_code} + " " + 
{tbl_assignment_request.old_employee_code} 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900