Query list with array label

Query list with array label

timdaiYLHWA
New Member New Member
58 Views
2 Replies
Message 1 of 3

Query list with array label

timdaiYLHWA
New Member
New Member

Hi

I have array label call Machine in list. I want get value from list where label "a" match Machine. How can I modify it.

timdaiYLHWA_0-1756717123782.png

 

0 Likes
59 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast

It works if you add the variable directly into the query string. I don't know why the $-syntax doesn't work in this case.

...WHERE '" + a + "' IN Machine
0 Likes
Message 3 of 3

joerg_vogel_HsH
Mentor
Mentor

a is a command. This can cause effects when the interpreter is building a query string. Typically nobody should use restricted names as local variable names. Other single character commands are i and c.