If you are unable to create a new account, please email support@bspsoftware.com

 

How to control the already developed reports resolution in workspace, when viewi

Started by xyz, 17 Sep 2015 12:48:53 AM

Previous topic - Next topic

xyz

Hi All,

We have developed a set of cognos reports in Cognos 10.2.2 and are using in Cognos Workspace, our data source is relational. We have developed the reports in a system whose resolution is 1440 x 900 pixel. But when we delivered our reports to the users, users have different resolutions like 1366 x 768, where users is getting vertical scroll bars for some widgets and horizontal scroll bars for some widgets.

Basic suggestion was to develop the reports with small resolution, which would not create any problem to users, who have big resolution as well as user with same resolution. Problem occurs, when the user have the smaller resolution than the developed resolution.

Can some one have any java scripts, which will control the reports resolution irrespective of any resolution.

Your help will be much appreciated :)


Thanks & Regards,
XYZ

bdbits

Due to the dynamic nature of Cognos page generation, I suspect the javascript for looping through the HTML and resetting object sizes would be pretty complex and has potential for breakage in future versions.

I would take the lowest-resolution approach, I think. Or if the lower resolutions are mobile devices, teach them how to zoom in/out which I think almost every device does these days.

xyz