Hi,
Unfortunately, I am not very familiar with databases and I have been trying for a while now to get distinct values from a database collection. I was wondering if you could help me. In your database documentation it says I should query 'where={projectID}' to get the distinct values of a column. (projectID is the name of the column I would like to get the distinct values of)
However, I tried it and it did not work. (I added the query as a javascript to the 'where' service parameter: return '{projectID}';)
Many thanks in advance for your help!