CrystalProgDev
Programmer
User want to have a sort by paramter selction by a name aor date.
I came up with a formula
If {?@SortOrder} = 1 Then
{Report;1.Applicant} -- String
Else
CStr({@Date})
@Date is a formula.
When user select date, the data is not getting sorted by date properly. Can anyone help me.
Thank you in advance
I came up with a formula
If {?@SortOrder} = 1 Then
{Report;1.Applicant} -- String
Else
CStr({@Date})
@Date is a formula.
When user select date, the data is not getting sorted by date properly. Can anyone help me.
Thank you in advance