I want to create a dynamic stacked progress bar as a column.
I have an “Epics“ table and a “Work-items“ table linked together in a relationship. A Work items has one status (single select). I want to be able to stack the progress bar in the Epics table by associated work-item(s) status and give it a color to represent it. The total length of the progress bar must be define as thisrow.work-items.count.
I have seen a similar implementation using formulamap, but it only works outside a column for me. Could you please help?