Filter by technical IDs that should not be displayed

Filter by technical IDs that should not be displayed

Hello Zoho and Cumminity.

I know I have already found similar requests elsewhere, but have not yet received a solution from Zoho. Therefore I would like to refresh the topic and hope that a solution can be found.

I have reports in the Creator, which I filter via pages to specific content by passing the ID as params when embedding the report. However, then I have to display the ID in the reports in the list view or in the detail view. Is there any way I can prevent this? I only want to filter by ID, but not display it to the end user. 

For example, I would like to display all details for a selected employee in a page. However, the problem is that “Max Mustermann” can exist twice as a name. If I filter by name, I would get data on two employees. I have chosen the ID of the employee entry as the unique identifier.  

I mainly use the embedding of the report match div to integrate it into larger HTML pages. Here is an example:
  1. <div id=“displayData” elName='zc-component' viewLinkName='Report' params='Employee.ID=<%=input.selectedEmployee%>
Does anyone have an idea how the filter can be implemented without displaying the ID? Or could it be included in the development so that the IDs can be included in the reports but then hidden?