This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Find an Object in Visualization
#5
(26.07.2021, 10:14)admin Wrote: Use this script to log all plan names where a certain object is used:
Code:
id = buslib.encodega('1/1/1')

plans = db:getlist([[
  SELECT vf.name FROM visfloors vf
  JOIN visobjects vo ON vf.id=vo.floor
  WHERE vo.object=?
]], id)

log(plans)

thank you, admin 
this is very helpful
Best Regards,
Reply


Messages In This Thread
Find an Object in Visualization - by khalil - 25.07.2021, 14:23
RE: Find an Object in Visualization - by khalil - 26.07.2021, 10:35

Forum Jump: