Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I need distinct values displayed in a crosstable. Here is my script-
CrossTable(Acct#, Diagnosis) LOAD Distinct [ENCTR ID], [PRIN DIAG], [SEC DIAG & NAME] Resident 20112012;
Here is whats displayed. If I just have 1 Prin Diag code for an acct it works fine and it only counts it once but thats not how it is displayed. I only want to see the record in red.
Thanks for the help,
EK