Hi ,
I have a query where it picks up multiple lines for an table with XML data based on the form
The table does have a form number so I could use that to get the correct occurance of the table, but was thinking what if a new form is developed giving a new number. So, the question is can I use a where clause on if the field exists?
Field is called "Type" so something like (I know the expression is wrong) where data.field( '/Data/Type)[1]') = 1 ?
Thanks