I have a multiselect box which is getting populated with Release numbers|inputlookup ReleaseCalender.csv |sort Release DESC | table Release Release Release ( Release =" " OR )
The query here is how to add panels based on selection ? Since the mulitselect is also populated dynamically, how do i assign the selection with individual panels. Consider at any point of time i can only select 5 releases, I need 5 individual for each selected release.
For example
The multiselect lists , 7.3, 7.2, 7.1, 7.0 etc
My selection is 7.3 and 7.1, I would need two different panels to be displayed for each release. How do we achieve this ?
Also I would need the Release number selected to be appeared as panel title.
↧