Hi,
I have a report that is used to pictorially represent the skill set of the employees in a SW company. The report would look like:
C C++ VB Oracle Unix
Jacob Y N Y N N
John N N N Y Y
Rick Y Y N N N
I would like to display a tick mark and a cross in place of the Y and N respectively. I thought of using two picture boxes, one above the other, with the two images loaded and having a If then else formula determine which of the two picture boxes is to be made visible.
I believe you will get an idea as to what I am trying to do. I am using Crystal Reports 7 and Oracle 8i for the back end.
Thanks in advance for the forthcoming help mails and sorry for the long post. Hope it helps. Let me know what happens.
With regards,
PGK
I have a report that is used to pictorially represent the skill set of the employees in a SW company. The report would look like:
C C++ VB Oracle Unix
Jacob Y N Y N N
John N N N Y Y
Rick Y Y N N N
I would like to display a tick mark and a cross in place of the Y and N respectively. I thought of using two picture boxes, one above the other, with the two images loaded and having a If then else formula determine which of the two picture boxes is to be made visible.
I believe you will get an idea as to what I am trying to do. I am using Crystal Reports 7 and Oracle 8i for the back end.
Thanks in advance for the forthcoming help mails and sorry for the long post. Hope it helps. Let me know what happens.
With regards,
PGK