getting value of a read data

vismay 13 Jul, 2017
Hello,

when I have a read data function I understand that I can retrieve data in a table using {var:table1.row.model.field} the I want to build links, or task buttons, etc...

my question is:

is there other ways to retrieve data from a read data function?

example, if I use a details list function...or just only if I use a read data first matching record and I want to pass the value to an url...

Thanks for reply.
Max_admin 14 Jul, 2017
Hi vismay,

The shortcode depends on the context, the code you mentioned is valid inside a table view, for example you can use {var:read_data_name.model.field} after the a read data with first matching record is called.

Let me know the context and I can tell you the shortcode.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
vismay 17 Jul, 2017
Hi, the contest is details list
Max_admin 18 Jul, 2017
Hi vismay,

The details list is supposed to be supplied by one record and it should be very easy to get the value of any field: {var:list_name.value}

Best 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.