Book a Demo

Author Topic: Report generated from SQL query  (Read 2031 times)

piotrek84

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Report generated from SQL query
« on: September 25, 2009, 07:44:16 am »
Hello All,
Does anyone know how to use results from SQL query in Report Generator? From the query I'm getting properties of different objects, but when creating template for the report there's no way to access properties of any object other than the one for which CLASSGUID is defined.

{example query: SELECT obj1.ea_guid AS CLASSGUID, obj1.Name AS Obj1, obj2.Name AS Obj2 FROM ((t_object obj1 LEFT JOIN t_connector tCon ON tCon.StartID = obj1.Element_ID) LEFT JOIN t_object obj2 ON obj2.Element_ID = tCon.EndID   - I want to have both obj1.Name and obj2.Name included in my report}

Is there any solution?
« Last Edit: September 25, 2009, 07:44:42 am by piotrek84 »