06-13-2012 05:31 AM
Filter out the appropriate column with Index array and use Search 1D array for your number, this'll give you the index. Use Index Array to grab the whole row. Done.
/Y
06-13-2012 07:30 AM
06-13-2012 09:49 PM
But where do i connect the Index Array to ???
Is it the pin/point called "condition" , on the DB tools select data ???
06-13-2012 09:54 PM
hahas... My teacher is reading the forum with me yestersday :l
06-13-2012 10:58 PM
The index Array Function returns the element of the array at a particular index.If array's zeroth element is 123451R,then it will returns that particular element if you wire the 'index' with '0'.So connect it accordingly.
06-13-2012 11:03 PM
can you show me a example for it ??? i dont really quite understand.
Sorry for the inconvenience
06-13-2012 11:07 PM
By the way, do u know what the mean of this ???? i found this at the LAVA forum.
06-13-2012 11:09 PM - edited 06-13-2012 11:16 PM
OK.see the attached example.I just shown an array and the indicator returning the particular element of the array.Like that you can retrieve your array elements as Yameda told.I can't show you in your example as Iam using LV2009.
06-13-2012 11:26 PM
so the element i replace with the "Student Admission Number "???
06-13-2012 11:34 PM
You can see search 1D array in Array's palette and using that, search for your particular "Student Admission Number".And this will give you the index.And then use index array to retreive the whole row containing the details of the student with that particular Admission Number.All the functions are available in view>>function palette>>array.
Try it!