HI all,
I have a requirement where i need to pass object (not parameter) ie query item to html page in report studio where i am writing javascript code and for displaying the content of that object. how can do this in cognos8(8.3) version please let me know
Regards
Narendar
You have to refer to the object where queryitem is residing.
For example,
editbox for textbox
prompts usually are lists
then use for loop to read the contents of the object.
Lookup javascript codes for the cognos objects.One caution in 8.3, names of the objects are dynamic.I think you need to use "getelementbyid" method to get to the objects
Hope these pointers will help you in resolving the problem.