start to show records from custom cf_id

Qbik 12 Oct, 2012
Is there an option that i set to show records from custom number of cf_id to present day?


I have a form where i can found records start at 2008 and i want to hide them or better set cf_id to show as custom
GreyHead 12 Oct, 2012
Hi Qbik,

You can use the WHERE SQL box to select a particular range of records.

Bob
Max_admin 17 Oct, 2012
I think the "OFFSET" may help you in the SQL box, e.g:
OFFSET 500
will always start after 500 records.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Qbik 05 Dec, 2012
ok thx and maybe from other side

how to set that records show from the new added first
Max_admin 08 Dec, 2012
Maybe use the ORDER field and add
cf_created DESC


Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.