Sparx Systems Forum

Pro Cloud Server / Prolaborate / WebEA => PCS General Board => Topic started by: RuneRaknes on April 14, 2020, 09:38:50 pm

Title: HTML og SQL Template for use of EA Glossary?
Post by: RuneRaknes on April 14, 2020, 09:38:50 pm
We consider using EA Glossary with Prolaborate as a user interface. Do anyone have templates or experiences from good ways to work with the glossary in Prolaborate using SQL or HTML Widgets or other ways?
Title: Re: HTML og SQL Template for use of EA Glossary?
Post by: Prolaborate Support on April 15, 2020, 12:54:57 am
Hi Rune,

You can use the EA report widget in dashboard to enter the below custom query to get the Glossary report in Prolaborate

Code: [Select]
select * from t_glossary
(https://i.ibb.co/9tvnY0V/bb.png)
Title: Re: HTML og SQL Template for use of EA Glossary?
Post by: RuneRaknes on May 11, 2020, 10:29:10 pm
Thanks!