COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: wdv72 on 03 Dec 2018 03:06:23 AM

Title: How to resize search and select prompt in Cognos 11?
Post by: wdv72 on 03 Dec 2018 03:06:23 AM
Hi all,

I would like to make the "search and select prompt" fields wider to fit the contents. In Cognos 8 and 10 this could be done with som e HTML items, but this does not work in 11.

Any suggestions?

regards,
Title: Re: How to resize search and select prompt in Cognos 11?
Post by: CognosPaul on 03 Dec 2018 11:54:22 AM
How good are you with css? I wrote a custom control that makes it easy to embed custom css for specific controls:
http://www.pmsquare.com/main/blog/custom-javascript-in-cognos-modifying-prompts/ (http://www.pmsquare.com/main/blog/custom-javascript-in-cognos-modifying-prompts/)

Start with that, if you need any more help post here and I'll post a few examples.
Title: Re: How to resize search and select prompt in Cognos 11?
Post by: kvangor27 on 24 Jan 2019 04:08:46 PM
Hi,

Does anyone happen to know how to get the Java code in the HTML items that worked in C10 to work in C11?  We have several reports that we're moving from C10 to C11 that have HTML items with Java...

Thank you,
Kevin
Title: Re: How to resize search and select prompt in Cognos 11?
Post by: oscarca on 28 Jan 2019 03:20:23 AM
Hello wdv72,
If you want to change the prompt size globally, you can edit the css file aswell located: installpath\cognos\webcontent\prompting\reportskin\prompting\promptCommon.css

Hello kvangor27,

They should work the same way as they do in C10 if you set "Full Interactivity mode" to No.

Best regards,
Oscar



Title: Re: How to resize search and select prompt in Cognos 11?
Post by: texdon21 on 10 Sep 2021 12:21:29 PM
Did anyone implement the below solution for Search and Select prompt?

http://www.pmsquare.com/main/blog/custom-javascript-in-cognos-modifying-prompts/

This seems like a clean solution but I am getting an error in 11.1 using custom control.
Title: Re: How to resize search and select prompt in Cognos 11?
Post by: CognosPaul on 13 Sep 2021 03:15:57 AM
Hey, I know who wrote that! What error are you getting? Which version are you on?