Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I want to count the number of unique rows based on different attribute in the table,
so in this case based on the Week Ending Date],Target,Modem it should give me unique number of rows.
so for the above case for date 2009-06-09 the count should be 2 where as for the other 2 rows it should be 1-1.
I tried the aggr function but it seems to be giving me count as 1 for all the rows.
can someone please help.
Thanks,
Hi,
i think your Week Ending Date Format might be with timestamp thats why its not giving you count
Change Format OF Week Ending Date in to 'YYYY-MM-DD'.......