The idea is to have a list of the names of the profile instances that belong to the profile definition. Here is an example of the audio presets for 2 events:
The end result should be the these 2 items are displayed as follow so that the operator can view all presets they have available:
Is this something that can be done? if so, how can I implement this?
Thanks!
Hi Miguel,
Not sure what version you are using, but as of 10.3.3 I was able to do this with a GQI query and the Grid Control.
For the query, I used Get profile instances and then specified what Profile Definition I wanted to use, in my case VS Site. I also used the Select operation to get just the fields I wanted.
From there I drug the query onto the app and selected a visualization. Below you can see a Table and the Grid control, which I think is closer to what are looking for. You can do some neat formatting stuff with it too.
Hope this helps!
I would assume it’s probably because I have some soft launch options enabled that you don’t. Below are the ones we have enabled. There’s a whole list of them in the docs if you want to see what they do (https://docs.dataminer.services/user-guide/Reference/Soft-launch_options/SoftLaunchOptions.html). You’ll have to restart DM after adding the config file to enable them.
(EDIT) Hmmm… didn’t like the XML I posted! I guess that makes sense. Here’s a list of options we’re using:
DOMManager
Functions
AnomalyDetection
BookingData
MonitoringAndControl
ReportsAndDashboardsAutomationScript
ReportsAndDashboardsButton
ReportsAndDashboardsButtonPanel
ReportsAndDashboardsDynamicVisuals
ReportsAndDashboardsScheduler
UserDefinableAPI
GenericInterface
Applications
ReportsAndDashboardsPTP
UseWebIAS
Hi,
As Jamie suspected, this functionality is linked to a soft launch flag, specifically the GenericInterface soft launch flag.
Hey James, I hope you are doing okay 🙂
That is odd because the DMA I am using has version 10.3.4.0-12854 and I don’t see the query you mentioned. I only see 11 Items in Query and those are:
get alarms, get behavioral change events, get dcf connections, get elements, get parameter table by id, get parameters for elements where, get services, get trend data pattern events, get trend data patterns, get view relations, and get views.
Could it be that this functionality was left out after the version you have?