I have a form with repeating tables within repeating sections. I've created a column with a read only field to hold a selection "static" to enable castcading dropdown listboxes in the repeating table. WIthin my repeating section it looks something like this:
Drop Down selection <Issue>
Reapating Table:
C1 - Static reference to issue selected above: <Issue> C2 - dropdown selection cascading from <issue> in C1: <Root Cause> C3 - Freeform comments text box.
My question: Does anyone know of a way to always hide C1? As far as I know, C1 must remain in the same repeating table as C2 in order to use the "current()" function for the cascading filter. So I an't put it in a separate table to hide the entire table.
Thanks.