Hi everobody,
I have a field with checkbox. I save field correctly. In the database the field is type VARCHAR(255). When i want show the values not work.
I will show the pictures of what happens
1. Information input.

2. Field in Database

3. Field in debug

4. Checkbox when trying to display the information.

5. This is the Read Data I use.

I appreciate your collaboration to solve my problem, I need to show these checkboxes as they are protected in the database.
I have a field with checkbox. I save field correctly. In the database the field is type VARCHAR(255). When i want show the values not work.
I will show the pictures of what happens
1. Information input.
2. Field in Database
3. Field in debug
4. Checkbox when trying to display the information.
5. This is the Read Data I use.
I appreciate your collaboration to solve my problem, I need to show these checkboxes as they are protected in the database.
The field value should be JSON decoded in the Read Data, there is a setting for this in v6 and also in v7, but v7 is recommeded!
Hi Max,
Exist any example???
Exist any example???
Hi everybody,
I found the solucion, the code used is:
{var.jsonde:read_data_name.model_name.column_name}
I found the solucion, the code used is:
{var.jsonde:read_data_name.model_name.column_name}
You need to login to be able to post a reply.