I uses sub queries in loop like that:
with assetstruct (a,b,c) as (
select ... from <STRUCTTABLE> where ...
union all
select ... from <STRUCTTABLE> child, assetstruct
where child.xxx = assetstcruct.yyy)
select * from assetstruct where ...
------------------------------
Andrey Ilinskiy
------------------------------
Original Message:
Sent: Wed March 17, 2021 08:01 AM
From: Blaz Rakar
Subject: Asset Hierarchy in BIRT
Hello, I have a few questions about BIRT reports in Maximo. I need to do BIRT report for Asset hierarchy. Are there any examples out there which I could take for a template. Generally the idea is that hierarchy is procedually generated.
------------------------------
Blaz Rakar
------------------------------
#AssetandFacilitiesManagement
#Maximo