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
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
Hi Qbik,
You can use the WHERE SQL box to select a particular range of records.
Bob
You can use the WHERE SQL box to select a particular range of records.
Bob
I think the "OFFSET" may help you in the SQL box, e.g:
Regards,
Max
OFFSET 500
will always start after 500 records.Regards,
Max
ok thx and maybe from other side
how to set that records show from the new added first
how to set that records show from the new added first
Maybe use the ORDER field and add
Regards,
Max
cf_created DESC
Regards,
Max
This topic is locked and no more replies can be posted.