ddumas
Is there any way to do this?
Ex. I have a projects query that has a condition of Project.ProjectManager.LoginName=LoggedInSystemUser.LoginName
It works.
I have that query in a content panel, inside a visual perspective. When a user (Employee) logs in, if they have no projects as a project manager, I want to "hide" that query from showing up at all. Currently it shows the query column headers with no data. While showing no data is correct, I do not wish to waste screen real estate with the column headers from the query.
I do not wish to create Project Manager as a separate access level.
If this is not possible, it would be a great feature to add, as applicability is in so many places.
Dave