using window values in a caml query
AnsweredI have a window variable window.field1 and I need to pass the value in a CAML query, how should it be passed?
as window.field1, [window.field1], or window["field1"]?
Thanks
Sandy
0
-
Hi Sandra Huntley,
you can use it like a placeholder in a caml query [[= window.field1 ]]
BR Matthias
0
Please sign in to leave a comment.
Comments
1 comment