Hi,
I have the group field {NewID} which i want to sort on {Name} or {Value}, i believe using Max/Min on this field and using 'ALL' in group sort expert is the way for this. But I need it to be on formula.
For now its for Ascending only,
like,
Formula name is 'SORT'
The contents of formula is,
If
{?Param}='Name'
Then
Max({Name}, {NewID})
Else
Max({Value}, {NewID})
But i cannot see it in group sort expert.
Any solution to this..? or any other approach would be greatly appreciated.
Please reply..
Thanks
I have the group field {NewID} which i want to sort on {Name} or {Value}, i believe using Max/Min on this field and using 'ALL' in group sort expert is the way for this. But I need it to be on formula.
For now its for Ascending only,
like,
Formula name is 'SORT'
The contents of formula is,
If
{?Param}='Name'
Then
Max({Name}, {NewID})
Else
Max({Value}, {NewID})
But i cannot see it in group sort expert.
Any solution to this..? or any other approach would be greatly appreciated.
Please reply..
Thanks