Hi,
My report uses 2 tables that have a right outer join.
I have a set of selection conditions checking for parameter values where i checked for null values in the inner table too.
I am trying to display one of the fields of the outer table.
If i enter parameter values, such that i get values for all fields, i am able to c the output.
If i enter a parameter value, where the inner table is null and outertable has values, i am not able to see the output.
I traced the query in sql, and sql returns expected results for that query - null for inner table and values for outer table.
anyone knows why this is happening? am i missing something here?
thanks for help,
rrgkanth.
My report uses 2 tables that have a right outer join.
I have a set of selection conditions checking for parameter values where i checked for null values in the inner table too.
I am trying to display one of the fields of the outer table.
If i enter parameter values, such that i get values for all fields, i am able to c the output.
If i enter a parameter value, where the inner table is null and outertable has values, i am not able to see the output.
I traced the query in sql, and sql returns expected results for that query - null for inner table and values for outer table.
anyone knows why this is happening? am i missing something here?
thanks for help,
rrgkanth.