Is there not a way to display modules when data is inputed and exclude the module when data is not inputed?
Here is an example, I have accounts for John Doe and Jane Doe. John Doe has data inputed into a module called criminal history. Jane does not have criminal history, so there is no data. I want John Doe's account to display this criminal history. Jane Doe's account will not display the module, as there is no data in the module for Jane Doe. How can this be accomplished?