Forum Discussion
QuickBaseCoachD
3 years agoQrew Captain
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
------------------------------
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
------------------------------
- BarbaraAlvarez13 years agoQrew MemberThank you! I hadn't thought of this. I'll give it a try.
------------------------------
Barbara Alvarez
------------------------------