I have a module that is dimensionalized by row ID (#1-#n), no parent member for that list. It is an input template to model new expenses. What I am aiming to do is to have another line item (could be in a different module if needed) that will look to see if any of the rows have data.
Essentially each row has line items that need to be input. Once all input then that row will be "Ready." I want to summarize so the user knows if the entire sheet is "Ready."
How do I go about that without a parent member?
Thank you!