sixtoesofdean
Programmer
Hi
I have an existing report which uses a view in SQL Server. I've amended the report using the visual linking expert and added another view which [obviously] has a relation with the existing parent table.
Trouble is Crystal doesn't want to let me change the join type. I need it to be an outer join. However whenever I click on the Link Options button, all the join types are greyed out (as is everything else).
The only helpful comment I can make is that Crystal decided that the fields were not the same type and told me so. However, lookcing at the underlying tables the views are based on, both column are of type int, the only difference being one is an identity column. Does this make a difference?
At the minute the report doesn't work. If I try and preview it, I get a 'useful' crystal error message saying "Not supported". Nice.
Also I can't look at SQL crystal is generating because the 'Database->Show SQL Query' is also greyed out.
I'm guessing that the way I've added the new view has seriously broken something, but what???
I have an existing report which uses a view in SQL Server. I've amended the report using the visual linking expert and added another view which [obviously] has a relation with the existing parent table.
Trouble is Crystal doesn't want to let me change the join type. I need it to be an outer join. However whenever I click on the Link Options button, all the join types are greyed out (as is everything else).
The only helpful comment I can make is that Crystal decided that the fields were not the same type and told me so. However, lookcing at the underlying tables the views are based on, both column are of type int, the only difference being one is an identity column. Does this make a difference?
At the minute the report doesn't work. If I try and preview it, I get a 'useful' crystal error message saying "Not supported". Nice.
Also I can't look at SQL crystal is generating because the 'Database->Show SQL Query' is also greyed out.
I'm guessing that the way I've added the new view has seriously broken something, but what???