Hey Guys and Gals,
There’s a few things I don’t understand about repeating groups, if someone can please lend a helping hand, it would be awesome!!
-Question: What is the point of having a repeating group, if you’re setting the settings to display only 1 group and 1 column?
-Situation: Lets say I want 10 different “Data Types” from my database to display in a singular repeating group, pulling information from different “Data Types”, but displaying the information identically. How would I do that? For example:
Column 1 = Data Type1
Column 2 = Data Type2
Column 3 = Data Type3
Column 4 = Data Type4
etc…
So even-though each column looks exactly the same, following the same format when displaying the information, how do I display it all uniformly from different “Data Types”?
Context: The reason it’s pulling from different “Data Types” is because they are radically different in one sense, but identical in others. So the repeating group can follow the same format because it’s only displaying the information that’s common among the different “Data Types”. Then I’m placing a way for users to click a “view” button which will then show them everything that is both common and radically different about the “Data Type”, by taking it to it’s corresponding page with a corresponding format to display the information relevant to just the “Data Type” they’re viewing in a more granular sense.
So another example to tie context into what I’m asking. Say I have a website that allows users to sell radically different things such as dogs, cars and apartments. When a user goes to post their product all three of the products will require similar and radically different information. All of the products will be similar because they all have a price, an image and details. However, since they are so different in other ways, the database will store “Apartment Products” as one “Data Type”, “Dog Products” as one “Data Type” and “Car Products” as another “Data Type”
So say that someone comes onto the page to buy a product. Well when they go to the products page I want them to see all the dogs, cars and apartments for sale, all on a single product page, which displays everything in columns showing what they all have in common(price, image, details), but then when they click “view product” they see the product they selected in the corresponding format that allows for all the information about that product to be shown. Clicking “view product” goes granular.
[1st repeat when displaying products]
Column 1 = Apartments
Column 2 = Cars
Column 3 = Dogs
etc.
[2nd repeat when displaying products]
Column 1 = Apartments
Column 2 = Cars
Column 3 = Dogs
etc.
[3rd repeat when displaying products]
Column 1 = Apartments
Column 2 = Cars
Column 3 = Dogs
etc.
Is there anyway to display it in this manner in a repeating group?