Skip to main content

Subreport inside a subreport???

Comments

1 comment

  • Permanently deleted user

    Hi Kyung,

    It is possible to nest subreports, but there are limitations on what data you can access in the second and deeper subreports. For example, you can create a report that contains a subreport which displays information about a different layer, and if that layer has feature maps or datalinks it can contain a nested subreport to display that data. For example, let's say that you have a Parcels layer that has a data link called parcel_datalink. You can create a report called parcels.rpx that displays information about the parcels layer, and also contains a subreport which displays the external data in parcels_datalink.

    You can then create a report on a different layer, say the zip codes layer, and call it zip.rpx. You can add a subreport here which points to parcels.rpx.

    Now you have a subreport (parcel_datalink.rpx) inside a subreport (parcels.rpx) inside a main report (zip.rpx).

    However, you cannot access a second datalink, or a featureMap from the parcels layer by nesting another subreport inside the parcels_datalink subreport. The only information that it will contain is the external data table that you passed to it, so it can't go back up to the layer and get more information.

    I hope this helps,

    Victoria

    0

Please sign in to leave a comment.