0
votes
2answers
98 views

Cognos: Read HTML code in PDF

Is it possible to use HTML format code in PDF? For example, when the field is <b>Test<b> the PDF shows test in bold? Like putting a setting to a text item that it should read the text as ...
0
votes
0answers
87 views

View source does not show html source in cognos

In Cognos viewer, when the report is rendered in html format, in IE, it looks like any html page. But when I do a 'View Source', how come I do not see the html in the view source? is there a way to ...
0
votes
1answer
419 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
0answers
187 views

Allow user to choose Format type on prompt page for emailing

When a user gets to the prompt page of the report, I'm trying to enable an option where the user can email the file to him/herself. So what I did was drag and drop a HTML item onto my prompt page in ...
1
vote
1answer
2k views

Using a form HTML form in Cognos 8.4

Iam using a HTML form in my Cognos 8.4 report the code for which is seen below:- <form name="floodzone"><p> <input type="text" size="60" name="address" value="1600 Amphitheatre ...
4
votes
4answers
2k views

What were the main disadvantages of CGI-BIN based web development?

I was fortunate enough to not do any cgi-bin .cgi based web development. But generally those who have do not seem to 'miss' those days. A project I recently joined has a performance issue when ...