Forum Discussion

BarbaraAlvarez1's avatar
BarbaraAlvarez1
Qrew Member
2 years ago

Is there a way to add a Custom Header to a report?

Hello,  I'd have the need to have a custom header before the column labels.  Is there a way that I can add a header that will be shown above the column label row? 
Header 1 would be custom not related to field names at all, then the 2nd row would be the column labels.

------------------------------
Barbara Alvarez
------------------------------

2 Replies

  • I often make a Report Break Header Rich Text formula field and use that as my first Group By on a table report.  Since the calculated result is the sae for each row, it looks like an extra header.  But below the field names.  But the HTML allows for a lot of formatting for size and color.

    List(" ", "<font color=red>Select for<font color=blue>"
    & " Door: " & "<font color=red>" & [Focus Outbound Load Door],
    "<font color=blue>" & [Focus Outbound Load Trailer Identification],
    "<font color=black>",
    " Weight: " & ToText(Round([Focus Outbound Load Total Weight (Lbs)]))

    )

    ------------------------------
    QuickBaseCoach Dev./Training
    ------------------------------
    • BarbaraAlvarez1's avatar
      BarbaraAlvarez1
      Qrew Member
      Thank you!   I hadn't thought of this. I'll give it a try.

      ------------------------------
      Barbara Alvarez
      ------------------------------