Hi,
I have two SQL tables one for student id and their subjects
and one for their marks like below, comma separated values
so i take subject and position of marks from table one and from table two i convert comma separated values in array and by position i get the marks of respective subjects for a particular student, and further for particular student i create charts for each subjects.
i am new to kool report, how can i achieve this.
Thanks