03-30-2020 03:45 AM
03-30-2020 04:03 AM
Hi GerdW
I got what you are saying. But I thought I should get something like the attached screenshot here. Suppose I have only 4 row/column headers, and I have 16 different values, I want to fill the table with those 16 different values. That's what my final goal is.
Thanks
03-30-2020 04:10 AM - edited 03-30-2020 04:14 AM
Here's one possible solution.
The issue is that your autoindexed array at the top has 4 values, and the bottom has more, and so the loop runs 4 times.
If you do some index manipulation like shown here (and in the labelling of indices for randomization in my earlier VI), then you can index the correct element each time, and not just get repeated values.
Edit: the same VI with autocleanup and some minor rearrangement. Posting alongside rather than replacing because probably easier to see differences when not the whole thing changes shape at once!
03-30-2020 07:30 PM
Hi cbutcher
Thank you very much for you all the time and efforts to help me. I really appreciate it.
All the best. and stay safe from COVID-19.