Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

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
Environment 7.1
in Analytical Driver by (330 points)

1 Answer

+1 vote
 
Best answer

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

by (9.3k points)
selected by
...