09-10-2013 11:56 AM
Hi all,
I have this requirement where I would like to control the data format of individual cells of a table. Look at the following table.
is it possible to have the no. of measurements to show only integer values ( 1 2 3 4 .....etc ) instead of ( 0.00000, 1.00000 , 2.00000 ) and keep the format of second column. so I ideally I would like to have following table.
Solved! Go to Solution.
09-10-2013 12:02 PM
@raj_iastate wrote:
Hi all,
I have this requirement where I would like to control the data format of individual cells of a table. Look at the following table.
is it possible to have the no. of measurements to show only integer values ( 1 2 3 4 .....etc ) instead of ( 0.00000, 1.00000 , 2.00000 ) and keep the format of second column. so I ideally I would like to have following table.
Get away from using that express VI and convert the numbers to strings yourself. You will have fine control over how the resulting number(s) will be converted.
On a different note... CLAD... really???
09-10-2013 12:20 PM
I would appreciate if you don't waste my time with your answers.
09-10-2013 12:25 PM
@raj_iastate wrote:
I would appreciate if you don't waste my time with your answers.
It's not a wastet of time. I gave you the answer, stright up. Do the conversions yourself and you have much finer control over how the resulting string is formatted.
09-10-2013 12:45 PM
Hmm, I guess I won't waste your time either. Why ask the question if you don't want the answer???
09-10-2013 12:50 PM
A Table Indicator is a way of displaying a 2-D array of strings. As billko wrote, if you replace your Express Table with a normal table indicator, then you can format the data into a string array any way you like, and it can be different for each cell if that's what you want.
09-10-2013 12:59 PM
thanks
09-10-2013 01:03 PM - edited 09-10-2013 01:04 PM
Here's an example of how you can do it.
09-10-2013 04:51 PM
can you please send me the vi ? and I gave a kudos............thanks for the reply.