Report setup question

Morning All,

I need to select seat numbers based on the seat row selected in the previous parameter in Report Setup, but I'm running into a problem with double quotes.

So, my Seat Row parameter, selects the rows from T_SEAT based on the Performance, but when I try to add a parameter for seat num with a WHERE clause using the Seat Row parameter, I get an error which specifies Incorrect syntax '"A","B"'. I've deduced from that, that I need to strip out the double quotes, or replace them with single quotes, before the value gets passed to my SQL VIEW.

Has anyone done this? Is it possible? Should I try something else instead?

Thanks in advance, Debbie

Parents Reply Children
No Data