Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I there any way to load only duplicate records into our chart.
Regards,
Kumar
May be something like this:
=If(Count(Field) > 1, YourExpression)
Thanks Sunny.