Hi,
I have an application with a repeating group that displays a list of objects. The object comes from a table and has 5 or 6 columns, and each are displayed in a text element in the current cell.
I’d like to allow the repeating group to display a different object - almost like an advertisement, so you would see several rows with data, and then one row that looked very different, then a few more rows of normal data, and then another special row that looked very different.
If I stored BOTH types of objects in the same underlying table or object — and used a column to classify its type (normal vs. advertisement)---- could I set all of the text elements that display the normal data to display the data conditionally?
I think this would work ---- but is there a BETTER way?
Thanks!!
Thinking Outside the List