Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status Declined
Created by Guest
Created on Aug 19, 2022

URI DataReference to support substitution variables

The URI DataReference cannot use substitution variables, and thus if you have 1000 URI attributes to refer to a Coresight display, you need to specify your Coresight server 1000 times. Having that URI (or other parts) in another attribute would be helpful. Currently i use the stringbuilder for that reason, as the URI builder does not support this.
  • ADMIN RESPONSE
    Aug 19, 2022
    We currently do not have plans to further develop the URI Builder Data Reference. Our recommendation is to use the StringBuilder Data Reference.
  • Attach files
  • Guest
    Reply
    |
    Aug 19, 2022
    The URI Builder data reference supports substituting attribute values (with the '' syntax) or substitution parameters (with the %% syntax). URI builder automatically escapes URI parameters so to specify your host in another attribute you would assign an attribute \Config|CoresightHost the value of: "coresighthost.company.com", then create a URI builder with configuration: https://'\Config|CoresightHost'/Coresight/Displays/'display number' We could add special handling for Coresight servers, but templating the host name is possible currently.