Archi Forum

Archi => General Archi Discussion => Topic started by: AlexL on February 25, 2020, 08:20:26 AM

Title: [HTML Report, AlaSQL] Select Archimate concepts in view.
Post by: AlexL on February 25, 2020, 08:20:26 AM
Archi 4.6.
When HTML Report is generated issuing a query like:

SELECT * FROM ViewsContent INNER JOIN Views ON ViewsContent.viewid = Views.id WHERE Views.name LIKE '%ViewName%' AND ViewsContent.contenttype LIKE 'DiagramModelArchimateObject'


returns table containing field ViewsContent.contentid. Value contained in this field could not be found amongst model elements.
Though I could not find a proper documentation on database structure, I'd like to know how can I get concepts by ViewsContent.contentid if it's possible.
Title: Re: [HTML Report, AlaSQL] Select Archimate concepts in view.
Post by: Jean-Baptiste Sarrodie on February 25, 2020, 08:52:11 AM
Hi,

That's a bug. Can you please open an issue on GitHub and I'll fix it for next release.

Regards,

JB
Title: Re: [HTML Report, AlaSQL] Select Archimate concepts in view.
Post by: AlexL on February 25, 2020, 09:09:39 AM
Dear JB, issue has been created. Thanks in advance!

https://github.com/archimatetool/archi/issues/584