Date: Thu, 17 Dec 2009 14:10:28 -0500
Reply-To: Arthur Tabachneck <art297@NETSCAPE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@NETSCAPE.NET>
Subject: Re: Dynamic Report
Of course there is always the Q&D way of providing separate files for each
sort along with hyperlinks pointing to the desired sorted files.
Or, similarly, rename them with an xls extension and include command
buttons linked to excel macros that accomplish the selected sorts.
Art
-------
On Thu, 17 Dec 2009 05:08:44 -0800, shiva <shiva.saidala@GMAIL.COM> wrote:
>Hi,
>
>Can we create a dynamic sort after report is generated.
>
>For e.g.:
>I have developed one report in html format.If the user wants to sort
>by any field in the report itself can we do that using proc report or
>any other solution.
>This is the final report we got from sas.
>Name Id sal
>Ram 5 100
>Ravi 3 300
>
>Now can we sort this report once it is generated by clicking on name
>or id or sal (like if we click on the column name it should get sorted
>by that column).
>Or can we give an hyper link to this report.
>
>Thanks,
>Shiva
|