Hi All,
I am Filtering the Values from List using RestApi.But Duplicate values are There in my List. So I want filter and need to show only one value.
Example Query:siteURL + "/_api/lists/getbytitle('Intelligence')/items?$top=4&$filter=DisplayStatus eq 1&$orderby=Created desc&groupby=DisplayPosition dist".
I am trying this But No Luck.
Is there any way to get distinct values from list
Surakshith