C
chuck.streb
I have a structure that brings in excel data, Time Vs. Channels with
the cells holding measured values.
I have in the neighborhood of 750 channels ( 3-4 worksheets). And a ton
of records (1000's)
I decided to put it into this format.
ChannelID, ChannelName, Time, Value
The problem I have now is showing it to the user in the shape like
excel.
If the user wants 8 channels, I want to show Time,Ch1,Ch2,Ch3 ... Ch8,
for all records.
I haven't come up with a great idea yet. All idea's welcome.
IF there is a better structure for importing the data, I would like to
hear about that also.
Thanks in advance
Chuck Streb
the cells holding measured values.
I have in the neighborhood of 750 channels ( 3-4 worksheets). And a ton
of records (1000's)
I decided to put it into this format.
ChannelID, ChannelName, Time, Value
The problem I have now is showing it to the user in the shape like
excel.
If the user wants 8 channels, I want to show Time,Ch1,Ch2,Ch3 ... Ch8,
for all records.
I haven't come up with a great idea yet. All idea's welcome.
IF there is a better structure for importing the data, I would like to
hear about that also.
Thanks in advance
Chuck Streb