0
votes
2answers
1k views

Cognos 10 - How to remove 'Deselect' at the bottom of the Radio Button Prompt in Report Studio

I have a Radio Button prompt. It is an optional prompt, therefore "Deselect" appears at the bottom of the prompt. But I would like to remove or hide "Deselect" from this radio button prompt. Please ...
0
votes
1answer
420 views

Cognos Report Studio: HTML Tag issue

I'm using cognos report studio and I came to an error on my prompt page. I got my coding to work right(I tested it on a blank page), but I noticed theres a yellow explanation point on the bottom left, ...
0
votes
2answers
231 views

Validation before Submitting on prompt page

I am trying to use some sort of script on prompt page using HTML Item, what i am trying to accomplish is after clicking finish button script checked if there is nothing left black. Nothing means any ...
0
votes
1answer
423 views

Catching “Enter Key” works with IE but not Firefox - used in Cognos

I'm using Cognos and I'm trying to catch the enter key so that the user's input is checked before the prompt is submitted. Even if you don't have experience in cognos, I would appreciate it if you ...
0
votes
1answer
694 views

Converting a Cognos XML Schema file to XML using Javascript code

I found many "converters" online that will do this for you, but I haven't been able to find any source code that I can easily implement. I was wondering if anyone would be so kind to provide me with ...
0
votes
0answers
243 views

Recreating a Cognos tree object with javascript

I'm trying to help out my BI team by recreating the default Cognos tree with javascript. Once this is done, I am planning to create a new HTML box in a Cognos report and paste the javascript in it, ...
0
votes
2answers
827 views

How to populate a Javascript Dynamic Tree with data from an SQL query

I have scoured the internet and this website for an answer to this question and I have yet to see it. My apologies if I missed a post. What I am trying to do is populate a tree in Javascript using ...
0
votes
1answer
116 views

Addressing Form objects with dynamic name

I am using Cognos web reporting and we commonly use Javascript to manupulate the tool generated objects. In this case, I have some textboxes on the page which are generated by Cognos and I can access ...
-1
votes
2answers
1k views

Get a parameter value in JavaScript

In Cognos 8.4, I have a prompt, "NAME", and its parameter p_name. How do I get that parameter through JavaScript? <script> alert(p_name) </script> shows a JavaScript error. Why? ...
2
votes
1answer
615 views

JavaScript Tag Cloud with IBM Cognos - IE is null or not an object

I followed a tutorial/modified the code to get a javascript tag cloud working in IBM Cognos (BI software). The tag cloud works fine in FireFox but in Internet Explorer I get the error: "Message: '1' ...
1
vote
2answers
1k views

javascript for enabling/disabling 2 date range/date in Cognos

I am looking for javascript for enabling/disabling two date range/date prompts in Cognos. Does anyone have any javascript for disabling/enabling two date range prompts? If I select the Date1 prompt, ...
0
votes
3answers
3k views

Cognos Javascript - How To Limit The # of Values Chosen in a Select & Search Prompt

Does anyone know how to limit the number of values that can be chosen in a multi-select Select And Search Prompt in Cognos 8? Currently the options are one or unlimited, and I want to write a little ...
0
votes
1answer
12k views

Cognos 8 Javascript to select values in a multi select list box prompt

I have a multi select list box value prompt in Cognos 8.3. It contains values: Adelaide North Adelaide South Adelaide East Adelaide East Sydney North Sydney South Sydney East Sydney West etc. ...