Session Custom Property datetime as Named Query Parameter

  1. See Wiki - how to post code on this forum.
  2. Don't create query strings using CONCAT(). You are leaving your system open to SQL injection attack. Ideally you would use system.db.runNamedQuery | Ignition User Manual or system.db.runPrepQuery | Ignition User Manual.