EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-08-18 10:55 PM . Last Modified: 2023-05-03 12:11 AM
I am trying to include Embedded lists in a SCADA template. When ever i try to include the SQL query as animation it is showing the following error...." The following tags are invalid: '%.Comms.Hreg.Input%' " .
The query iam trying to use is as folllows 'SELECT "FullName" AS "~FullName", "Id", "Foreground", "Blink", "Background", "TypeDesc", "MemoryUsage" FROM CDBPOINT WHERE "FullName" LIKE ''' + "%.Comms.Hreg.Input%" +''' '.
Can any one suggest where i am going wrong ?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-08-20 05:06 AM
Hi,
I think your % wildcards need to be in the string of the query:
'SELECT "FullName" AS "~FullName", "Id", "Foreground", "Blink", "Background", "TypeDesc", "MemoryUsage" FROM CDBPOINT WHERE "FullName" LIKE '%'' + ".Comms.Hreg.Input" +'%'' '
I can't tell if your animation property in the database ".Comms.Hreg.Input" is correct.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-08-20 05:06 AM
Hi,
I think your % wildcards need to be in the string of the query:
'SELECT "FullName" AS "~FullName", "Id", "Foreground", "Blink", "Background", "TypeDesc", "MemoryUsage" FROM CDBPOINT WHERE "FullName" LIKE '%'' + ".Comms.Hreg.Input" +'%'' '
I can't tell if your animation property in the database ".Comms.Hreg.Input" is correct.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.