Automatic image creation in enterprise arhitect - enterprise-architect

We have a list of applications which are interlinked with each other. Is there a possibility to automatically get an architecture diagram in "Enterprise architect" tool if I give the inputs in an excel? For ex: In the excel
Application Upstream Downstream
A B,C X,Y
Now in the EA I need an output like B,C are connected to A.
A is connected to X,Y. Please help me out.

Related

How do I merge two Dashboard data sources in grafana

I would like to re-use a query between panels -- ideally between library panels.
Context:
I have three Postgres datasources. For simplicity, say A contains ecommerce behavior, B contains app behavior, and C contains user profile data.
I have a query on source C that helps me determine if the user is an enterprise, paid, or free user. Call the query Q.
Situation:
I am trying to filter out enterprise users from queries on A and B. So I need to apply Q to these tables.
Attempt at solution:
I have two library panels where I set the Data source -- Mixed --. In the first panel, I make a query to datasources A and C. In the second panel, I make queries to B and C. Note I am using query Q in both cases.
Woohoo!
Problem:
I would like to define Q exactly once to help future-proof changes.
Ideally, I would be able to use a Dashboard data source in a -- Mixed -- context. How do I merge two -- Dashboard -- sources?
Maybe these can help you
https://grafana.com/docs/grafana/v9.0/dashboards/json-model/
https://grafana.com/docs/grafana/v9.0/dashboards/scripted-dashboards/
The basic idea is, make sure that you correctly set the gridPos and datasource properties in a way that make sense; and you can merge as many dashboards as you want by taking the panels (as mentioned in the docs, panels is an array of JSON that represents building blocks of the dashboard).
Hope it helps. I'm working exactly on the same right now.

Power BI - How do I put a filter on a card visual based on the value in another column

I am brand new to Power BI. I have detail data that looks like
Server Application
Server1 App1
Server1 App2
Server2 App1
Server2 App3
My manager wants to get some analytics. The first was Distinct # of Servers. I was able to do this with a card Visualization.
The second is # of Apps using more than 1 processor. I am able to make a Card Visualization of the # of Distinct Apps and I can use Server as a filter, but the only options I have are that the Server is one of the Servers in the data or if I use Advanced Filtering it only has text options like Contains, Does Not Contain, etc. There are no count options available. How can I accomplish this seemingly simple task?
Thanks,
Dick
If I understand well your problem you can proceed like this:
Table containing data
You should build a measure like that:
CountOfApp = COUNT(Table1[Application])
then you can use it to filter servers with more than x application like this:
See Visual level filters on the selected visual
Hope that helps!

AB modeling in anylogic (statechart)

I have a problem where the state of one agent depends on the states of its components. Like I have a machine which consists of 10 different components. each one has its own state chart( the states could be; Operating,failed, under manitenance...etc). So the machine will fail if at least one component fails and it will be up if all of them is operating. What I did is to create the 10 agents and create thier statecharts( please note that each component has different failure rate, repair time..etc that is why i seperate them) and i created one agent for the machine with its statechart(that is dependent on the 10 statecharts), I am stuck here, I could not find way to get the state of the machine based on its components' states.
It should be AB modeling
Thanks alot

How difficult would it be to use metadata from web services to build drop down menu in J D Edwards

Looking for a way to harmonise data between a number of copies of J D Edwards.
Currently users type in data that should be in drop downs to prevent errors.
How feasible is it to create a web service with all the controlled lists and then use these services to build the drop downs and ensure the data is correct in all copies of the system?
I have no experience of J D Edwards
There is a specific feature in JDE for this - User Defined Codes. UDC's are the lists of correct values for a specific field/data item.

How to print Shape Data in Microsoft Visio 2013?

My company has a Visio document that displays a proposed server relationship structure. For each 3D server shape, we have added text to the shape data, e.g. IP address, Server Name, RAM, Service Tag, etc. We would like to be able to print the shape data as an additional sheet to our main server structure document in preparation of meetings.
We are using Visio Professional 2013, at the application level, and we are unable to figure out how to print this shape data. I have not even been able to figure out how to export the data to Excel so I can print from there. Can someone please help, all the information on the web is for previous versions of Visio? Thank You.
You could try "Shape Reports" on "Review" Tab.
This function allows you to select the shape attributes for the report, format of the report (html/excel/extra page/etc), and execute the report.