Solved
How to delete duplicate rows from a infotable field ?
I have a field with a values for example
worker
worker
manager
manager
and I want to delete those duplciates so the result in field will be
worker
manager
I have a field with a values for example
worker
worker
manager
manager
and I want to delete those duplciates so the result in field will be
worker
manager
Hi
var params = {
t: undefined /* INFOTABLE */,
columns: undefined /* STRING */
};
// result: INFOTABLE
var result = Resources["InfoTableFunctions"].Distinct(params);
Regards,
Tarun
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.