cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How is the Diagram's column created in Aquila?

BenAvdicevic
Honored Contributor

Hello,

I would like to be able to create Diagrams column in my custom reports. 

But it is not clear to me how is this created?  Is there some Query or metaclas that is used to generate this?

To me - it seems like it is a macro.  If yes - which macro?

See picture for example,

BenAvdicevic_0-1758806512207.png

 

7 Replies

This is not possible today in report. It would need an evolution.

yes. exactly that.

To be sure: you want to add this column in a report and be able, by clicking in the cell, to reach the list of diagrams and then open on of them by selecting it ?

@PBessodes It sort of worked.

I can now add a column to display # of Diagrams for the Application.

But its just a plain text number.  Not a hyperlink that I can click on to open the diagrams - like in my first screenshot.  

Any thoughts how I reproduce the link in the original screenshot?

See this:

BenAvdicevic_0-1759852100952.png

 

Thank you @PBessodes 

I will give that a try

Hello,
Diagram column is fed with value of MetaAttribute "Diagram(s)" of abstract Metaclass "Described Element". Each concrete Metaclass of "Described Element" inherits this MetaAttribute  (and its value).

PBessodes_0-1759306146928.png

 

BenAvdicevic
Honored Contributor

@PBessodes Appreciate any inputs.