What is the syntax I can use to filter items that have an 'S' in the third position? Thanks in advance for any suggestions.
I believe the function you are looking for is substr([Package][View][Field], startposition, length) = 'S'
Try
substring([Dataitem], 3, 1) = 'S'