0

Can we make dynamic.I cant use extension lib "dynamic viewpanel control" to achive this. First of all.. is that possible to achive my requirement using ???????

Thanks in advance..

  • could u please describe what do u want to do? 'view dynamic' what is it? – Dmytro Pastovenskyi Dec 17 '12 at 09:06
  • I have a set of view names as a link on left navigation menu .On click of each link i have to display the respective documents in a view pannel. – user1802880 Dec 17 '12 at 09:41
  • If you can't use the Extlib I suggest you use the officially supported UpgradePack1 (also fully included in the upcoming R9.0). And buy your admin a beer – stwissel Dec 22 '12 at 01:23

1 Answers1

2

You have several options: you can compute the view name. Then use the column index rather than the column name, so any view renders. Or, better, have a look at the extlib/updatepack's dynamic view control

stwissel
  • 20,110
  • 6
  • 54
  • 101