03-14-2008, 05:56 PM
|
#1 (permalink)
|
| Junior Member Join Date: Mar 2008
Posts: 4
Rep Power: 0  | Displaying Table entries descs in Project, Crystal reports Hello, Need some help, using Crystal 8.5
Need to show in one page Project and theproject attibutes description for each project.
Project table is related to projectattributes and project attributes is ralted to table entries.
I created diferent formulas based on the code_tableid in the table entries. When I put projectid in crystal form is fine, then adding the formula fields based on the codetableid the fields are not grouped in the same form. data will show in different pages.
example.
project id =100 this id contains 3 attributes in the project attributes table. table entries contains descritions to related to project atrributes. created a formula A,B,C.
A = if({TABLEENTRIES.CODETABLESID}=1004) then {TABLEENTRIES.DESCRIPTION} else ""
B = if({TABLEENTRIES.CODETABLESID}=1005) then {TABLEENTRIES.DESCRIPTION} else ""
C = if({TABLEENTRIES.CODETABLESID}=1006) then {TABLEENTRIES.DESCRIPTION} else ""
Need one form for each project id showing theresults of 3 formulas A, B,C.
Currenlty It only shows one page showing formula A. next page showing formula B and third page showing formula C.
Any sugesstions. Thank you in advance |