- Posts: 1
- Thank you received: 0
Is there any way to instruct the table display to only display unique records? Basically adding the word "DISTINCT" right after the SELECT statement?
Adding it into the field for the "WHERE" statement obviously does not work, as it adds it in the wrong place in the SQL statement.
Thanks,
Markus
Please Log in or Create an account to join the conversation.
Hi
Look at the /components/com_grid/GridBuilder.php file. This is where the sql statement is generated.
Please Log in or Create an account to join the conversation.