Exporting report content in CSV format
Hi all,
I am planing to use Iserver Express to deploy to my customers, I am trying to figure out how to export the report content in a CSV format. at the moment the CSV option only allows for importing report data.
within the table I am trying to import, there are some label that i would like to appear in the csv file. also the date always gets converted rather than displayed like what appears on the screen. e.i.
report viewer display
MPAN Number Metername readingdate reading
MPAN E-34597818 01 V R 20090103000000 7216.8 T
MPAN E-34597818 01 V R 20090103000000 7217.8 T
MPAN E-34597818 01 V R 20090101000000 7213.1 T
MPAN E-34597818 01 V R 20100106000000 7351.6 T
MPAN E-34597818 01 V R 20090101000000 7214.0 T
MPAN E-34597818 01 V R 20090102000000 7214.9 T
MPAN E-34597818 01 V R 20100104000000 7218.8 T
MPAN E-34597818 01 V R 20100104000000 7219.7 T
MPAN E-34597818 01 V R 20100105000000 7267.4 T
9999999999999 9
but when I try to get the CSV data i get
Aggregation,metername,reading,readingdate
13,E-34597818,7214,01/01/2010 23:22:00
13,E-34597818,7214.9,02/01/2010 11:04:00
13,E-34597818,7351.6,06/01/2010 08:49:00
13,E-34597818,7430,07/01/2010 08:12:00
13,E-34597818,7467.5,07/01/2010 19:54:00
13,E-34597818,7218.8,04/01/2010 09:55:00
13,E-34597818,7219.7,04/01/2010 21:37:00
13,E-34597818,7267.4,05/01/2010 09:22:00
13,E-34597818,7216.8,03/01/2010 10:32:00
13,E-34597818,7217.8,03/01/2010 22:13:00
13,E-34597818,7509.7,08/01/2010 07:35:00
13,E-34597818,7549.3,08/01/2010 19:17:00
13,E-34597818,7213.1,01/01/2010 11:41:00
all the static values are simply ignored and the the aggregation data is repeated on all the rows.
What i would like to achieve is to export the the exact report content as a CSV including the empty column and for the date not to be converted back.
Thanks in advance