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
Product PI Connectors
Created by Kenneth Barber
Created on Aug 18, 2022

Make CONCAT take an arbitrary number of arguments

Currently, CONCAT only takes 2 arguments, so you need to nest multiple CONCAT (or just use the & operator) if you want to concatenate multiple strings. This can be avoided if CONCAT could take any number of strings as arguments. In general, users expect associative functions to take an arbitrary number of arguments.
  • ADMIN RESPONSE
    Aug 18, 2022
    Thank you for your input. We are continuing to support PI Connector for UFL with stability and security releases. However, for feature enhancements, we are starting to develop the PI Adapter for Structured Data Files and encourage you to go to the PI Adapters forum to share your use cases.
  • Attach files
  • Gabriel Verreault
    Reply
    |
    Aug 18, 2022
    You can use the "+" operator. MyVar="Hello"+Var2+"World"+Var3
  • Kenneth Barber
    Reply
    |
    Aug 18, 2022
    Good point, Gabriel. However, I think that my suggestion still holds. We might not need the CONCAT function at all to concatenate strings, but since the CONCAT function does exist, it might as well be given an upgrade.