Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-08-1810:55 PM. Last Modified: 2023-05-0312:11 AM
Using Embedded lists in templates
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.
Posted: 2020-08-2005: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.
Posted: 2020-08-2005: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.