Nested repeat on a recordset?
Posted: 2014-08-01 15:13
Hi all,
I have a recordset that outputs the following table:
I would like to get this:
Important: the image is 100px height and I would like the codes to floats to the right of the image. And if there are too many codes they should be left aligned to the first code. But I think to solve this with CSS.
If I apply the "show if field is changed" conditional behavior on the image field I get almost what I need but I'll get only one code aligned to the right of the related image. All other codes fall down just below the image and I get too much space from the first code and the next one.
Hope you get an idea with the followin example.
Example:
I just tried the nested repeat wizard but it requires two table and the only think I can provide is a recordset.
How can I crete this simple scenario?
TIA
tony
I have a recordset that outputs the following table:
Code: Select all
id image code
1 image1 uy6754
2 image1 uy4795
3 image1 uy1234
4 image2 uh7364
5 image2 ah6775
6 image2 lo9834
7 image3 iu7654
8 image3 jh4321
9 image3 po0989
...
Code: Select all
image code
image1 uy6754
uy4795
uy1234
image2 uh7364
ah6775
lo9834
image3 iu7654
jh4321
po0989
...
If I apply the "show if field is changed" conditional behavior on the image field I get almost what I need but I'll get only one code aligned to the right of the related image. All other codes fall down just below the image and I get too much space from the first code and the next one.
Hope you get an idea with the followin example.
Example:
Code: Select all
[b]image code[/b]
+---------+
+ +
+ image1 + uy6754
+ +
+---------+
uy4795
uy1234
image2 uh7364
ah6775
lo9834
image3 iu7654
jh4321
po0989
...
How can I crete this simple scenario?
TIA
tony