06-05-2014 07:08 PM
i wanna get a histogram from just some columns of a table (4 -6 -.....22)
Solved! Go to Solution.
06-05-2014 09:22 PM
It seems rather pointless to always attach oversize images that seem quite unrelated to the problem. The table terminal is not even visible!.
You want a histogram for each of the columns or for all selected columns combined? What is giving you problems?
06-05-2014 09:31 PM
i attach the image just to give a simple idea about the issue.
i want to get in the histogram just some columns of my table(exactly 4 & 6.....22),and the histogram is 2 column clustred ,the 1st one represents what i said before and the 2nd one the average value of each column(again just 4 &6....22)
06-06-2014 12:36 AM
06-06-2014 06:11 AM
thanks a lot srikrishnaNF ur always here for help.
about the histogram i know exactly how to do that,i'm looking for how to get just some columns of the table to make a histogram from them
06-06-2014 08:48 AM
A table is just a 2D array of strings. To get a column, you use index array with toe row index discunnected. To get a subset of columns, you would use a FOR loop, autoidenxing over an array of column indices. Try it!
06-07-2014 01:02 PM
i tried index array but maybe in a wrong way
instead of getting 2 column clustered in each value(candidat & moyenne) i get histogram 3,4....11
06-07-2014 02:11 PM
Sorry, I don't have the office toolkit.
You need to simplify your example in order to get better help. A loarge oart of your code is very convoluted and barely readable.
Don't continue to clutter your post with oversized and meningless images. It is very distracting.
06-07-2014 02:38 PM
for the table, i don' have any problem,it's fulled with data that i want.
about the histogram: i'm trying to get a comparison between some values of a user(row) with the average.so the histogram has to have in the x-axis 10 values (E1 -E2 ....E10) and in E1 i want to see 2 column clusters.the 1st one represents E1 for the user and the 2nd one represents the average of E1 of all users(all values of this column).in other words i want to make a histogram for just some of columns of each row
i removed some sub-vis, and i left important things.
i really hope that u figured what i have to fix,because i tried many solutions.
06-07-2014 02:57 PM
@achfire wrote:
for the table, i don' have any problem,it's fulled with data that i want.
There is no data in the table of the VI you have attached. It is all blank.