I am creating a web application for showing the curated list of some programs.
So i have creted the database, populated it and is listing out it using a repeating group.
Now, I want to show a different layout (Kind of like a google adsense ad) on every 10th cell . I will be populating the deatils in a different group.
Is it possible?
I am able to show or hide the table based on the cells index number. But not able to do any other modifications.