Hello,
Use the following SQL query:
Code: |
SELECT
title,
value,
record
FROM
#__facileforms_subrecords
WHERE
name IN ("sparkname", "initwi", "Week1WI")
ORDER BY
record DESC,name ASC
|
Set "SQL -> Graph transformation -> Enable" parameter to "Yes", "SQL -> Graph transformation -> X axis column" parameter to
name value, "SQL -> Graph transformation -> Y axis column" parameter to
record value, "SQL -> Graph transformation -> Enable" parameter to
value
PS: Similar solution solution for "RS Form" extension can be found
here.
Regards,
ARI Soft