Search code examples
crystal-reportscrystal-reports-2008crystal-reports-2010crystal-reports-8.5

How to get information horizontally in Report footer


I have a field which contains multiple information. when i place this filed in details section, I am getting information like this:

Product Code
ABC
CBD
FDB

How to get this same information horizontally in the report footer like this Product codes are ABC,CBD,FDB

Is it possible to get this using formula??


Solution

  • Depending on your requirements, it may work:

    1. Create a subreport and put it on report footer.
    2. Put product code in subreport details sections.
    3. Use section export to "format with multiple columns" (the details section).
    4. Set an appropriate column width and mark "across then down".