Book a Demo

Author Topic: Populating list cell with preprocessed data by own script?  (Read 2258 times)

Lanrets

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Populating list cell with preprocessed data by own script?
« on: August 25, 2022, 05:19:48 pm »
Hello :-)
I'm new to EA. I moved from IBM Rhapsody where there was a nice feature where you could create a layout of a table (kind of list view) and then populate it with data. On top there was an option to attach a script to a selected column which would process data in addition, e.g. shows you count of linked requirements.

Does EA support list view layout and populating list cell with preprocessed data by own script?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Populating list cell with preprocessed data by own script?
« Reply #1 on: August 25, 2022, 05:37:31 pm »
I think what you are after can be achieved with model view charts:

https://sparxsystems.com/enterprise_architect_user_guide/16.0/model_publishing/define_a_model_view_chart.html

It uses SQL to get the data. I think there's also something similar that uses a script, but I haven't used that yet.

Geert

Lanrets

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Populating list cell with preprocessed data by own script?
« Reply #2 on: August 25, 2022, 07:01:42 pm »
That's looking promising, thanks!  ;)