Hello all
Is there any way that I can have parameter field = database field but the trick here the database field is passed by a parameter. The reason for this is that they can sort by primary field and secondary field asc and desc. I have all my formulas right I just don't know how to make this work eg:
IF {?Primary Sort Descending } = 'TRUE'
THEN {?Primary Sort Field} this is my problem how can I have {?Primary Sort Field} equal to a database field that they want to sort by and this can be any field that is availabe to them on the report so that they can sot ASC or DESC.
All the parameters are coming from from .NET application
uing CR10 on XP prof. machine
Thanks
Alex
Is there any way that I can have parameter field = database field but the trick here the database field is passed by a parameter. The reason for this is that they can sort by primary field and secondary field asc and desc. I have all my formulas right I just don't know how to make this work eg:
IF {?Primary Sort Descending } = 'TRUE'
THEN {?Primary Sort Field} this is my problem how can I have {?Primary Sort Field} equal to a database field that they want to sort by and this can be any field that is availabe to them on the report so that they can sot ASC or DESC.
All the parameters are coming from from .NET application
uing CR10 on XP prof. machine
Thanks
Alex