Hi,
If i place the below statement in macro where i am building my query....what should happen...
busobj.ActiveDocument.DataProviders.Item("Query 1 with lead").Columns(1).CustomSort ("Descending")
I don't see any change, i want the data to be sorted in descending order and should be handled in a macro only.
I am actually working on dynamically accepting the criteria(Column) on which the sort should be done in the report and sort the data on that particular column accordingly.
Any help regarding this is appreciated.
Thanks in advance.
If i place the below statement in macro where i am building my query....what should happen...
busobj.ActiveDocument.DataProviders.Item("Query 1 with lead").Columns(1).CustomSort ("Descending")
I don't see any change, i want the data to be sorted in descending order and should be handled in a macro only.
I am actually working on dynamically accepting the criteria(Column) on which the sort should be done in the report and sort the data on that particular column accordingly.
Any help regarding this is appreciated.
Thanks in advance.