Skip to Main Content
AVEVA Product Feedback


Status Declined
Categories Data Archive
Created by Guest
Created on Aug 20, 2022

Enhance tag search and message log filters via logical operators

Proposed features - search for TAGS in PI SMT using also logical operators (like AND, OR and NOT) to refine the search criteria -  search for MESSAGE LOGS in PI SMT using also logical operators (like AND, OR and NOT) to refine the search criteria Examples Tag Search Tag Mask: *temperature* AND *pressure* Message Logs Message *10.0.0.14* OR *192.168.10.15*
  • ADMIN RESPONSE
    Aug 20, 2022
    The PI SMT Advanced tag search allows you to perform more complicated tag searches. Please review the SMT message log Advanced Filter section. It should provide you with AND. We currently have no plans to add OR filtering capability.
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    As the "*" is reserved for "any" character, another possibility would be something like: ** Therefore two ** will start a regular expression! The old logic will work and the new logic is triggered by two leading ** :-)
  • Guest
    Reply
    |
    Aug 20, 2022
    That´s a good Idea, makes things easier;-)
  • Guest
    Reply
    |
    Aug 20, 2022
    useful !!