Crystal report is not showing one column in group expert
SOLUTION
The problem Was Column Name's DataType was varchar (max)
In crystal Report If U want to do Group then It Should have Fix Size of DataType it can be of varchar(1000) but it should not varchar(max)
No comments:
Post a Comment