Not sure if anyone has come accross this problem or not but this is the first time I've had this problem. I've written a pretty lengthy SQL Command but after the designer retrieves the data it is not apply the filter in the data selection. This is the data selection:
{Command.GBOBJ}="9300" or
(
If {?JDE - Object Account All} ="All" then
{Command.GBOBJ}={Command.GBOBJ}
Else
{Command.GBOBJ}={?JDE - Object Account All}
) and
(
If {?JDE - Business Unit All} ="All" then
{Command.GBMCU}={Command.GBMCU}
Else
{Command.GBMCU}={?JDE - Business Unit All}
) and
{Command.GBCO}= "71110" and
{Command.GBLT}={?Ledger Type} or {Command.GBLT} = "AU"
To be more specific it is not applying this filter ({Command.GBCO}= "71110" ) to the dataset that was retrieve from the SQL. Has anyone come accross this problem before??
Thx.
{Command.GBOBJ}="9300" or
(
If {?JDE - Object Account All} ="All" then
{Command.GBOBJ}={Command.GBOBJ}
Else
{Command.GBOBJ}={?JDE - Object Account All}
) and
(
If {?JDE - Business Unit All} ="All" then
{Command.GBMCU}={Command.GBMCU}
Else
{Command.GBMCU}={?JDE - Business Unit All}
) and
{Command.GBCO}= "71110" and
{Command.GBLT}={?Ledger Type} or {Command.GBLT} = "AU"
To be more specific it is not applying this filter ({Command.GBCO}= "71110" ) to the dataset that was retrieve from the SQL. Has anyone come accross this problem before??
Thx.