HI,
I should insert an indicator in the dashboard that shows me how many times there are unique values in the dataset with respect to a certain embedded data.
Example I have 4 answers with an embedded data ProjectCode valued like this:
ax11122
ax11122
ax11123
ax11124
The count distinct should return 3 because there are 4 answers with 3 unique values of the embedded data ProjectCode.
How can I set a "number chart" to return this result?
Thank you