Hi all
I have an issue which I'm hoping is easy to resolve. I have 2 tables, Plots & Stages. There are many Stage records related to the plots table. I would like to display the related stage records in a horizontal row under a Stage header.
In my Plot record I have a unique id and I was hoping to use a repeating calculation field, get(calculationrepetitionnumber) with 50 repeats which gives me a repeating field with values 1 through 50.
In my Stage table I have the plot id, a stage value ( a value from 1 to 50 ) and a data field.
I was hoping to join the tables by both the plot Id and then the repeating field to the stage value and then display the data in the plot table in another repeating field which equals the data result of the relationship.
This works in my head, not in reality.
I've attached a demo as it is much easier than I've made it sound.
Any help much appreciated.
RepeatRelationship.zip