COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => SDK => Topic started by: pkosvanec on 13 Sep 2018 03:48:54 AM

Title: How to get specification of data module
Post by: pkosvanec on 13 Sep 2018 03:48:54 AM
Hi.

Using Cognos SDK, I´ve been building app to visualize data flow from final reports to underlying databases. The idea is to be able to select a part of visualized data (e.g. a value in a graph) and get info about all the database tables and columns, that are the source for computation of this final value.

The problem is I can easily trace and map data reports/dashboards to specific values in data modules, but past data modules I am blind. The reason is I use report specification to track data and data modules don't have that property. They have property "definition", but that property is encrypted to a "random" set of characters, when I get it from the content store.

Is there something like data modules' specification and if so, how can I get it? Is there a way to decrypt that data module definition property?

Thank you.