Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - David.Molesworth

Pages: [1]
1
Thanks guys for the fast responses.  That resolved it.  The one field that is hidden by default.  I get the rational why the field is treated differently, but Sparx don't make this stuff easy

2
Thanks Paolo and Geert for the replies.  How did I miss that field? - seems obvious.

Went back to my query and run a simple:
select name, note from t_object
where object_type = 'Class'

No error, but no note field returned.  Same if I run select * from t_object.  Are the HTML descriptors preventing the column being returned?

I'm just running from the SQL Scratch pad option in Search Model feature

3
I'd like to create a data entity catalogue out the objects in EA.  Thought this would be a simple one table SQL query.  By description I mean the rich text box on the object / properties page.  t_object is the main table - name field found simple enough.  Can't find the description field.  Because rich text, maybe more complex.  Not even sure what the field is called?  No label on the front-end.  Tried to use the Query builder, but I can't seem to edit the fields returned beyond the base entity

Pages: [1]