F
fptestws
I am new to programming so any guidance will be greatly appreciated.
I am trying to use a repeater and also a pivot table to return data to
a table similar to this...
Dimensions:
2 Seat Sofa 3 Seat Sofa
----------------------
----------------------
Width 72" Width 96"
Height 33" Height 33"
Depth 33" Depth 33"
Seat Height 16 1/2" Seat Height 16 1/2"
I have been able to get the repeater to work but it puts the data
below each, like this...
2 Seat Sofa
--------------------
Width 72"
Height 33"
Depth 33"
Seat Height 16 1/2"
3 Seat Sofa
---------------------
Width 96"
Height 33"
Depth 33"
Seat Height 16 1/2"
The data being returned will be dynamic as some will have multiple
listings and others will not.
Any idea how I can get it to display next to each other?
Thanks in advance!
I am trying to use a repeater and also a pivot table to return data to
a table similar to this...
Dimensions:
2 Seat Sofa 3 Seat Sofa
----------------------
----------------------
Width 72" Width 96"
Height 33" Height 33"
Depth 33" Depth 33"
Seat Height 16 1/2" Seat Height 16 1/2"
I have been able to get the repeater to work but it puts the data
below each, like this...
2 Seat Sofa
--------------------
Width 72"
Height 33"
Depth 33"
Seat Height 16 1/2"
3 Seat Sofa
---------------------
Width 96"
Height 33"
Depth 33"
Seat Height 16 1/2"
The data being returned will be dynamic as some will have multiple
listings and others will not.
Any idea how I can get it to display next to each other?
Thanks in advance!