Link to home
Start Free TrialLog in
Avatar of mseit
mseit

asked on

how to group in a crystal report based on formula using vb.net

how to group in a crystal report based on formula using vb.net
Avatar of Mike McCracken
Mike McCracken

What do you mean?

Crystal can only base groups on Crystal formulas or database fields not anything from VB.Net

mlmcc
Avatar of mseit

ASKER

Can you give code snippet for passing value for grouping.
What kind of code?  What value are you passing?

What data do you have?

What are you trying to accomplish?

mlmcc
Avatar of mseit

ASKER


Actually i want to pass a field name from vb.net to CR and grouping should be made based on it.
For Eg In case of SalesOrder Report, if i pass Deliverydate Or ItemCode grouping has to be done based on it.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mseit

ASKER

Thanks.It is working.