Can I get a count to appear on the categorized entry in a categorized view?or is there another way to quickly look for duplicates?
thanks
Can I get a count to appear on the categorized entry in a categorized view?or is there another way to quickly look for duplicates?
thanks
Subject: Count by category in categorized view
Try appending this to the code in the categorised column: + " (" + @DocChildren + “)”
Subject: RE: Count by category in categorized view
Can I use either the count or the docChildren in the view selection to select only those greater than 1?
Thanks for the posts.
Subject: RE: Count by category in categorized view
Same solution I’m trying to get to ![]()
You can’t use derived sums or counts in a view selection… just like you can’t order by high to low on a total column ![]()
Subject: RE: Count by category in categorized view
I also have a need to eliminate dupes from a list…and DO like how the Docchildren looks !
Is there a way to ONLY show those that are duplicates ?
@Unique does not work in a view, correct ?
Subject: Count by category in categorized view
add a column and put the number one (1) in it. then total the column