In a connector I have a table that lists the users in the system. The Instance column is the user ID which us unique. I want to be able to group the users based on the uplink port they are assigned to. Uplink port is in another column.
Is there a way to do this, or do I have to create separated tables per port?
I do not want to have autoincrement on instance.
Hi Anna,
If you want to group users based on the uplink port, you can simply click on the "Uplink Port" column to sort the table. This will effectively group users by their assigned uplink port for easier visualization.
If you need to work with the grouped data outside the system, you can export the table to Excel, where the sorted data will be preserved.
Could you clarify your specific use case? That way, I can provide a more tailored solution.
Kind regards,
Added more information in separate comment.