COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: DolAny on 16 Nov 2009 09:17:34 AM

Title: Cognos Reports / J2EE / Data Visibility
Post by: DolAny on 16 Nov 2009 09:17:34 AM
Hi, colleagues.
The situation is the next
1. Each row in report has own ID
2. For each row I should call webservice to fetch for some columns visibility sign (0-Can not read/1- Can read) and show value/"No access" in accordance with this sign.

Does anybody know is it possible?

Maybe who knows where to start to establish that?
Title: Re: Cognos Reports / J2EE / Data Visibility
Post by: Sreeni P on 16 Nov 2009 09:45:13 AM
hi,
we can customize the report , but it is only possible with using java script in to our report...but it has some limitations, the main thing is browser compatibility & it can't run under in PDF viewer
Title: Re: Cognos Reports / J2EE / Data Visibility
Post by: DolAny on 16 Nov 2009 09:47:34 AM
Quote from: srinivas_p on 16 Nov 2009 09:45:13 AM
hi,
we can customize the report , but it is only possible with using java script in to our report...but it has some limitations, the main thing is browser compatibility & it can't run under in PDF viewer

srinivas_p, it's smth then nothing. It's good. Do you have an experience in that?
Could you describe briefly the steps to implement that, pls?