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 have a database structure with the following tables:
The gr_enrollments table contains the following relevant columns:
However, the gr_enrollments table does not have a direct industry_id. Instead, the gr_programs table contains the industry_id that links to gr_industries.
The issue arises when I try to filter gr_enrollments by industry_id. Since industry_id is not directly available in the gr_enrollments table but is linked through gr_programs, the filtering operation does not work as expected.
Could you assist in resolving this issue or suggest the best approach to properly filter gr_enrollments by industry_id through the relationship with gr_programs?