Hi,
I am trying to pass more than one value to the report and it is returning me a blank page every time I run the report.Following is my sql statment
select * from test_data where distr in (&p_1)
and I am passing values as (3011,3058) to the report when I try to run my paper layout. But I am not having luck with the data. I know for sure there is data which matches this values in the DB. Any help is very much appreciated.
Thanks.
I am trying to pass more than one value to the report and it is returning me a blank page every time I run the report.Following is my sql statment
select * from test_data where distr in (&p_1)
and I am passing values as (3011,3058) to the report when I try to run my paper layout. But I am not having luck with the data. I know for sure there is data which matches this values in the DB. Any help is very much appreciated.
Thanks.