locked
Create a Header belong to a field. RRS feed

  • Question

  • User-191386509 posted

    Hello all, i am new of Crystal Report. I am designing a report, and i want create a Header belong to a field.

    Example: List fields of Group Header can contain: field_a, field_b, field_c, field_d, field_e, ... But field_b in some cases can disappear.

    So i want when have field_b, the tittle of report is "This is report for field_b", else is "This is report for others" My idea is get a string (Str_allfields) contain all fields then use InStr to find, then create 2 headers, and the appear of what header belong to InStr(Str_allfields,field_b).

    But the How to creat the Str_allfields.

    Please help me find the best way to resolve my trouble. Thank all very much.

    Monday, October 10, 2016 10:25 AM

All replies

  • User-691209617 posted

    HI,

    File | Options... | Layout | Insert Detail Field Headings

    In the case that you have a second details section, adding a field to details a will create a field heading; adding a field to details b will NOT create a heading.

    Monday, October 17, 2016 2:01 PM