Hi
I have a Dynamic Virtual Element which has several tables.
I would like to get a cell value in one of the tables of the DVE element in the Correlation Rule Script condition.
e.g. parameter(DMA_id, Element_id, Parameter_id, ???) == 1
Is that possible?
Thanks
Hi Miao,
That should indeed be possible according to this.
parameter(DMAID, elementID, parameterID, rowindex) parameter(7,56,110,SLDataMiner)
The last argument in the parameter function call is the primary key of the row in the table. The parameter ID should be the ID of the column parameter, not the table itself.