I was hoping someone could help me.
I have a multi table report that I am fixing in Crystal 8.5 and I am trying to pass a parameter to the SQL Server.
The report takes 2 parameters from the user. wh_id and order number (not shown).
I have been there are read the FAQ
And it does not work as expected.
Here is my formula. What am I doing wrong?
(
{t_order_detail.item_number} <> "6824" and
{t_hu_master.type} = "PP" and
{t_order.wh_id} = {?Warehouse}
)
The author of the FAQ said to enclose the formula in ()'s, but it does not show up in the "Show SQL Query" window even after pressing Reset.
What's happening is that Crystal is bringing a ton of records from the SQL Server and filtering them.
Someone said to make this a stored procedure but I don't want to redo all of the fields.
I'm new to Crystal, and need to fix this report.
Please help.
I have a multi table report that I am fixing in Crystal 8.5 and I am trying to pass a parameter to the SQL Server.
The report takes 2 parameters from the user. wh_id and order number (not shown).
I have been there are read the FAQ
And it does not work as expected.
Here is my formula. What am I doing wrong?
(
{t_order_detail.item_number} <> "6824" and
{t_hu_master.type} = "PP" and
{t_order.wh_id} = {?Warehouse}
)
The author of the FAQ said to enclose the formula in ()'s, but it does not show up in the "Show SQL Query" window even after pressing Reset.
What's happening is that Crystal is bringing a ton of records from the SQL Server and filtering them.
Someone said to make this a stored procedure but I don't want to redo all of the fields.
I'm new to Crystal, and need to fix this report.
Please help.