Topic: I want to display sample:comment field in report grid.
I have a report that produces a downloadable report, I have alomost every field I need except the sample comment field.
My Preset parameter values list looks llike:
survey_id=3
taxon_group_id=1
smpattrs=3
occattrs=3
smpAttr=sample:comment
For the last I've reied various guesses as what it should be with no success. I've also tried:
[
{
"fieldname":"sample:comment",
"visible":true,
"display":"Comment"
}
]
for Columns Configuration, (various guesses again) all without success.
Mike Evans