EricWebsite
Member
Hi,
I have several databasejoin / checkbox elements in my list. In list and details view the values are displayed properly.
But I want to display the values with calc as some manupulation of the data is needed.
If I put
in the calc element, it works fine in list view.
In details view however, a json string is displayed like this:
System details:
Fabrik 4.1 git date 06-04
PHP 8.2.20
Joomla 5.1.1
I have several databasejoin / checkbox elements in my list. In list and details view the values are displayed properly.
But I want to display the values with calc as some manupulation of the data is needed.
If I put
Code:
return '{listname___databasejoinname }';
In details view however, a json string is displayed like this:
Code:
["value1","value2","value3","value4","value5"]
System details:
Fabrik 4.1 git date 06-04
PHP 8.2.20
Joomla 5.1.1