I am on crystal 8.5, using Active X Control for crystal viewer. Database is SQL 2k and Win2k operating systemI need some help with displaying of multi value parameters on report headers.
I am using dynamic SQL to pass multi value parameters from Stored procedure to my reports. I need to know how I could display parameters on report header.
Suppose I have parameters employeeid, discipline and location as multivalue parameters.
Values are:
employeeid : (1000, 1002, 1004, 1005)
discipline : (OT, SP, PT, AUD)
Location : (BASE, UPPER, LOWER, MID)
I have no problem in dispalying 'Discipline' and 'location' as it is passed to report but my problem is i need to display each employeename on header instead of employeeid which has passed as parameter, like
employeename : (joe,1, joe,2, joe,3, joe,4)
Please let me know with any formula, idea or logic.
Thanks in advance.
I am using dynamic SQL to pass multi value parameters from Stored procedure to my reports. I need to know how I could display parameters on report header.
Suppose I have parameters employeeid, discipline and location as multivalue parameters.
Values are:
employeeid : (1000, 1002, 1004, 1005)
discipline : (OT, SP, PT, AUD)
Location : (BASE, UPPER, LOWER, MID)
I have no problem in dispalying 'Discipline' and 'location' as it is passed to report but my problem is i need to display each employeename on header instead of employeeid which has passed as parameter, like
employeename : (joe,1, joe,2, joe,3, joe,4)
Please let me know with any formula, idea or logic.
Thanks in advance.