Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How can I only show data submitted this year?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How can I only show data submitted this year?
#53963
How can I only show data submitted this year? 9 Years, 1 Month ago Karma: 0
Hi
I have a form collecting data and would like to only show data collected this year (not values from last year)
Is this possible using a SQL string somehow
I have never used SQL before so I'm very new to this all
You helped me last year with it to find records and show only certain fields
The code was this

SELECT
record,
title,
value
FROM
#__facileforms_subrecords
WHERE
name IN ('boat_name','LASTNAME','FIRSTNAME')
ORDER BY values DESC

What should I add to only show records submitted this year
The fieldname "Name" can be searched for "Registered2015" (as the form used was named like this, this year)
This could be one field to use for only showing this years participants

Sincerely,


Dominicus
The administrator has disabled public write access.
 
#53964
Re:How can I only show data submitted this year? 9 Years, 1 Month ago Karma: 747
Hello,

Could you send an SQL dump of #__facileforms_records table or provide a temporary access to your J! backend by email so we can ability to see structure of table(s)?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1