I am trying to achieve an array of constraints on my meeting group where:
-The X axis constraint is the “Year Month” within a group (3 items: 2018-01, 2018-02, 2018-03)
-The Y axis constraint is the “Sub Channel” within a group (3 items: Paid Search, Podcasts, Social)
The issue is that in a repeating group, the index isn’t based on the column number & the row number. It’s just based on the item # in the list. Therefore, based on the below images, I can only get items in my table where the value is 2018-01 AND Paid Search, or 2018-02 AND Podcasts, or 2018-03 AND Social, and they’ll only show up in the first row of the repeating group instead of the correct coordinate.
An alternate solution would be to create 3 separate groups in columns of three where the Year Month is constrained on a hardcodded item # and the Sub Channel is constrained on the item # = current cell’s index.
How can I create this array constraint without having to use multiple separate groups instead of a repeating group?
Also, how do I get the input to appear in all the sections of the repeating group even if there is no data in the data table?
This is the current constraints that result in my error:
This is the result with what it SHOULD be drawn in.