Hi there, we are developing Stock Analysis report for which there is a field Category Name which needs to populate EcoresCategory.Name value for an ItemId but the Level Should be 3. For exmaple Take ItemId: 12345 for which the Hierarchy Levels are (Level1 > Level2 > Level3 > Level4>Level5). We need to consider only Level 3 CategoryName and needs to print value accordingly for selected ItemId from InventTrans. Please suggest accordingly.
CategoryName = EcoresCategory.Name
Level = EcoresCategory.Level (We need to capture Level - 3)
ItemId = InventTrans.ItemId
Thanks,
Prem