1 Reply Latest reply on Mar 8, 2018 12:46 PM by shawkins

    How to get the digital state from PI using Teiid?

    thiru28

      How to get the digital state from PI using Teiid?

       

      Below query was working fine in OLEDB tester, but Teiid is not working

      SELECT tag, time, value, DIGSTRING(status)

      FROM [piarchive]..[picomp2]

      WHERE tag = 'ba:active.1'

       

      Please tell me the steps.