Confluの1ページに例えば10列くらいある一つのマスターテーブルがあって、
それを①列目のキー列をもとに各ページでReadオンリーで見せることできますか?
10列全部をReadオンリーでできるのはもちろんありますが、
最初の1~3列だけをピックアップして見せるとか1と5~6列を見せるとか
キーを元にできたりしたら素敵だなと思っていました。
二つのテーブルをマージする機能はありますが、分割できるときれいだなとおもっているのでやり方知っている方ご教授ください
Some additional information:
Unfortunately, the closest thing you could get to something like what you explained is the excerpt macro. This would not combine the tables though so you might look at a different format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK Thnak you for sharing the infomation what you know
I will try it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.