I am using Cognos 11.0.8 version . I am using a multi select check box which pulls data from database. I have another multi select checkbox, which gets populated based on the values selected in the first multi select checkbox. On selecting the items in the first multi select box ( on the focus out ) , I want to populate the second multi select check box based on the values selected. How to achieve this using JavaScript ?
Another doubt: In the SQL database, I have a column of type nvarchar . Since this column type is not in Cognos, what should be used as the equivalent in Cognos ?