I’m currently facing this issue where I initially have a Database Attribute named as “Image” and I only include a single image. After much development in my website, I realise I have to input more than a single image in a Dynamic Webpage.
Any idea how can I put my images in a List which can be contained in my “Image” Database Attribute? Or if there is other work around do let me know below! Thank you and much appreciated!
Hi,
if the number is not limited, try a reference to another table which will hold those images in a one-to-many relationship so you have all the images in another collection pointing to the master record of the item in the first collection. use gallery or repeaters to display them
Hello,
I will reuse this thread as the title sums up my question perfectly.
I have a table and I need one column to contain multiple (1-5) thumbnails in each of its fields.
If I use database field type “picture”, I can only insert one picture per field. If I use database field type “gallery”, I can no longer use it in a table (it doesn’t show at all in a dataset).
The only workaround I can think of is to make multiple “picture” columns, one for each picture, but that sounds very stupid and clunky.
Please help.