Any one pl. help me on this.
how to display the list of states for each emp.?
Creating resume in report. In detail section I designed a one page resume format, which contains name, mobility, school,photo...etc.
parameter : EmpId
tables :
1. EmpInfo (which contains all the info about emp)
2. Mobility (which contains Empid and State)
In Mobility table - datas like,
111 - NY
111 - OH
222 - IL
333 - IO
444 - IL
444 - OH
444 - MI
444 - IL
555 - IL
555 - OH
If the end user enter empid as 555, then the states IL, OH have to print on that page.
report output:
name : xxx
empid : 555
mobility : IL, OH
...
Pl. help me on writing a formula for the mobilty column.
I'm useing - CR 8.5, CE 8.5, DB2, Sqlserver and win'xp
If you need more detial pl. let me know.
Thanks,
MK
how to display the list of states for each emp.?
Creating resume in report. In detail section I designed a one page resume format, which contains name, mobility, school,photo...etc.
parameter : EmpId
tables :
1. EmpInfo (which contains all the info about emp)
2. Mobility (which contains Empid and State)
In Mobility table - datas like,
111 - NY
111 - OH
222 - IL
333 - IO
444 - IL
444 - OH
444 - MI
444 - IL
555 - IL
555 - OH
If the end user enter empid as 555, then the states IL, OH have to print on that page.
report output:
name : xxx
empid : 555
mobility : IL, OH
...
Pl. help me on writing a formula for the mobilty column.
I'm useing - CR 8.5, CE 8.5, DB2, Sqlserver and win'xp
If you need more detial pl. let me know.
Thanks,
MK