LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

report desplaying elements with different format

Hello everyone.
I want to create an excel report to display the contents of an array. The problem is that I want the first column to be displayed in time format (e.g 00:00, 00:02,00:04, etc) and the other columns as DBL.
Any ideas please?
Thanx very much in advance guys...
0 Kudos
Message 1 of 4
(2,903 Views)
The format of array elements is always the same; so you cannot change it until the data is in Excel.
Since you want to change the way the values are displayed, you have to change properties of the cells. This can be done by ActiveX via the Excel-API.

hope this helps,
Norbert B.

Message Edited by Norbert B on 10-15-2007 08:49 AM

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(2,897 Views)

Hi Norbert,

I thought of that and I tried to format cells in the excel worksheet but no luck so far...

thanks anyway for your time

0 Kudos
Message 3 of 4
(2,892 Views)
This link maybe helps you further on how to set properties. Changing format of values is quite the same as backgroundcolor from the perspective of "how to do"....

Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 4
(2,886 Views)