Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to create a chart from my data set where I am getting a count of distinct id's where the id occurs more than once.
Below is a look at a pivot chart i created using the data. Any idea?
May be this
Count({<ID = {"=Count(ID) > 1"}>}ID)
It may be confidential, but are you using set analysis between Count and ID which you have colored in Red? Are you using the same set analysis in the Search string?
I am doing a simple count(id) in the table above. So it is telling me how many times the unique policy id occurs in the table.
I was asking about this
Is the hidden part in Red a set analysis? or what?
No it is a simple count... i just hid part of the column name.
oh okay... can you post a screenshot with this new expression
Count({<ID = {"=Count(ID) > 1"}>}ID)
The second column is where your expression has been added
Oh so it is working... all you need to do is.... remove the first expression and under Add-ons -> Data handling uncheck 'Include Zero Values'