Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Hi
My CSV data consists of survey questions. the titles of the question are row0.
Each subsequent row is numbers from 0-5, for every question/column.
I need to create a chart for each individual question showing the FREQUENCY of each of the possible responses (0-5) for that question.
I like your plugin and i am keen to purchase but in the docs i can't find anything about a feature where the frequency of a value can be charted.
Hello adnaan
Thank you for your interest in wpDataTables
You would need to have a value the survey marks, like an X, that is going to be used as a measuring point. Then, that column will be included along with a new integer column, which will always have a "1" as a value.
That "1" is used to count how many times X has been encountered in the table, and when you enable "Grouping" in the chart, you will be able to see how many times X was used for response "1", response "2", response "3", etc.
Please feel free to play around with our sandbox site to see how it all works.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
hello thanks for your quick reply.
Having had a good look through all the setting options, the only option which I can find is “grouping” but that only groups rows by a chosen column.
I cannot follow your instructions.
Do you have some examples or more detailed tutorials on how to achieve this counting function?
Thank you
I'm sorry Adnaan, but no.
The grouping option I mentioned was for charts, not tables.
I understood you wanted to create a chart? For the chart to have a grouping function, you need to create a table, as explained in my previous response:
Can you send me the csv file, so I can see what I can do with it?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
hello
You are correct - I want to create charts.
I have attached sample data. There are several question columns which contains 0-5 responses. Each row is a separate response. I need a pie chart for each question, which shows the total number of each response, 0-5.
so for every question, we can see how many scored 1, for example.
Hello again Adnaan
Unfortunately, with this structure you won't be able to create a chart that you wish to create.
You would need to have each grade as a column (0 - 5), and questions listed in the first column. So first question is in the first row of the table
I'm afraid you won't be able to create a chart like that with the plugin's built in features, as you would need to duplicate the questions for every entry.
Every new survey would be the same list of questions repeated in new rows, where customer would add an "X" in a row where the answer would correspond. Like this:
The counter column would group the rows allowing you to group the values.
However, I don't believe this would be useful for your use case.
So, for a custom solution you can check in our documentation about wpDataCharts callbacks.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables