Here you can read the Q&A history.
To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).
Hello)Ho i can knowes BIOBJ_ID at LOV script?
I need a script with which I can get the id of the report and can use it in the future
Hi DimaNykodiuk,
you can query the Knowage metadata DB with the following query:
SELECT BIOBJ_ID FROM knowage.sbi_objects WHERE label = "your_document_label";
Hope this helps,Marco