SQL-Builder

Estimated reading: 3 minutes 663 views

How to get dynamic data using SQL-Builder

Introduction

In this article, I’ll show you the quickest way to add WordPress charts from Database – MYSQL and PHP.

As we learned earlier what is dynamic data? and what are the commonly used data sources, it’s time to use them. In this blog, we will convert our static chart to dynamic using “SQL Builder” 

How to get Capital Column Data

Enable the Uppercase Columns Name Shown in the above given image

Note: If you don’t need offset and limit you can set it null.

Note: You can get data from any table of your currently setup WordPress database.

After selecting type SQL Builder from Dynamic Data Options You have a TextArea for  SQL Raw Query to write your SQL statement.

As you will write your SQL Query all the data will get executes automatically based on your SQL statement.

Once you are done with your SQL statement, you will get column list on resultant of SQL statement. As mentioned in screenshot you will have an option in X Axis Columns and Y Axis Columns with SQL statement resultant column list. 

  • Follow the below steps for learning how to convert static data charts into dynamic using “SQL Builder” –

Step 1 –  Selecting the Chart

Open the Graphina – WordPress chart plugin and select the chart where you want to display the data of google sheet.

For example, choose the Line chart

Step 2 – Changing Data option from Manual to Dynamic 

Select the chart data option and change the time from “manual” to “dynamic” and we can see the message of the no data available that’s because we have not selected the data source till now.

Step 3 – Changing Dynamic Data to SQL

Select the dynamic data option and change the type to “SQL builder”

There we will have the space to write the query Now you will see the changes in the chart.

Step 4 – Selection Of table

Click on “select mode,” there is an option for the table too. So select a table.

Click on “select table,” it will show multiple tables listed in the dropdown list.

Select one table from the list and then the result can be seen instantly

Step 5 – Final Step of Adding WordPress from Database to SQL

In the final step click on the “external” in SQL builder.

Now after choosing External Option we will select the data table from the below dropdown.

Click on the option “WordPress 2” and then edit SQL Raw query

And then from below in the “Y-axis column”, select that we want to be in the column. Data can be seen from external in our line chart \

And then you can see the data of SQL Builder is displayed with the least amount of effort.

Hereby, all the steps are covered for adding WordPress Charts from Database – SQL 

Leave a Comment

Share this Doc

SQL-Builder

Or copy link

CONTENTS