This is a migrated thread and some comments may be shown as answers.

CSV exporting out of order

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MANU
Top achievements
Rank 1
MANU asked on 08 Jul 2014, 10:03 AM
Hi,
      My Report select statement contains the following columns, Pickup time,Enroute,scene,Transport,Destination,Available..
     The Report also showing the same results. But When I export to CSV  it will be showing the following order Pickup time,Transport,Enroute,Destination,Available,
     scene.

     Anybody please suggest a solution for fix this issue...

     Hope u r valuable suggessions...

    Regards
    Manu Vijayan

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 10 Jul 2014, 08:27 AM
Hi Manu,

The produced CSV document will contain the data layout of the report. Excluding a field or item that exists in the report is not supported without modifying the whole report definition. If your intend is to export only the data assigned to the report, my suggestion is to use custom logic to concatenate the desired values and save them in a file.

More details are available in the Design Considerations for CSV Rendering help article.


Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
MANU
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or