You are viewing limited content. For full access, please sign in.

Question

Question

Table Rows to Collections

asked on April 24

I'm attempting to have the user populate the Roll Number on the first page, which will build a set of collections on the second page. 

 

This

will turn into this

 

Right now, it instead creates this

0 0

Replies

replied on April 24

You cannot use a formula to dynamically add rows to a table/collection. You could use a formula in each row that looks at the other table's rows and populate the cell's you need, but you'd either need the user to add N rows or do it with JavaScript.

If you're gonna script it anyways, you might as well just copy the rows over as well since it is just one more line of code

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.