Custom Field to Split Report Header
Mick Devine avatar
Written by Mick Devine
Updated over a week ago

The Report Header in Calxa is a combination of the Report Title and your Company Name. For greater flexibility you may wish to split this up into separate fields and that is what we cover in this video.

For quick reference the formulas or expressions used in this video are:

Substring([ReportHeader], CharIndex('β€”',[ReportHeader]) +2 )Substring([ReportHeader], 0, CharIndex('β€”',[ReportHeader]) )
Did this answer your question?