Skip to main content

I have a GI where I am joining AMMRPBucketDetailInq to INSite (joined by siteId) and to InventoryItem (joined by inventoryId). I am also grouping by siteId.

I want the user to be able to select a warehouse, so I have set up a Parameter for INSite.SiteCd (NOT INSite.SiteId). When I execute, no matter what siteCD I enter, the GI displays all rows. It appears to be ignoring the INSite.SiteCd from the Parameter. 

The GI XML is attached.

Thank you!

Hi @rdennisj57 , condition is missed on the GI. Please try:

 


Reply