How to insert a shape include in a master in a repeater?

hello,

I have a list of master.
Each master contains a shape (icon) or a dyn panel containing shapes.

I would like to insert the master inside a repeater in order to create a layout in grid.

Is there anyway to do that without convert my masters in images?

thanks for your help

Sébastien

Yes, you can use masters with a repeater. However, you cannot insert them directly into the data set like you can with regular image files using the Import Image… command from the context menu.

You have to use some kind of conditional logic to change the panel state or hide/show based on a value in the data set.

The attached example uses the value in the “Type” column to set the proper icon in the master.
MasterInRepeater.rp (75.4 KB)

1 Like

thanks very much huban, it was exactly what I needed!