Reports - going to create my own

But what does the numbers mean?

eg: [Ticket Payments:2, 1]

Matt

That just creates the Table Header.
Like a labeling tag.

[Title: a,b,c,d]
Title = Title at Table Head
a,b,c,d are relative thickness of the columns…
1,1,1,1 will make 4 columns of same size.
2,1,1,1 will make the first column twice as thick as the next 3

The Report Query is in the curly brackets. example:

[Refund Payments:2, 1, 2]
{REPORT REFUND PAYMENTS}

2 Likes

Thanks buddy, makes sense. Appreciate that.

Matt

1 Like

Also the space reflects of left/right alignment;

3, 2,1 , 0

3 right alligned
2 right aligned
1 left aligned
0 right aligned

1 Like

aha brill thanks! Should be a doddle this now then!

Take a look here this will explain everything. This was my starting point learning custom reports its very well documented and laid out. I still refer to this all the time.

https://www.sambapos.com/wiki/doku.php/custom_reporting

2 Likes