I have the it all working to a degree now - I took away the ‘FREE’ element as it was causing too many rows.
Might be silly question but I have been wondering and searching this possibility for some time now without success.
Can you retrieve data and remove the ‘row’ element - so it just returns ‘rowless’ data.
example: [code]
name || House
dave 13
karen
bob 5
7
tim
[/code]
to be:
[code]name || House
dave 13
karen 5
bob 7
tim[/code]
not a great example but it shows it.