I created a view over an SQL table that selects out only certain record types. The view includes 3 columns.
Record Type
Record ID
Value
The original Table contains many Record types that I need to access seperately so I created a seperate view for each record type I need, each view containing only one record type.
I wrote a Crystal Report over the view that includes the Value field on it - no problem. The problem comes when I try to use the Value field in a selection statment. The Value field is not valid as a selection field.
Any idea why would I not be able to use this field in a selection statement? Is this a limititation of SQL views?
Thanks!!!!
Record Type
Record ID
Value
The original Table contains many Record types that I need to access seperately so I created a seperate view for each record type I need, each view containing only one record type.
I wrote a Crystal Report over the view that includes the Value field on it - no problem. The problem comes when I try to use the Value field in a selection statment. The Value field is not valid as a selection field.
Any idea why would I not be able to use this field in a selection statement? Is this a limititation of SQL views?
Thanks!!!!