Author Topic: HTML og SQL Template for use of EA Glossary?  (Read 7607 times)

RuneRaknes

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
HTML og SQL Template for use of EA Glossary?
« 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?

Prolaborate Support

  • Prolab Moderator
  • EA User
  • *
  • Posts: 318
  • Karma: +22/-0
    • View Profile
    • Visit us
Re: HTML og SQL Template for use of EA Glossary?
« Reply #1 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


RuneRaknes

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: HTML og SQL Template for use of EA Glossary?
« Reply #2 on: May 11, 2020, 10:29:10 pm »
Thanks!