Imported data to wpdatatable and left cells deliberately blank. wpdatatable changed them out with zeros - how do I suppress the zeros when I take it to a graph?
I apologize for the late response, we've had non-working days during the holidays, and our replies are sparse a bit. We thank You for understanding.
Could You please tell me how You created the table - which data source did You use? Also, if it is at all possible, could You send us that file, so that we can recreate the issue in our local environment? Since this ticket is public just make sure You check Private answer before sending us the file, so that nobody can see it except for us. We do not interfere with any data or anything else except for the plugin, and of course we do not provide login data to third party.
Another issue: all the numbers on my imported have a decimal (ex. .67) for rent per square foot, but once imported, the decimal disappears - what can I do about this?
Lastly, I wish there was some way that I could get a dropdown menu or radio buttons that would let me toggle on and off the different data series on the graph. Is that in wpdatatables?
Creating tables with wpDataTables has been incredibly frustrating - the data doesn't show up in wpDT like is should, you try to format things and it completely changes the value. Not sure what I'm doing wrong here.
Unfortunately, I can't create any tables from any of the links You sent me (probably because of admin privileges), so I can't reproduce the issue on our end.
What I can do, however, is to give You some pointers about Google Spreadsheets and wpDataTables.
What I saw from the page You sent is that You've managed to get rid of the decimal point. Great news. Also, the table goes beyond the screen, so my advice would be to turn on the Scrollable option in the table settings, or limit the table to page width.
Next thing that comes to mind is this: You can work with formulas in google spreadsheets, You just need to create a new sheet in the same document and use =IMPORTRANGE option to pull the data from the other sheet (where the formulas are), and use the URL from that second sheet, and it'll display the data properly. You can read more about that here.
As for formatting, since You're creating a chart from this table, those columns need to be set as either Integers or Float. I'm not sure why it changes the formatting, though.
The best way to go about this, would be if You could please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
What You're trying to achieve with charts could probably be done with callbacks. But, I'd like to go about this one step at a time - let's make the tables look and function the way they should, and we'll deal with the chart after that.
First, the decimals can be saved if You don't need to calculate anything on those columns (MIN, MAX, AVG or SUM). You just need to change the column type from "integer" to "string" (see attachment).
In order to create a temporary admin user, You need to go to the Users/Add New on the dashboard. There You can add all the data needed and just post the credentials here with PRIVATE option enabled (see attachment 2).
added you as subscriber to my website www.barnettandhill.com - I log in at jhill.turnkey.hosting/login
Reclassified data as "string" and the decimals came in as needed. Attempted to create graph and got the message "Please do not add more then one string-type (date/time, image, email, URL) column since only one can be used as a label" Going back to see if the multistring option will fix
I don't understand why these tables won't read decimals and place them in a chart? They are numbers just like any other number; surely this isn't the first time this issue has arisen.
Sorry for late response, but we did not work due to national holidays.
Aleksandar is out of office so I will try to help you out.
Can you please provide us Administrator role and write the user name and password here, just please choose PRIVATE reply so nobody except us can see the credentials.
I finally figured it out - under Settings you just switch formatting from ##.000,00 to ##,000.00. If I may suggest: I would set the default to ##,000.00 -that seems to be the more conventional way to display numbers (and it could save yourself a two weeks of back-and-forth with a dispirited customer).
Thank you for your suggestion. We carefully follow customers requirements and try to implement most of them if they appear in requests from time to time, so we will add to our idea list and look into some possible solutions on plugin side in the future.
I think I just need to get my money back for the following reasons:
1) graphs and tables bog down loading of page - in fact, it just killed the page last night when I got too many graphs on it and we had to rewind the site.
2) too much trouble to format tables and charts. First, there was my initial issue with the decimal. I changed the formatting to suppress columns on the table, but it doesn't suppress the thousands place comma when it displays on a table. Google is a little more cumbersome, but much easier in the long haul.
3) never was able to get an answer on how to deal with empty cells - your plugin forces them to zero - it's not zero; it's just unknown.
You've got more work to do on this product before it's helpful.
Due to the digital 'non-returnable' nature of goods we only do refunds when the tool is malfunctioning or not working as described, with prior confirmation that support is unable to resolve the issue. As the revoked license does not make the product non-functional, and because there were lots of abuses, unfortunately we cannot provide the 'return-on-request' refund policy. So we do not refund mistaken purchases, or cases when buyers had their own expectations of features.
To avoid such situations we have a fully-featured 'sandbox' site where one can try plugin's features before purchase, a free version of the plugin which can help to get a better understanding of how the plugin is working, all the plugin's documentation is available to anyone before purchase, and we try to clear up all the limitations of different features, and we always answer all pre-purchase questions clearly and honestly so that potential buyers would have clear understanding of how the plugin works.
1) Did You check the server upload limit? There is a number of different things that influence your website’s speed, like hosting, using the most recent version of WordPress, Framework, etc. WordPress slow load can also partially be improved by reducing server requests. You can reduce server requests by doing this:
Lower the number of posts shown on a page
Only show post excerpts, no full posts on your archive pages (find the option under Settings > Reading)
Split longer posts into pages
If you get a lot of comments, break them up into several pages (Settings > Discussion)
Reduce the number of images and other elements on your page
Uninstall unnecessary plugins, especially slower ones (find them with this plugin)
Deactivate plugins you are not using permanently
Enable lazy loading to delay loading images until they are actually visible on the page
Reduce external resources such as fonts if they aren’t necessary
2) Getting rid of a thousand separator works only for Integers, while Float can be customized as You already did in the main wpDataTables settings. What other formatting do You have in mind when You say there is too much trouble to format tables and charts?
3) Problem is that blank space doesn't have value and because of that it need some workarounds to make sorting and filtering working. It can be done as custom solution with hook for float column type - wpdatatables_filter_float_cell but it will break sorting and probably number range filter.
Imported data to wpdatatable and left cells deliberately blank. wpdatatable changed them out with zeros - how do I suppress the zeros when I take it to a graph?
Hello abilenejohn.
Thank You for Your purchase.
I apologize for the late response, we've had non-working days during the holidays, and our replies are sparse a bit. We thank You for understanding.
Could You please tell me how You created the table - which data source did You use? Also, if it is at all possible, could You send us that file, so that we can recreate the issue in our local environment? Since this ticket is public just make sure You check Private answer before sending us the file, so that nobody can see it except for us. We do not interfere with any data or anything else except for the plugin, and of course we do not provide login data to third party.
Best regards.
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
I created the table using Google spreadsheets at https://docs.google.com/spreadsheets/d/14CQnv4nRDIhHeK8QvDyBRuLUZ_qKqnaWzefF6LrdcMI/edit#gid=2032697815 . I took out all the formulas and you cant see any blank cells on this one, in fact the one blank cell I had I just averaged the two surrounding years and plugged in a value - not ideal, but a work around to avoid a measurement of zero.
You can see an expample of how I had the data initially at https://docs.google.com/spreadsheets/d/e/2PACX-1vSXkTc6xNcpilMP1GsuJ0YHjD9KVeXcqDKbktGBARLVmzRPfVemXgxdhBwaMxry2nTd-hXca3wPKMQo/pubhtml?gid=863907874&single=true . Here's a link to the whole workbook where the data in the tabs is derived from the data in the tab labled "data" https://docs.google.com/spreadsheets/d/e/2PACX-1vSXkTc6xNcpilMP1GsuJ0YHjD9KVeXcqDKbktGBARLVmzRPfVemXgxdhBwaMxry2nTd-hXca3wPKMQo/pubhtml - hope that isn't overkill.
When you have blank cells in Google charts, the chart displays a break until the data series begins again - that's how I wanted to show my data - like this https://docs.google.com/spreadsheets/d/e/2PACX-1vSXkTc6xNcpilMP1GsuJ0YHjD9KVeXcqDKbktGBARLVmzRPfVemXgxdhBwaMxry2nTd-hXca3wPKMQo/pubchart?oid=911109653&format=interactive .
Another issue: all the numbers on my imported have a decimal (ex. .67) for rent per square foot, but once imported, the decimal disappears - what can I do about this?
Here's a page where I plugged in the results with a graph and table. https://barnettandhill.com/rentreport/
Lastly, I wish there was some way that I could get a dropdown menu or radio buttons that would let me toggle on and off the different data series on the graph. Is that in wpdatatables?
John Hill
325.721.4428
Creating tables with wpDataTables has been incredibly frustrating - the data doesn't show up in wpDT like is should, you try to format things and it completely changes the value. Not sure what I'm doing wrong here.
Hello again John.
I'd need permission to open the first document:
https://docs.google.com/spreadsheets/d/14CQnv4nRDIhHeK8QvDyBRuLUZ_qKqnaWzefF6LrdcMI/edit#gid=2032697815
I have sent a request for that.
Unfortunately, I can't create any tables from any of the links You sent me (probably because of admin privileges), so I can't reproduce the issue on our end.
What I can do, however, is to give You some pointers about Google Spreadsheets and wpDataTables.
What I saw from the page You sent is that You've managed to get rid of the decimal point. Great news. Also, the table goes beyond the screen, so my advice would be to turn on the Scrollable option in the table settings, or limit the table to page width.
Next thing that comes to mind is this: You can work with formulas in google spreadsheets, You just need to create a new sheet in the same document and use =IMPORTRANGE option to pull the data from the other sheet (where the formulas are), and use the URL from that second sheet, and it'll display the data properly. You can read more about that here.
As for formatting, since You're creating a chart from this table, those columns need to be set as either Integers or Float. I'm not sure why it changes the formatting, though.
The best way to go about this, would be if You could please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
What You're trying to achieve with charts could probably be done with callbacks. But, I'd like to go about this one step at a time - let's make the tables look and function the way they should, and we'll deal with the chart after that.
Best regards.
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
https://docs.google.com/spreadsheets/d/14CQnv4nRDIhHeK8QvDyBRuLUZ_qKqnaWzefF6LrdcMI/edit?usp=sharing
Sorry I thought it was set to share
also don't want to lose the decimal - this plugin causes it to disappear
how do I give you a temporary login to my site?
Hello again John.
First, the decimals can be saved if You don't need to calculate anything on those columns (MIN, MAX, AVG or SUM). You just need to change the column type from "integer" to "string" (see attachment).
In order to create a temporary admin user, You need to go to the Users/Add New on the dashboard. There You can add all the data needed and just post the credentials here with PRIVATE option enabled (see attachment 2).
My e-mail address is [email protected]
Best regards.
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
added you as subscriber to my website www.barnettandhill.com - I log in at jhill.turnkey.hosting/login
Reclassified data as "string" and the decimals came in as needed. Attempted to create graph and got the message "Please do not add more then one string-type (date/time, image, email, URL) column since only one can be used as a label" Going back to see if the multistring option will fix
multistring didn't allow me to make a chart
I don't understand why these tables won't read decimals and place them in a chart? They are numbers just like any other number; surely this isn't the first time this issue has arisen.
Hi John,
Sorry for late response, but we did not work due to national holidays.
Aleksandar is out of office so I will try to help you out.
Can you please provide us Administrator role and write the user name and password here, just please choose PRIVATE reply so nobody except us can see the credentials.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
I finally figured it out - under Settings you just switch formatting from ##.000,00 to ##,000.00. If I may suggest: I would set the default to ##,000.00 -that seems to be the more conventional way to display numbers (and it could save yourself a two weeks of back-and-forth with a dispirited customer).
Hello John.
I'm glad You got it to work.
Thank You for letting us know.
Thank you for your suggestion. We carefully follow customers requirements and try to implement most of them if they appear in requests from time to time, so we will add to our idea list and look into some possible solutions on plugin side in the future.
Best regards.
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
I think I just need to get my money back for the following reasons:
1) graphs and tables bog down loading of page - in fact, it just killed the page last night when I got too many graphs on it and we had to rewind the site.
2) too much trouble to format tables and charts. First, there was my initial issue with the decimal. I changed the formatting to suppress columns on the table, but it doesn't suppress the thousands place comma when it displays on a table. Google is a little more cumbersome, but much easier in the long haul.
3) never was able to get an answer on how to deal with empty cells - your plugin forces them to zero - it's not zero; it's just unknown.
You've got more work to do on this product before it's helpful.
Hello again John.
We're sorry to hear you do not want to use the tool after purchase.
Please find our refund policy here: http://wpdatatables.com/help/refund-policy/
Due to the digital 'non-returnable' nature of goods we only do refunds when the tool is malfunctioning or not working as described, with prior confirmation that support is unable to resolve the issue. As the revoked license does not make the product non-functional, and because there were lots of abuses, unfortunately we cannot provide the 'return-on-request' refund policy. So we do not refund mistaken purchases, or cases when buyers had their own expectations of features.
To avoid such situations we have a fully-featured 'sandbox' site where one can try plugin's features before purchase, a free version of the plugin which can help to get a better understanding of how the plugin is working, all the plugin's documentation is available to anyone before purchase, and we try to clear up all the limitations of different features, and we always answer all pre-purchase questions clearly and honestly so that potential buyers would have clear understanding of how the plugin works.
1) Did You check the server upload limit? There is a number of different things that influence your website’s speed, like hosting, using the most recent version of WordPress, Framework, etc. WordPress slow load can also partially be improved by reducing server requests. You can reduce server requests by doing this:
2) Getting rid of a thousand separator works only for Integers, while Float can be customized as You already did in the main wpDataTables settings. What other formatting do You have in mind when You say there is too much trouble to format tables and charts?
3) Problem is that blank space doesn't have value and because of that it need some workarounds to make sorting and filtering working. It can be done as custom solution with hook for float column type - wpdatatables_filter_float_cell but it will break sorting and probably number range filter.
You can open a refund request at https://codecanyon.net/refund_requests/new but please note that this is not something that refund can be given.
Thank you for understanding.
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