- See Wiki - how to post code on this forum.
- 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.