| This example shows two ways of making subblocks. The first is using an automatic sublock. The second is using a dynamic query. |
| Automatic subblock: You can us it when the data of the subblock is available in a particular column of the main block. | ||||||||||||
Team: [asb.team;block=tr;sub1=matches] ,
Total score: [asb.total]
|
| Subblock with dynamic query: Data for the subblock are requested for each record of the main block. It is important to merge the main block before the subblock. | ||||||||||||
Team: [mb.team;block=tr] ,
Total score: [mb.total]
|