Hi fellow Bubblers,
I’m working on a little project in my free time just to learn something new.
I’m currently working on a project that list all storages units in my country.
But i’m having a bit difficulty when there is multiple sizes and prices on the unit.
What I did was in the “depot” (which I named for all the info) data field I have created a new data field within all the info name, adress etc… and on the Option Set i’ve created a new option set which I named size-price and two new multiple attributes one text field for the sizes and another one for the prices which has given two new fields in the attributes that I can add.
But i’m having alot of troubles with it to display in the repeating group, it will only add all the prices first and all the unit sizes after like this:
Price:
$10, $20 and unit-size 10m2, 20m2
(this is just an example) instead of
Price:
$10 size unit-size 10m2
$20 size unit-size 20m2
In the repeating group it looks like this:
Current cell’s Depot’s Size-unit:each item’s Price, Current cell’s Depot’s Size-unit:each item’s unit
But there is probably some steps in between or something i’m missing.
Can anybody help me or guide me in the right direction? Would really appreciate it
Hope it all makes sense.
Thank you all
and sorry for my english if it doesn’t make sense.