Create a associative array from unique selected rows and row number
Hi All, I have table in which I have selected rows where subject is science or Math (using select where function). Now I want to create associative array which stores the row number of all selected with unique entries of a particular column.After that I want to start a loop for all keys of the associative array. Which will subset the rows from key[i] to Key[i+1] for each value. For Example: Row_Nu...
vince_faller