Hello.
I wondering is there way to make following:
1) I have table on one page with many collumns and rows -this table will be update on daily bases and target is to update only it, lets name it T1.
2) I want to create many pages in same space in which to import information from T1. Lets name them T2, T3, T4 etc.
3) In T2 i want to have only part of infromation from T1. To be more specific i want to have all rows for all collumns (specified by me) in which i have specific symbol>
Expmaple:
T1
name surname telephone job car House
alabala balaala x a x x
Mari Marinova x x a a
John Carter a a a x
Carmen asdfas x a x a x
so I want in new page to have all rows with symbol x from collumns "telephone", 'job", "car" and without collumn "House" - this will be T2. T3, T4 and so on, should be created in same way(for other set of collumn).
Ofcourese after that I will need to be able to make addtional filters to T2, T3....
T2 from example should look like as follow:
name surname telephone job car
alabala balaala x a x
Mari Marinova x x a
Carmen asdfas a x a
Next question is:
Is there way to add addtional collumn to T2 from above example in which i to be able to set additional coments?
I found this 2 topics:
https://community.atlassian.com/t5/Confluence-questions/Pull-data-from-a-table-column-on-one-page-into-a-table-on-a/qaq-p/848658
but for some reason i didn't succed to implement them.
Thank you in advance for any help.
Best Regards,
Petar Vankov