Hi there,
I’m new to Bubbles, so maybe my issue has a super-easy answer.
I have a DB of Flats in a Property.
Types are quite trivial:
I want to display on a page a table formatted as following:
(Apt. #1) - (first Resident of Apt.#1)
(Apt. #1) - (2nd Resident of Apt.#1)
............
(Apt. #1) - (last Resident of Apt.#1)
(Apt. #2) - (first Resident of Apt.#1)
(Apt. #2) - (2nd Resident of Apt.#1)
............
(Apt. #2) - (last Resident of Apt.#2)
..........
(Apt. #last) - (first Resident of Apt.#last)
(Apt. #last) - (2nd Resident of Apt.#last)
............
(Apt. #last) - (last Resident of Apt.#last)
It should be super-easy, but I can’t do that:
- if I use a RG with flats, I only get the list of residents of the given flat in a single line (I want it to be split in as many lines as there are residents)
- if I use a RG with the list of residents within a RG of Flats it still is not the desired outcome.
I’m going crazy on that. I must be missing something obvious.
Any help would be most appreciated.