I have a details view page, in which, when I want to press a button in a particular tab, the columns of that particular tab should be duplicated in another Subpage columns.
And when my work is done, i want to remove that data from the subpage.
You can use the functions AddRow() and DeleteRows() to just do that - I guess you are talking about the values of those columns, not the columns themselves.
If you share a (dummy) doc that resembles what you are trying to do, we can show in your doc how this is done.
Thanks for reaching out. Yes i am talking about the values of those columns.
I want to create a select list in the invoice page, wherein, items in the related project only should show. And when i select some items among them, a table of those should be made below the select list.
I want to write a formula for a button to open the related project.
In the printable page, i want to add the items table of that specific invoice which is selected to be printed.