In order to do this, I gathering nsradmin data. Get it in a CSV format. Transform date and time info into timestamp format. And give this information to DPA.
But I set cast for each column (sting, timestamp, int, duration).
But on the report preview, the timestamp is displayed "as a big number". And in the table format -> Series -> Column format the cast is set to text.
Click on the Format Columns. There should be a drop down button beside each of the fields where you can change the cast from Text to Date.
Failing that, remove the connection from the ReadCsv data source to the nearest operator or the end of the report. Once you add it again the date field should propogate throughout the report. I can't really see exactly what it is you're trying to do, or what your report looks like, so it's not easy to say exactly where it is you're going wrong.
finnj7
6 Posts
1207
0
Posted October 13th, 2015 03:00
Click on the Format Columns. There should be a drop down button beside each of the fields where you can change the cast from Text to Date.
Failing that, remove the connection from the ReadCsv data source to the nearest operator or the end of the report. Once you add it again the date field should propogate throughout the report. I can't really see exactly what it is you're trying to do, or what your report looks like, so it's not easy to say exactly where it is you're going wrong.