You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google Visualization Query language does not support JOINs, and I am not currently planning to implement JOINs in google-visualization-php. However, JOINs can be accomplished with a little more leg work using one of these work-arounds:
Server-side in SQL:
Create a SQL View that performs any necessary JOIN(s) and pass the name of the view to xxxDataSourceHelper instead of a table name.
The Google Visualization Query language does not support JOINs, and I am not currently planning to implement JOINs in google-visualization-php. However, JOINs can be accomplished with a little more leg work using one of these work-arounds:
The text was updated successfully, but these errors were encountered: