Hi
I have problems to show graphical statistics on my Ari Data Table module
I'm taking data from rsforms pro submissions field on MySQL db what i'm trying to obtain is something like images attached
In few words i need a graphical representation of submissions and name of the forms submitted
i have tried in this way
( SELECT COUNT( * )
FROM `ctlmz_rsform_submissions`
WHERE FormId =14
) UNION ( SELECT FormName FROM `ctlmz_rsform_forms` WHERE FormID=14)
but i'm obtaining syntax errors
Could someone help me
Thank you to all of you great module