How do I get the query results to display the way I have set it up for the queries, when I use a process to show the query?
If I only display the query it displays like I've set it up, with the correct columns and so on. But when I run the same query using a provess, it seems to be just random columns displayed?
I am using a process to filter what records in the query the user should see, based on access level. So when a user logs in and chooses a query with one of the buttons I provided, a process is started so make sure that the user only sees a filtered result of the query.
The rules in the processes looks like this, with variation of access levels and IDs:
IF LoggedInSystemUser.AccessLevel='HST' THEN DISPLAY Plantall_PHVTSB WHERE Plantall_PHVTSB.ReshID=105403