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?

Form integration to Ari Data Tables
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Form integration to Ari Data Tables
*
#38443
Re:Form integration to Ari Data Tables 11 Years, 3 Months ago Karma: 0
www.stlareachamber.com/categories/list-of-reports/158-reports-2.html
Thank you so much,
tk

The following SQL statement yeilds about 6 results:
SELECT firstname,lastname, cb_businessname,cb_phone, cb_joindate FROM jml_comprofiler
WHERE cb_joindate>='2012-09-01' and cb_joindate<'2012-09-30'
Last Edit: 2013/03/15 18:49 By tknight.
The administrator has disabled public write access.
 
#38444
Re:Form integration to Ari Data Tables 11 Years, 3 Months ago Karma: 748
Use the following SQL query:

SELECT
firstname,
lastname,
cb_businessname,
cb_phone,
cb_joindate
FROM
jml_comprofiler
WHERE
({$REQUEST:start|empty:''} = '' OR cb_joindate >= {$REQUEST:start|empty:''})
AND
({$REQUEST:End|empty:''} = '' OR cb_joindate < {$REQUEST:End|empty:''})

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38447
Re:Form integration to Ari Data Tables 11 Years, 3 Months ago Karma: 0
THANK YOU! THANK YOU! THANK YOU!!!!
That works great! Now I can create my other reports!
Thank you so much,
tk
The administrator has disabled public write access.
 
Go to topPage: 12