Hi!I’ve got a problem: I’ve got a form (F1) and an response form (Fr). There’s also an embeded view in F1 where I show its sons, generated by Fr.
In this view, the first column value is: @DocumentUniqueID and next columns values are taken from the son form (Fr).
My problem is that I want to show the son document’s values categorized by the value of a so called type field, but I cant’ do it.
Any suggestion?
col 1 col2 col3
@DocumentUniqueID
type1
value1
value2
value3
type2
value4
value5
value6
Thanks