Reports: Count/retrive Distinct records on list report

GD11
Tera Expert

I have a custom table which has ID field, I want to have list report filter on distinct ID's as ID's are duplicate, is there any way do it?

list editing is already enabled on sys_report table

GovindDhande_0-1667485831092.png

 

5 REPLIES 5

Hi @Mike_R  this is returning both records , how can I filter out one of them? i used both getValue and getUniqueValue as well but did not work, getting id=undefined, do you have any thoughts.

GovindDhande_0-1667502310255.png

 

GovindDhande_1-1667502330874.png

 

Ah, I misread your question. I thought you wanted to find a list of duplicates. Scrap the above solution, as that is only for detecting duplicates. 

 

What if you group the report by id? Would that work for you?

Hi @Mike_R  No, I want to send report in excel, so group by will not work, I wanted to remove duplicates.