Forums

Database Read Action

rbock 11 May, 2023
How can I use only certain fields in the Database Read Action?
Max_admin 11 May, 2023
Answer
Read Data > Advanced Settings > Query Fields
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
rbock 11 May, 2023
New Field = id | Field Alias = idddd
New Field = stamp | Field Alias = stampppp

It's ok, but on debug page:

SELECT `data`.`id` AS `data.iddd`, `data`.`stamp` AS `data.stamppp`,..., `data`.`name` AS `data.name`,...

name is not set on query fields
Max_admin 11 May, 2023
ok, why do you need to choose fields ? let it read all fields, that is the default behavior
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
rbock 11 May, 2023
I have tables with 30 fields. Some of them text with 2500 - 5000 characters. In lists I only need 5 fields, in the detail pages about 20. Some fields should not be used in the list or in the detail page.
You need to login to be able to post a reply.