I need to combine two different tables into one graph, in some cases even three tables. I can't even import them, it gives me a protection error. I am sending tables in the attachment
Only one wpDataTable can be used as the source for creating a chart, so you would need to combine these tables in an Excel file, and then import that as a single table in order to create a chart from that combined table.
As for the files, I have no issues creating the table from the CIP_PDOCEDURA0.xls file:
However, the other file has around 63.000 rows, and if you're trying to create a table linked to this file, it's never going to work because it will break around 2.000 - 3.000 rows.
If you're trying to import it, and it doesn't work, you'll need to check your server permissions, upload limit both on the website, and in the database, and increase the timeout limit.
Yes, I would also need to import files, I even have tables that have over 100,000 rows. I will try to see the limits where it is set, but at least give me the answer, is it possible, when I have two different tables imported to make one graph, can I pull data from one and the other table into one graph?
I need to combine two different tables into one graph, in some cases even three tables. I can't even import them, it gives me a protection error. I am sending tables in the attachment
Hello Patrik
Thank you for your purchase.
Only one wpDataTable can be used as the source for creating a chart, so you would need to combine these tables in an Excel file, and then import that as a single table in order to create a chart from that combined table.
As for the files, I have no issues creating the table from the CIP_PDOCEDURA0.xls file:
However, the other file has around 63.000 rows, and if you're trying to create a table linked to this file, it's never going to work because it will break around 2.000 - 3.000 rows.
If you're trying to import it, and it doesn't work, you'll need to check your server permissions, upload limit both on the website, and in the database, and increase the timeout limit.
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
Yes, I would also need to import files, I even have tables that have over 100,000 rows. I will try to see the limits where it is set, but at least give me the answer, is it possible, when I have two different tables imported to make one graph, can I pull data from one and the other table into one graph?
Hi again Patrik
Unfortunately, charts can only use one table as a source, so combining multiple tables to create a chart is not possible.
You would need to create one wpDataTable that contains data merged between two tables, and then use that 3rd table to create a 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