Basic probably, but approach alluding me. Registered users have 5 specific forms they have to submit.
Form A, Form B, Form C, Form D, Form E
When the user submits one of them they choose one of the 5 form choices from a multiple choice dropdown: Form A, Form B, Form C, Form D, Form E > then SUBMIT
On each record submitted if form field (A-E) is not blank a conditional field COMPLIANT gets custom value YES. So view table report looks like this:
FORM DATE COMPLIANT
Form A 9/1/17 YES
Form C 9/6/17 YES
But report only shows the submitted entries/records. What Im trying to do is SHOW all 5 Forms categories for each user in the report table even if it hasnt been submitted yet. So they can see whats missing at a glance. Conversion to Compliant = Yes would be automatic. Example (like Project Management) have a user manually set status. Like this:
FORM DATE COMPLIANT
Form A 9/1/17 YES
From B NO
Form C 9/6/17 YES
From D NO
From E NO
But can only get the submitted to show, not the missing but needed ones.
As always, thanks!