Hi Team,
Long time KoolReports user, awesome product with great flexibility. New to the forums.
I have an edge case that I am trying to find an interesting solution too;
We have 3 columns in the mysql database;
directory_id, field_name, user_data
Sample Data;
1, address, 213 street name
1, city, sydney
1, telephone_number, 0288888888
Resulting Pivot Table requirement;
directory_id, address, city, telephone_number, edit_form_link
1, 213 street name, sydney, 0288888888, "link to edit form"
The field_name is a dynamic field from a set of about 62 field types (I would hope the number of field types should not matter) and the user_data is the value of the field_type.
Is it possible to get some tips or pointers for a solution for this ?