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
Can I combine calculated column and Placeholder like this
[wpdatatable_sum table_id=16 col_id=148 var1=2017]
it dosn't seem to work it only works on the table short code.
HI stephens1215,
Thank you for your purchase.
Sorry but I did not quite understand what are you trying to achieve.
Can you please describe me a little bit more or send me some example so I can take a look.
Can you please tell me what does the col_id refers is the column id or something else.
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
Hi,
I have a wpDataTable and I am using the shortcode for one of the column Totals. But I want to filter the data to use only 2018 for the year and give me the total gains. I created a Placeholder %VAR1% and I want to pass var1 in the shortcode that I have for the column total.
Here is my column total shortcode [wpdatatable_sum table_id=16 col_id=148] <--- this was generated for me. it works but it returns the total for all years. I want the total for 2018. So I thought I could pass it in by adding var1=2018... like this
[wpdatatable_sum table_id=16 col_id=148 var1=2017] But it doesn't work I still get the total for every year.
I can use it with the table shortcode as follows
[wpdatatable id=16 table_view=regular var1=2017] <--- this works for the table.
My question is why doesn't it work when using a column total shortcode ?
BTW my data source is the follows
SELECT monthly_gain_loss.Month_Year,
Y,
monthly_gain_loss.Month_Year AS Month_Year_Name,
monthly_gain_loss.Stock_Loss_Gain,
monthly_gain_loss.Option_Income,
monthly_gain_loss.Total_Loss_Gain
FROM monthly_gain_loss
WHERE Y > %VAR1%
Hi stephens1215,
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.
Also point me to the table ID so I can take a look.
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