FinalPrime
Technical User
I query into sql sever with parameter for a field <call it X> with DataType Decimal, precision 2, scale 5, decimal places auto.
When parameter for field X is ommited, correct values in X are returned with the query.
When Field X filter is used, returned values are zero.
example filter (TotalValues.Footage >= 1300 AND TotalValues.Footage <= 1500 ).
DataType Decimal, precision 2, scale 5, decimal places auto for X is acertained by my linking to the
file from an Access DB and viewing Design View. Query is through Crystal SQl Designer
What gives? Correct values should return and filter should work.
thanks
finalPrime
When parameter for field X is ommited, correct values in X are returned with the query.
When Field X filter is used, returned values are zero.
example filter (TotalValues.Footage >= 1300 AND TotalValues.Footage <= 1500 ).
DataType Decimal, precision 2, scale 5, decimal places auto for X is acertained by my linking to the
file from an Access DB and viewing Design View. Query is through Crystal SQl Designer
What gives? Correct values should return and filter should work.
thanks
finalPrime