In short, all data is sorted into rows per value.
I have 4 columns I need to work with, ENTRY_ID, FIELD_ID
, VALUE
, and FORM_ID
which is what I want to use to sort entries per form.
This is driving me nuts because I know it should be simple.
I have 2 examples I need to get out, one being COLUMNS
based on all FIELD_IDs
and VALUES
per ENTRY_ID
in a row, another that use UNIQUE
VERSIONS OF THE VALUES AS columns (e.g. think days of the week).
If anyone can help it would be amazing.