Tagged Questions
0
votes
0answers
45 views
How do i query a specific xml node within sql server 2005?
I am trying to query a node
<report><queries><selection><dataItem><expression>
from a cognos report definition, which is stored in an xml field in a sql server table.
...
0
votes
1answer
701 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
245 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, ...