No data in the info_catalogue_by_domain report

Post Reply
cgauri
Posts: 8
Joined: 13 Sep 2010, 17:29

The new information/info_catalogue_by_domain.xsl report in the Information and Data pack shows no information objects.

The XSL report loops through all the business domains, and for each business domain it looks up the contained “sub-domains”. It then goes on to list the information catalog for the sub-domains only. In our scenario, since none of our business domains have sub-domains, therefore no is data visible on the report.

I updated the report to use $allBusDomains instead of $subDomains and now it shows all the info objects:
<xsl:apply-templates mode="Business_Domain" select="$allBusDomains">

Is there a reason to use the subdomain list instead of all the business domains, or is this a bug?

Regards,
Charu
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

Hi Charu,

I think this is basically the same issue as your previous post.

Thanks again for pointing this out - we're looking at how best to resolve this.

Jonathan
Essential Project Team
Post Reply