Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.
Already have an account? Login
You can subscribe to this forum after you log in or create your free account..
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.
Already have an account? Login
Posted: 2022-03-31 12:57 AM . Last Modified: 2022-04-10 11:55 PM
Hello,
In ClearScada, via MetaData function, I have created an additional field “EDescription” in CDBPoint table. In “Display Alarms” window, I has add this column, and I can saw it.
How can I add “EDescription” column in “Display Events” window?
Posted: 2022-04-19 09:02 PM
'Display Events' is a ViewX internal shortcut which launches a new query window with a (Schneider development) preset query.
I'm not aware of any way to modify this with configuration.
What you can do is add your own custom context menu entry and query
In the Server Configuration (for every server) you would add an Entry to Extra Table Queries, and put in your query here.
I don't believe you'd be able to 'hide' the existing entry, but you could try to use the identical naming in your new option, which might overwrite the existing (or it might just not work).
Posted: 2022-04-26 09:53 PM
CDBPoint.FullName == CDBEventJournal.Source
Posted: 2022-04-19 09:02 PM
'Display Events' is a ViewX internal shortcut which launches a new query window with a (Schneider development) preset query.
I'm not aware of any way to modify this with configuration.
What you can do is add your own custom context menu entry and query
In the Server Configuration (for every server) you would add an Entry to Extra Table Queries, and put in your query here.
I don't believe you'd be able to 'hide' the existing entry, but you could try to use the identical naming in your new option, which might overwrite the existing (or it might just not work).
Posted: 2022-04-26 02:00 AM
As I understand, the only way, is to create your own select function to collect information from two tables?
But when I look at both database tables, I don't find a related field in both database tables through which I can join the tables through select.
Posted: 2022-04-26 09:53 PM
CDBPoint.FullName == CDBEventJournal.Source
Posted: 2022-05-01 11:45 PM
Thank you, everything works.
User | Count |
---|---|
196 | |
80 | |
35 | |
23 | |
18 | |
11 |
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.