I know it's possible, because I've seen it in templates, but I can't work out how to do it. I want to use both tabular and stacked layouts. Why? My data is (for example)
Label A Label B
Label 1 Field A1 Field B1
Label 2 Field A2 Field B2
I'm using grouping, rather than layouts, at the moment but it doesn't give the same level of tidyness in the formatting. ie When you use the layout the borders of your fields stay aligned; with grouping the field size still depends on the individual contents (which is fine in fields with no borders).
Label A Label B
Label 1 Field A1 Field B1
Label 2 Field A2 Field B2
I'm using grouping, rather than layouts, at the moment but it doesn't give the same level of tidyness in the formatting. ie When you use the layout the borders of your fields stay aligned; with grouping the field size still depends on the individual contents (which is fine in fields with no borders).