Hello everyone,
Im having a problem with the syntax of this statement:
CR 10
Connected to SQL server.
The error states "The ) is missing" at the first comma (indicated by the red line.
Its only in the expressions where I have multiple values in the IN statement.
Also, do I have the wildcard syntax correct? (?)
If {?Choose Clins} = "FFP" then
{adq_vw_rpt_ts_sum_craft_by_emplid.Project ID} IN
("02009.(?)01.00.0000", "02009.(?)02.00.0000",
"02009.(?)03.00.0000", "02009.(?)04.00.0000", "02009.(?)05.00.0000", "02009.(?)06.00.0000",
"02009.(?)07.00.0000", "02009.(?)08.00.0000", "02009.(?)09.00.0000", "02009.(?)10.00.0000",
"02009.(?)11.00.0000", "02009.(?)12.00.0000", "02009.(?)13.00.0000", "02009.(?)14.00.0000",
"02009.(?)15.00.0000", "02009.(?)19.00.0000", "02009.(?)20.00.0000") else
Im having a problem with the syntax of this statement:
CR 10
Connected to SQL server.
The error states "The ) is missing" at the first comma (indicated by the red line.
Its only in the expressions where I have multiple values in the IN statement.
Also, do I have the wildcard syntax correct? (?)
If {?Choose Clins} = "FFP" then
{adq_vw_rpt_ts_sum_craft_by_emplid.Project ID} IN
("02009.(?)01.00.0000", "02009.(?)02.00.0000",
"02009.(?)03.00.0000", "02009.(?)04.00.0000", "02009.(?)05.00.0000", "02009.(?)06.00.0000",
"02009.(?)07.00.0000", "02009.(?)08.00.0000", "02009.(?)09.00.0000", "02009.(?)10.00.0000",
"02009.(?)11.00.0000", "02009.(?)12.00.0000", "02009.(?)13.00.0000", "02009.(?)14.00.0000",
"02009.(?)15.00.0000", "02009.(?)19.00.0000", "02009.(?)20.00.0000") else