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
Hi i am looking to build a new member's page for my investment business. We give daily returns/profit to our clients, which i need to show on each client's page very similar to online banking where a client needs to see their daily balance. Along with daily profit, we also need to show weekly, monthly and total balances and earned profits. Please refer to the attached example. Something very similar but with more options.
Hi Amin
Thank you for reaching out to us.
I'm not sure I quite understand what you're trying to achieve, but if your users are going to be logged into WordPress, and you have a userID column in the table, you can use %CURRENT_USER_ID% placeholder as a predefined filtering value for the column, so when you create a table, you can display it filtered on front-end, showing only data related to the user.
Another option would be to import the file into your database, and then create an SQL query based table, where you would avoid using Filters, but instead filter through the query, like:
SELECT * FROM yourDatabaseTable WHERE userID=%CURRENT_USER_ID%
If you need to use calculations please note that using formulas is different from formulas in Excel for example, and they currently accept only basic mathematical formulas. You can see more about Formula Columns in our documentation, and you can always test the plugin on our sandbox site.
I hope this helps, please do let me know if you need any further assistance.