As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I've imported a spreadsheet and created a table and chart. I am hoping to get percentages that show response rates but my x axis is not showing % but rather some very large numbers that I assume are somehow related to the integer chosen (responseID).
How can I make this a simple chart that shows percentages of how people responded to the question? I'm attaching a screenshot of the resulting chart I have currently.
Hello Chris
I'm not sure if what you're looking for to achieve is possible.
You'd need to calculate the total number of replies, and divide them per answer, and display it in percentage. Chart engines work with percentages only in pie charts, but they accept only tables with two columns.
So, if I use this table:
The generated chart would be:
But this is for a table where the number of responses is saved in the "Number" column. I don't know if this is useful for you. Can you please explain to me how you're gathering data, and how your table looks like?
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
Thanks.
What should I do with the results, then? This is how the come into the table now... how would I do calculations here that could be used to create charts? This seems overly complicated so I'm certain that I'm missing something.
Hi again Chris
Is this the "Asnwers" column?
If it is, it'd be easy - you would simply add another integer column, with the default value of "1". Then, you would use that column in the chart, and enable "grouping". The 1 would be grouped under each answer ("Yes", "No", etc) and would be displayed on the chart.
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