Crystal Report Question - Specifically for Page Header

SUGGESTED

Hi all,

I am working on a report, somehow got stuck.

Here is the simplified yet detailed description of the problem.

I created two formula out of OESHIHO table:

formula A: if {OESHIHO.OPTFIELD}='A' then {OESHIHO.VALUE} else ''

formula B: if {OESHIHO.OPTFIELD}='B' then {OESHIHO.VALUE} else ''

OESHIHO.VALUE contains both A and B.

I inserted these two formulas in Page Header. But when refreshed, only one of the formula shows value, the other is blank.

How do I get both value appear on Page Header?

Please help! 

Thanks.

Parents
  • 0
    Another option is to use an alias where you link in the optional field table twice into your report. One for linking to the first optional field and one for linking to the other optional field. That way your one header record will have access to both optional fields at the same time.
Reply
  • 0
    Another option is to use an alias where you link in the optional field table twice into your report. One for linking to the first optional field and one for linking to the other optional field. That way your one header record will have access to both optional fields at the same time.
Children