I have a form with 4 fields defined as Smart Classifier Field each (Q1, Q2, Q3, Q4) showing fields from another form each. (Q1->=NameQ1, DateQ1, TimeQ1 / Q2->=NameQ2, DateQ2, TimeQ2 .....)
Now I want to show entries in table view, but the table should show in an additional separate column parts of that Q1-4, in detail NameQ1-4. Is that possible and can I show them in one combined column?
I’ve tried it like this:
Field Makro: Field Name: Q1.Name
Field Makro: Field Name: Q2.Name …..
but then the Name will be shown in different columns.
And if that would work I would like to eliminate in Q1-4 columns the Name in the classifier field as it is not longer needed to show double.
In the end table should look like this:
Name | Q1 | Q2 | Q3 | Q4
Could you assist please?